Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Jul 4, 2021
1 parent 7980678 commit a4fed88
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.0.0-beta.0 (2021-07-04)


### ⚠ BREAKING CHANGES

* update working of `take` method

### Features

* implement `flat` and `flatMap` methods ([70a085f](https://github.com/samrith-s/arrayx/commit/70a085fdeb4db277c67802eea529ce7e44ca4a8b))
* implement `forEach` method ([a2cc185](https://github.com/samrith-s/arrayx/commit/a2cc1857d0cd7f21ff77b36d05378e0ef520d88b))
* implement `toString` method ([990cb64](https://github.com/samrith-s/arrayx/commit/990cb6437e65473136e7cb064f8b44a6b53bab78))
* implement `values` method ([82beb5d](https://github.com/samrith-s/arrayx/commit/82beb5ddad9add5c865f8f42d45e8015dd770a33))


* update working of `take` method ([49c953d](https://github.com/samrith-s/arrayx/commit/49c953d92e59496656397b073d6d0e68a49e5530))

0 comments on commit a4fed88

Please sign in to comment.