UNPKG

1.19 kBMarkdownView Raw
1## [v1.6.2]
2> Feb 22, 2016
3
4- Fix typo in browser.js.
5
6[v1.6.2]: https://github.com/rstacruz/jsdom-global/compare/v1.6.1...v1.6.2
7
8## [v1.6.1]
9> Jan 15, 2016
10
11- Make `jsdomGlobal()` idempotent - that is, you may call it twice and expect
12the same result without any side effects.
13
14[v1.6.1]: https://github.com/rstacruz/jsdom-global/compare/v1.5.0...v1.6.1
15
16## [v1.5.0]
17> Jan 12, 2016
18
19- Remove tape integration... we don't need it.
20
21[v1.5.0]: https://github.com/rstacruz/jsdom-global/compare/v1.4.0...v1.5.0
22
23## [v1.4.0]
24> Jan 12, 2016
25
26- `tape`: Shows navigator userAgent in tape output.
27
28[v1.4.0]: https://github.com/rstacruz/jsdom-global/compare/v1.3.0...v1.4.0
29
30## [v1.3.0]
31> Jan 11, 2016
32
33- Add browserify support.
34
35[v1.3.0]: https://github.com/rstacruz/jsdom-global/compare/v1.2.0...v1.3.0
36
37## [v1.2.0]
38> Jan 11, 2016
39
40- Fix compatibility with legacy Node.js versions.
41
42[v1.2.0]: https://github.com/rstacruz/jsdom-global/compare/v1.1.0...v1.2.0
43
44## [v1.1.0]
45> Jan 11, 2016
46
47- Add `cleanup()`.
48
49[v1.1.0]: https://github.com/rstacruz/jsdom-global/compare/v1.0.0...v1.1.0
50
51## [v1.0.0]
52> Jan 11, 2016
53
54- Initial release.
55
56[v1.0.0]: https://github.com/rstacruz/jsdom-global/tree/v1.0.0