UI for Zipcoin Blue

CHANGES 1.1KB

1234567891011121314151617181920212223242526272829303132333435
  1. v0.1.5 -- 2017.03.16
  2. * Improve documentation
  3. * Update dependencies
  4. v0.1.4 -- 2016.01.19
  5. * Ensure Set polyfill function name is `Set` (#2)
  6. v0.1.3 -- 2015.11.18
  7. * Relax validation of native implementation (do not require proper stringification of Set.prototype)
  8. v0.1.2 -- 2015.10.02
  9. * Improve native Set detection
  10. * Fix spelling of LICENSE
  11. * Set.prototype.filter extension
  12. * Update dependencies
  13. v0.1.1 -- 2014.10.07
  14. * Fix isImplemented so it validates native Set properly
  15. * Add getFirst and getLast extensions
  16. * Configure linter scripts
  17. v0.1.0 -- 2014.04.29
  18. * Assure strictly npm hosted dependencies
  19. * Introduce faster 'primitive' alternative (doesn't guarantee order of iteration)
  20. * Add isNativeImplemented, and some, every and copy method extensions
  21. * If native Set is provided polyfill extends it
  22. * Optimize forEach iteration
  23. * Remove comparator support (as it was removed from spec)
  24. * Provide @@toStringTag symbol, ad @@iterator symbols on iterators
  25. * Update to use latest dependencies versions
  26. * Improve interals
  27. v0.0.0 -- 2013.10.12
  28. Initial (dev) version