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.

40 lines
699 B

7 years ago
  1. 0.5.0 / 2014-10-11
  2. ==================
  3. * Add `parse` function
  4. 0.4.0 / 2014-09-21
  5. ==================
  6. * Expand non-Unicode `filename` to the full ISO-8859-1 charset
  7. 0.3.0 / 2014-09-20
  8. ==================
  9. * Add `fallback` option
  10. * Add `type` option
  11. 0.2.0 / 2014-09-19
  12. ==================
  13. * Reduce ambiguity of file names with hex escape in buggy browsers
  14. 0.1.2 / 2014-09-19
  15. ==================
  16. * Fix periodic invalid Unicode filename header
  17. 0.1.1 / 2014-09-19
  18. ==================
  19. * Fix invalid characters appearing in `filename*` parameter
  20. 0.1.0 / 2014-09-18
  21. ==================
  22. * Make the `filename` argument optional
  23. 0.0.0 / 2014-09-18
  24. ==================
  25. * Initial release