# Changelog ## master (unreleased) ### New Features ### Changes - Don't instrument in .class compilation path - Lein init form instrumentation ignore ### Bugs fixed ## 1.12.0-beta1 (20-06-2024) ### New Features ### Changes - Tracking official 1.12.0-beta1 - Don't waste time tagging forms for uninstrumented namespaces ### Bugs fixed - Fix form walking for PersistentTreeMap (sorted-map) ## 1.12.0-alpha12 (27-05-2024) ### New Features ### Changes - Tracking official 1.12.0-alpha12 ### Bugs fixed ## 1.12.0-alpha11_1 (14-05-2024) ### New Features ### Changes ### Bugs fixed - Don't tag () - After eliding meta (reader and coord) leave nil instead of {} when that was the only meta - Refactor Utils.mergeMeta ## 1.12.0-alpha11 (unreleased) ### New Features - Instance methods instrumentation ### Changes - Tracking official 1.12.0-alpha11 ### Bugs fixed ## 1.12.0-alpha9_4 (06-04-2024) ### New Features - Emitter now exposes setInstrumentationSkipRegex, removeInstrumentationSkipRegex and getInstrumentationSkipRegex ### Changes ### Bugs fixed
Changelog
master (unreleased)
New Features
Changes
- Don't instrument in .class compilation path
- Lein init form instrumentation ignore
Bugs fixed
1.12.0-beta1 (20-06-2024)
New Features
Changes
- Tracking official 1.12.0-beta1
- Don't waste time tagging forms for uninstrumented namespaces
Bugs fixed
- Fix form walking for PersistentTreeMap (sorted-map)
1.12.0-alpha12 (27-05-2024)
New Features
Changes
- Tracking official 1.12.0-alpha12
Bugs fixed
1.12.0-alpha11_1 (14-05-2024)
New Features
Changes
Bugs fixed
- Don't tag ()
- After eliding meta (reader and coord) leave nil instead of {} when that was the only meta
- Refactor Utils.mergeMeta
1.12.0-alpha11 (unreleased)
New Features
- Instance methods instrumentation
Changes
- Tracking official 1.12.0-alpha11
Bugs fixed
1.12.0-alpha9_4 (06-04-2024)
New Features
- Emitter now exposes setInstrumentationSkipRegex, removeInstrumentationSkipRegex and getInstrumentationSkipRegex