forked from nprapps/pym.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
44 lines (31 loc) · 854 Bytes
/
CHANGELOG
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
33
34
35
36
37
38
39
40
41
42
43
44
0.4.3
-----
* Always pass parent url to child.
0.4.2
-----
* Implement scrollParentTo and navigateParentTo. (#84)
* Limit files installed by npm to necessary code. (#76)
* Use dist version of code for npm and bower. (#75)
* Ensure a config object always exists. (#72)
0.4.1
-----
* Update README and add contributors.
0.4.0
-----
* Fixed several broken examples.
* Support nested iframes correctly. (#59)
* Add browserify-supporting module definition. (#60)
* Add example for child polling.
* Support specifying parent id in child constructor. (#61, #62)
0.3.1
-----
* Add API documentation. (#52)
* Refactor public and private APIs to have more obvious names.
* Add support for generic message passing. (#49)
* Support specifying pym div's with data attributes. (#44)
0.1.1
-----
* UMD pattern support. (#42)
0.1.0
-----
* Initial release.