Skip to content

v0.3.0

Compare
Choose a tag to compare
@jridgewell jridgewell released this 30 Apr 04:31
· 20 commits to main since this release

Breaking Changes

  • Segments are no longer sorted by sourcesIndex/sourceLine/sourceColumn/namesIndex when inserting

    Segments are still ordered by genColumn, since this affects the binary search algorithm when tracing. For the other fields, it's not clear that we should sort them. Instead, they're sorted in the order they were added to the map. This allows the maybeAdd* APIs to work.

New Features

Full Changelog: v0.2.0...v0.3.0