forked from medikoo/domjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
32 lines (28 loc) · 1.23 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
v0.2.3 -- 2013.02.13
Two crucial fixes to v0.2 branch:
* Fix entry script path in package.json
* Do not use Object.freeze (it was used wrong way and broke implementation).
We weren't aware of that as older version of V8 didn't support Object.freeze
v0.2.2 -- 2012.06.13
* Quick fix for totally broken v0.2.1. Mistakenly published package that was not
fully updated up to changes in es5-ext project.
v0.2.1 -- 2012.06.13
* Fix array-like object detection when processing child node arguments
* Update up to v0.8 branch of es5-ext
* package.json now in npm friendly format
v0.2.0 -- 2012.02.20
* Return builder object not just `build` function. Allows better customization
* Templetes can be imported via custom `require` function
* In html5 mode mark function (on*) attributes with string value as well so they
can be picked up by CSS rules easily
* Support array, number as argument
* Support for null or undefined as argument (it's ignored then)
* Expose all functions on `_map` property
* String argument as optional in `_text`, `_comment` and `_cdata` methods
* Generic `_element` function
* Warn when two same ids are spotted twice
* Tests with TAD
* JSLint validation
* Travis CI configuration
v0.1.0 -- 2011.05.29
* Initial version