2.0.0
This release includes some breaking changes in the interest of greatly reducing the number of allocations:
- Removed the head property of returned traces. Use record instructions if you need to know which path was taken through the program.
- Made allocation of the records array lazy. If no records are recorded for a trace, records will now be null instead of an empty array.