muu

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

commit
7ddc8ba2b02c3bc28e21a9be38a7b7f11ced0d6b
parent
4181f2ae7e79cf316ead2d4757ffdf7386f8bcc1
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 20:06
use setext header in CHANGES.md

this way they can be copied to git tag message. # is a comment there.

Diffstat

M CHANGES.md 15 ++++++++++-----

1 files changed, 10 insertions, 5 deletions


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

@@ -1,6 +1,8 @@
    1    -1 # 0.1.0
   -1     1 0.1.0
   -1     2 =====
    2     3 
    3    -1 ## Breaking changes
   -1     4 Breaking changes
   -1     5 ----------------
    4     6 
    5     7 -   The public API has changed: Instead of many AMD modules there is now one
    6     8     UMD module exporting an object that provides access to the following
@@ -18,18 +20,21 @@
   18    20     consequence, the `<div>` wrapper inside of a `<muu>` element is no longer
   19    21     required and was removed.
   20    22 
   21    -1 ## Enhancements
   -1    23 Enhancements
   -1    24 ------------
   22    25 
   23    26 -   The build-in templating system has two new features:
   24    27     -   inverted loops render the content once if the value is falsy
   25    28     -   `this` can now be used to refer to the scope as a whole
   26    29 
   27    -1 ## Bugfixes
   -1    30 Bugfixes
   -1    31 --------
   28    32 
   29    33 -   A bug in `$.destroy` that caused it to always use the fallback
   30    34     implementation was fixed.
   31    35 
   32    36 
   33    -1 # 0.0.0 (2015-10-23)
   -1    37 0.0.0 (2015-10-23)
   -1    38 ==================
   34    39 
   35    40 *initial release*