Skip to content

Commit

Permalink
docs(CHANGELOG): amend changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed May 27, 2017
1 parent 9f5bc3e commit ea3f07d
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
<a name="0.2.0"></a>
# [0.2.0](https://github.com/TylorS/167/compare/v0.1.0...v0.2.0) (2017-03-31)


### Features

* **curry:** export curry functions ([a332be4](https://github.com/TylorS/167/commit/a332be4))



<a name="0.1.0"></a>
# [0.1.0](https://github.com/TylorS/167/compare/66fbc10...v0.1.0) (2017-03-31)
<a name="1.0.0"></a>
# [1.0.0](https://github.com/TylorS/pure-number-generator/compare/12841c3...v1.0.0) (2017-05-27)


### Bug Fixes

* **zipWith:** exports from index.ts ([43aefbd](https://github.com/TylorS/167/commit/43aefbd))
* **iterateToRandomNumber:** always return a random number ([8a94831](https://github.com/TylorS/pure-number-generator/commit/8a94831))


### Features

* **77:** initial upload ([66fbc10](https://github.com/TylorS/167/commit/66fbc10))
* **function:** begin implementing function functions :smile: ([b2ccc1d](https://github.com/TylorS/167/commit/b2ccc1d))
* **list:** complete list functions ([40f5618](https://github.com/TylorS/167/commit/40f5618))
* **list:** implement uniqBy ([77b5b49](https://github.com/TylorS/167/commit/77b5b49))
* **list:** implement uniqWith ([3d3fc6c](https://github.com/TylorS/167/commit/3d3fc6c))
* **iterations:** curry iterations ([ca55c7a](https://github.com/TylorS/pure-number-generator/commit/ca55c7a))
* **next:** make `next` a free-standing function ([a5c95d3](https://github.com/TylorS/pure-number-generator/commit/a5c95d3))
* **PRNG:** implement pure random number generator ([12841c3](https://github.com/TylorS/pure-number-generator/commit/12841c3))
* **Random:** rename random -> next ([785188d](https://github.com/TylorS/pure-number-generator/commit/785188d))
* **splitGenerator:** implement splitGenerator ([9ec6377](https://github.com/TylorS/pure-number-generator/commit/9ec6377))
* **src:** add better typings ([a1f93e4](https://github.com/TylorS/pure-number-generator/commit/a1f93e4))
* **src:** rename iterations -> randomValue ([bbcc8d9](https://github.com/TylorS/pure-number-generator/commit/bbcc8d9))
* **src:** return nextGenerator tuples ([455809a](https://github.com/TylorS/pure-number-generator/commit/455809a))



0 comments on commit ea3f07d

Please sign in to comment.