Skip to content

Commit

Permalink
new version: 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
namely committed Nov 5, 2018
1 parent 7ed1d9f commit c336fe1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redeuce",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.2",
"main": "dist/redeuce.min.js",
"engines": {
"node": ">=8.9",
Expand Down

0 comments on commit c336fe1

Please sign in to comment.