Skip to content

Releases: unabandoned/combine-source-map

combine-source-map: v1.0.1

Choose a tag to compare

@00o-sh 00o-sh released this 13 Aug 04:52
1a1e8f2

1.0.1 (2026-08-13)

Bug Fixes

  • drop the abandoned inline-source-map dependency (#13) (b497072)
  • drop the abandoned lodash.memoize dependency (#11) (023e2d5)

combine-source-map: v1.0.0

Choose a tag to compare

@00o-sh 00o-sh released this 13 Aug 04:33
4f72907

1.0.0 (2026-08-13)

⚠ BREAKING CHANGES

  • base64() and comment() now return a Promise instead of a string. Callers must await (or .then) the final base64()/comment() call. addFile() remains synchronous and chainable.

Features

  • migrate to source-map 8 (async base64/comment) and pin runtime deps (#3) (c878017)

Bug Fixes

  • deps: update dependency convert-source-map to ~1.9.0 (#4) (d56b7a1)
  • deps: update dependency lodash.memoize to ~3.1.0 (#5) (03847e3)
📦 Dependencies & maintenance

Dependencies & maintenance

  • graduate combine-source-map to a 1.0.0 major (#10) (0c01b19)

combine-source-map: v0.8.1

Choose a tag to compare

@00o-sh 00o-sh released this 13 Aug 03:53
95b378d

0.8.1 (2026-08-13)

📦 Dependencies & maintenance

Dependencies & maintenance

  • onboard combine-source-map into the unabandoned program (#1) (85ecc51)
  • pinning source-map version as tests fail with patch upgrades (df66551)
  • upgrading inline-source-map to 0.6 (23ad4c6)