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.

CHANGES 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. v2.0.2 -- 2017.03.15
  2. * Update dependencies
  3. v2.0.1 -- 2015.10.02
  4. * Update to use es6-symbol at v3
  5. v2.0.0 -- 2015.09.04
  6. * Relax native implementation detection, stringification of instance should returm
  7. expected result (not necesarily prototype)
  8. v1.0.2 -- 2015.05.07
  9. * Add "ponyfill" keyword to meta description. Fixes #7
  10. v1.0.1 -- 2015.04.14
  11. * Fix isNativeImplemented, so it's not affected by #3619 V8 bug
  12. * Fix internal prototype resolution, in case where isNativeImplemented was true, and
  13. native implementation was shadowed it got into stack overflow
  14. v1.0.0 -- 2015.04.13
  15. * It's v0.1.3 republished as v1.0.0
  16. v0.1.4 -- 2015.04.13
  17. * Republish v0.1.2 as v0.1.4 due to breaking changes
  18. (v0.1.3 should have been published as next major)
  19. v0.1.3 -- 2015.04.12
  20. * Update up to changes in specification (require new, remove clear method)
  21. * Improve native implementation validation
  22. * Configure lint scripts
  23. * Rename LICENCE to LICENSE
  24. v0.1.2 -- 2014.09.01
  25. * Use internal random and unique id generator instead of external (time-uuid based).
  26. Global uniqueness is not needed in scope of this module. Fixes #1
  27. v0.1.1 -- 2014.05.15
  28. * Improve valid WeakMap detection
  29. v0.1.0 -- 2014.04.29
  30. * Assure to depend only npm hosted dependencies
  31. * Update to use latest versions of dependencies
  32. * Use ES6 symbols internally
  33. v0.0.0 -- 2013.10.24
  34. Initial (dev version)