1
|
# History
|
2
|
|
3
|
## v1.2.0 2018 January 26
|
4
|
- `index.js` is now located at `source/index.js`
|
5
|
- Updated base files
|
6
|
|
7
|
## v1.1.7 2015 December 12
|
8
|
- Revert minimum node version from 0.12 back to 0.4
|
9
|
- Thanks to [Alexander Sorokin](https://github.com/syrnick) for [this comment](https://github.com/bevry/domain-browser/commit/c66ee3445e87955e70d0d60d4515f2d26a81b9c4#commitcomment-14938325)
|
10
|
|
11
|
## v1.1.6 2015 December 12
|
12
|
- Fixed `assert-helpers` sneaking into `dependencies`
|
13
|
- Thanks to [Bogdan Chadkin](https://github.com/TrySound) for [Pull Request #8](https://github.com/bevry/domain-browser/pull/8)
|
14
|
|
15
|
## v1.1.5 2015 December 9
|
16
|
- Updated internal conventions
|
17
|
- Added better jspm support
|
18
|
- Thanks to [Guy Bedford](https://github.com/guybedford) for [Pull Request #7](https://github.com/bevry/domain-browser/pull/7)
|
19
|
|
20
|
## v1.1.4 2015 February 3
|
21
|
- Added
|
22
|
- `domain.enter()`
|
23
|
- `domain.exit()`
|
24
|
- `domain.bind()`
|
25
|
- `domain.intercept()`
|
26
|
|
27
|
## v1.1.3 2014 October 10
|
28
|
- Added
|
29
|
- `domain.add()`
|
30
|
- `domain.remove()`
|
31
|
|
32
|
## v1.1.2 2014 June 8
|
33
|
- Added `domain.createDomain()` alias
|
34
|
- Thanks to [James Halliday](https://github.com/substack) for [Pull Request #1](https://github.com/bevry/domain-browser/pull/1)
|
35
|
|
36
|
## v1.1.1 2013 December 27
|
37
|
- Fixed `domain.create()` not returning anything
|
38
|
|
39
|
## v1.1.0 2013 November 1
|
40
|
- Dropped component.io and bower support, just use ender or browserify
|
41
|
|
42
|
## v1.0.1 2013 September 18
|
43
|
- Now called `domain-browser` everywhere
|
44
|
|
45
|
## v1.0.0 2013 September 18
|
46
|
- Initial release
|