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.

History.md 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 1.2.0 / 2017-07-18
  2. ==================
  3. * Essentially identical to v1.0.0. Reverting changes from v1.1.0 because they are breaking changes and should be part of a major version bump
  4. * Revert "More correct media type handling"
  5. * Revert "add typings for Typescript"
  6. 1.1.0 / 2017-07-17
  7. ==================
  8. * More correct media type handling
  9. * Add typings for Typescript
  10. 1.0.0 / 2017-06-09
  11. ==================
  12. * Bumping to v1.0.0 for semver semantics
  13. * random updates for newer Node.js versions
  14. * travis: test more node versions and fix v0.8
  15. 0.0.4 / 2015-06-29
  16. ==================
  17. * package: update "mocha" to v2
  18. * package: add RFC to the "keywords" section
  19. * travis: test node v0.8, v0.10, and v0.12
  20. * README: use SVG for Travis-CI badge
  21. * test: more tests
  22. 0.0.3 / 2014-01-08
  23. ==================
  24. * index: fix a URI with a comma in the data portion
  25. 0.0.2 / 2014-01-08
  26. ==================
  27. * index: use unescape() instead of decodeURIComponent()
  28. * test: add more tests from Mozilla
  29. 0.0.1 / 2014-01-02
  30. ==================
  31. * add `README.md`
  32. * index: default the `charset` property to "US-ASCII"
  33. * default encoding is "ascii"
  34. * default `type` to "text/plain" when none is given
  35. * initial commit