git ssb

1+

Matt McKegg / mutant



Commit cbf829de3c92ce641590e320ffd3f2fb07a3cf61

update readme for v1.0

mmckegg/loop-drop-app#173
Matt McKegg committed on 7/28/2016, 2:47:24 AM
Parent: 5be33c01238870a66c608fed4ece3fbc43069a51

Files changed

README.mdchanged
README.mdView
@@ -4,16 +4,27 @@
44 Create observables and map them to DOM elements. Massively inspired by `hyperscript` and `observ-*`.
55
66 No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.
77
8-## Current Status: Experimental / Unpublished
8+## Current Status: Experimental / Maintained
99
10+Expect breaking changes.
11+
12+Being used as primary renderer and data models in [Loop Drop](https://github.com/mmckegg/loop-drop-app).
13+
1014 ## Install
1115
1216 ```bash
1317 npm install @mmckegg/mutant --save
1418 ```
1519
20+## Compatibility
21+
22+Requires an environment that supports:
23+ - `Map` and `WeakMap`
24+ - `MutationObserver` (optional, only for root `html-element` binding support)
25+ - ES5 arrays
26+
1627 ## Use
1728
1829 ```js
1930 var h = require('@mmckegg/mutant/html-element')

Built with git-ssb-web