v0.3.0
Breaking Changes
-
Segments are no longer sorted by
sourcesIndex
/sourceLine
/sourceColumn
/namesIndex
when insertingSegments 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 themaybeAdd*
APIs to work.
New Features
- Add
maybeAdd*
APIs by @jridgewell in #1
Full Changelog: v0.2.0...v0.3.0