Skip to content

Releases: johnfairh/SourceMapper

3.0.0

19 Sep 09:55
6caa27e
Compare
Choose a tag to compare

Updates for Swift 6 - now requires Swift 6 to build.

2.0.0

20 Apr 10:22
2c86d8f
Compare
Choose a tag to compare

Restructure to work properly with Swift concurrency.

Split the SourceMap class into two Sendable structures SourceMap and the immutable UnpackedSourceMap.

The UnpackedSourceMap type is the new home for the map(...) method on a segment cache.

Move index validation and cross-checks to the point of assigning the segments rather than serialising the source map.

1.0.0

24 Apr 09:52
c190c93
Compare
Choose a tag to compare

First release