You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB

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