changelog

typescript
Yanick Champoux 2019-11-05 19:46:16 -05:00
parent 47b78f43cc
commit da7ac2ef6e
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Revision history for Updux
1.1.0 2019-11-05
- Document mapping behavior of the '*' subdux.
- add subduxUpreducer.
- add sink mutations.
1.0.0 2019-11-04
- Pretty big rework.
- Better documentation.

View File

@ -26,7 +26,7 @@
"build": "tsc && typedoc",
"test": "jest"
},
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/yanick/updux.git"