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.

60 lines
1020 B

1 month ago
  1. 0.5.4 / 2021-12-10
  2. ==================
  3. * deps: safe-buffer@5.2.1
  4. 0.5.3 / 2018-12-17
  5. ==================
  6. * Use `safe-buffer` for improved Buffer API
  7. 0.5.2 / 2016-12-08
  8. ==================
  9. * Fix `parse` to accept any linear whitespace character
  10. 0.5.1 / 2016-01-17
  11. ==================
  12. * perf: enable strict mode
  13. 0.5.0 / 2014-10-11
  14. ==================
  15. * Add `parse` function
  16. 0.4.0 / 2014-09-21
  17. ==================
  18. * Expand non-Unicode `filename` to the full ISO-8859-1 charset
  19. 0.3.0 / 2014-09-20
  20. ==================
  21. * Add `fallback` option
  22. * Add `type` option
  23. 0.2.0 / 2014-09-19
  24. ==================
  25. * Reduce ambiguity of file names with hex escape in buggy browsers
  26. 0.1.2 / 2014-09-19
  27. ==================
  28. * Fix periodic invalid Unicode filename header
  29. 0.1.1 / 2014-09-19
  30. ==================
  31. * Fix invalid characters appearing in `filename*` parameter
  32. 0.1.0 / 2014-09-18
  33. ==================
  34. * Make the `filename` argument optional
  35. 0.0.0 / 2014-09-18
  36. ==================
  37. * Initial release