3ed543ff9894ce3be019de8e88825bf71f167c5714f1da9f65a9e5c02e6cb63463373c216f492867f0c8574b76dc033b2464ebe1c0f9fb4a75d7106a5b7c41 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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