-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
namely
committed
Nov 5, 2018
1 parent
7ed1d9f
commit c336fe1
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Redeuce Changelog | ||
|
||
## 1.0.0-alpha.2 (2018-11-05) | ||
|
||
* added new functions: `simpleStore` and `collectionStore`. | ||
* renamed `generateSimpleStore` to `simpleStoreGenerators`, kept `generateSimpleStore` as an alias. | ||
* renamed `generateCollectionStore` to `collectionStoreGenerators`, kept `generateCollectionStore` as an alias. | ||
* simpleStore default value is now `null` (not undefined) | ||
* updated README.md | ||
* add this changelog | ||
* change package.json engine to `node: '>=8.9'` and `npm: '>=6'` | ||
|
||
## 1.0.0-alpha.0 (2018-09-19) | ||
|
||
* first alpha release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters