muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
88109ae421da0896ee8bd3f5096e6579d5ac2bfa
parent
a18b7f266da0a6e223ded926d551fb9bf9a67750
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-01-24 17:55
bump version to 0.1.4

Diffstat

M CHANGES.md 16 ++++++++++++++++
M bower.json 2 +-

2 files changed, 17 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,19 @@
   -1     1 0.1.4 (2016-01-24)
   -1     2 ==================
   -1     3 
   -1     4 Enhancements
   -1     5 ------------
   -1     6 
   -1     7 -   muu does only support a limited range of event types by default. This list
   -1     8     is now available for modification as ``registry.events``.
   -1     9 
   -1    10 Bugfixes
   -1    11 --------
   -1    12 
   -1    13 -   ``_.union`` was not compatible with its lodash counterpart.
   -1    14 -   events that originated from subdirectives were not ignored.
   -1    15 
   -1    16 
    1    17 0.1.3 (2015-11-07)
    2    18 ==================
    3    19 

diff --git a/bower.json b/bower.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "muu",
    3    -1   "version": "0.1.3",
   -1     3   "version": "0.1.4",
    4     4   "authors": [
    5     5     "Tobias Bengfort <tobias.bengfort@posteo.de>"
    6     6   ],