a zip code crypto-currency system good for red ONLY

CHANGES 851B

12345678910111213141516171819202122232425262728293031323334
  1. v0.1.5 -- 2017.03.17
  2. * Update dependencies
  3. * Improve documentation
  4. v0.1.4 -- 2016.06.03
  5. * Update dependencies
  6. v0.1.3 -- 2015.11.18
  7. * Relax validation of native implementation (do not require proper stringification of Map.prototype)
  8. v0.1.2 -- 2015.10.15
  9. * Improve native detection
  10. * Ensure proper inheritance
  11. * Update up to specification
  12. * Fix spelling of LICENSE
  13. * Update dependencies
  14. v0.1.1 -- 2014.10.07
  15. * Fix isImplemented so native Maps are detected properly
  16. * Configure lint scripts
  17. v0.1.0 -- 2014.04.29
  18. * Assure strictly npm hosted dependencies
  19. * Update to use latest versions of dependencies
  20. v0.0.1 -- 2014.04.25
  21. * Provide @@toStringTag symbol, and use other ES 6 symbols
  22. * Fix iterators handling
  23. * Fix isImplemented so it doesn't crash
  24. * Update up to changes in dependencies
  25. v0.0.0 -- 2013.11.10
  26. - Initial (dev) version