-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathCHANGELOG
More file actions
26 lines (21 loc) · 802 Bytes
/
CHANGELOG
File metadata and controls
26 lines (21 loc) · 802 Bytes
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
0.1
===
* Initial Release
0.2
===
* Moved to AMD format
* Fixed a bug in embed.xhr preventing the use of overrideMimeType
* Promoted embed._toArray to embed.toArray
* Promoted embed._toDom to embed.toDom
* Removed pretty print option from embed.toJson
* Added stripComments param to embed.fromJson
* Re-enabled style as a possible key object to embed.create
* Added feature group queryExtensions. For a start, contains
ChainableNodeArray which lets you use chaining with embed.query
* Re-introduced a bunch of new tests.
* Created a new test runner that allows to test a single feature
and a specific implementation of it.
* embed.style returns node.style properties instead of computed style
0.2.1
=====
* Fixed a bug where requiring just connect-event wouldn't pull in required dependencies.