CHANGES 753 B

123456789101112131415161718192021222324
  1. v0.1.4 -- 2015.04.13
  2. * Republish v0.1.2 as v0.1.4 due to breaking changes
  3. (v0.1.3 should have been published as next major)
  4. v0.1.3 -- 2015.04.12
  5. * Update up to changes in specification (require new, remove clear method)
  6. * Improve native implementation validation
  7. * Configure lint scripts
  8. * Rename LICENCE to LICENSE
  9. v0.1.2 -- 2014.09.01
  10. * Use internal random and unique id generator instead of external (time-uuid based).
  11. Global uniqueness is not needed in scope of this module. Fixes #1
  12. v0.1.1 -- 2014.05.15
  13. * Improve valid WeakMap detection
  14. v0.1.0 -- 2014.04.29
  15. * Assure to depend only npm hosted dependencies
  16. * Update to use latest versions of dependencies
  17. * Use ES6 symbols internally
  18. v0.0.0 -- 2013.10.24
  19. Initial (dev version)