UNPKG

2.18 kBMarkdownView Raw
1
22.2.1 / 2015-11-05
3==================
4
5 * bump extend and void-elements (@shinnn, #1)
6
72.2.0 / 2015-02-13
8==================
9
10 * add support for passing `encode()` options in to `serializeAttribute()` and `serializeTextNode()`
11
122.1.0 / 2015-02-10
13==================
14
15 * if `e.detail.serialize` is set and the event is cancelled, still use the `e.detail.serialize` value
16 * attempting to get 100% test code coverage
17 * package: allow any "zuul" v1
18 * test: add HTML5 Doctype test, for 100% test code coverage!
19 * test: remove `console.log()` call
20
212.0.1 / 2015-02-03
22==================
23
24 * index: support Nodes with children for `e.detail.serialize`
25
262.0.0 / 2015-02-03
27==================
28
29 * README: update for `serializeTarget`
30 * index: emit the "serialize" event on the node that we know is in the DOM
31
321.2.1 / 2015-02-03
33==================
34
35 * fix one-time callback functions on NodeLists / Arrays
36 * README: fix weird spacing
37 * README: add "inspect" example to readme
38
391.2.0 / 2015-02-02
40==================
41
42 * add support for one-time "serialize" callback functions
43 * add support for a "context" argument
44 * index: make `serializeDoctype()` more readable
45 * README: fix typo in example output
46 * README: better description
47
481.1.0 / 2015-01-16
49==================
50
51 * add support for Comment, Document, Doctype, DocumentFragment and NodeList types to be serialized
52 * add .travis.yml file
53 * add Makefile for zuul tests
54 * add README.md file
55 * index: run `e.detail.serialize` through all the serialize() logic
56 * index: use += operator for String concatentation (faster)
57 * index: use `require('ent/encode')` syntax
58 * package: update "ent" to v2.2.0
59 * package: rename to "dom-serialize"
60 * test: add Array serialize test
61
621.0.0 / 2015-01-15
63==================
64
65 * index: add support for Nodes to be set on `e.data.serialize`
66 * index: remove redundant `break` statements
67 * test: add `e.detail.serialize` Node and Number tests
68 * test: add "serialize" event tests
69 * test: add initial test cases
70 * package: add "string" as a keyword
71 * package: add "zuul" as a dev dependency
72 * package: use ~ for dep versions
73 * initial commit