提交学习笔记专用
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.

64 lines
1.2 KiB

  1. # sourcemap-codec changelog
  2. ## 1.4.8
  3. * Performance boost ([#80](https://github.com/Rich-Harris/sourcemap-codec/pull/80))
  4. ## 1.4.7
  5. * Include .map files in package ([#73](https://github.com/Rich-Harris/sourcemap-codec/issues/73))
  6. ## 1.4.6
  7. * Use arrays instead of typed arrays ([#79](https://github.com/Rich-Harris/sourcemap-codec/pull/79))
  8. ## 1.4.5
  9. * Handle overflow cases ([#78](https://github.com/Rich-Harris/sourcemap-codec/pull/78))
  10. ## 1.4.4
  11. * Use Uint32Array, yikes ([#77](https://github.com/Rich-Harris/sourcemap-codec/pull/77))
  12. ## 1.4.3
  13. * Use Uint16Array to prevent overflow ([#75](https://github.com/Rich-Harris/sourcemap-codec/pull/75))
  14. ## 1.4.2
  15. * GO EVEN FASTER ([#74](https://github.com/Rich-Harris/sourcemap-codec/pull/74))
  16. ## 1.4.1
  17. * GO FASTER ([#71](https://github.com/Rich-Harris/sourcemap-codec/pull/71))
  18. ## 1.4.0
  19. * Add TypeScript declarations ([#70](https://github.com/Rich-Harris/sourcemap-codec/pull/70))
  20. ## 1.3.1
  21. * Update build process, expose `pkg.module`
  22. ## 1.3.0
  23. * Update build process
  24. ## 1.2.1
  25. * Add dist files to npm package
  26. ## 1.2.0
  27. * Add ES6 build
  28. * Update dependencies
  29. * Add test coverage
  30. ## 1.1.0
  31. * Fix bug with lines containing single-character segments
  32. * Add tests
  33. ## 1.0.0
  34. * First release