Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
3.3.0
1 Sept 2026
🔧 Fixed
- expose parent declaration directly (7b5ef85)
- handle leading empty AST path keys (9415aec)
- keep long AST paths exact (62da3ec)
- preserve empty AST path keys (ad7b429)
- preserve zeros in long AST paths (dafb2e0)
✨ Features
- support exact AST path segments (686e2a0)
Performance Improvements
3.2.0
19 Aug 2026
🔧 Fixed
- handle edge cases in next paths (9e1f85a)
- handle edge cases in previous paths (53be61e)
- resolve various review findings (b60e9ee)
- retire direct publish aliases (f98e31e)
- validate parent path input (421579c)
- validate upward path input (79c637b)
✨ Features
- add codsen-glob and migrate glob consumers (5595a2b)
- refresh the tooling and generate with the latest dependencies (781f802)
Performance Improvements
3.1.3
15 Jan 2026
Performance Improvements
- Recorded a 304.77% higher normalized benchmark score than v3.0.20 (2,424,417 → 9,813,420).
3.0.0
1 Dec 2022
💥 BREAKING CHANGES
- Minimum supported Node version is v14.18; we’re dropping v12 support
2.1.0
12 Aug 2022
✨ Features
- export types (11b5fb9)
2.0.14
5 Jul 2022
Performance Improvements
- Recorded a 46.66% higher normalized benchmark score than v2.0.13 (3,855,420 → 5,654,261).
2.0.9
24 Dec 2021
Performance Improvements
- Recorded a 6.72% higher normalized benchmark score than v2.0.8 (5,016,581 → 5,353,882).
2.0.7
30 Nov 2021
Performance Improvements
- Recorded a 99.77% higher normalized benchmark score than v2.0.5 (3,865,587 → 7,722,405).
2.0.0
9 Sept 2021
✨ Features
- migrate to ES Modules (8c9d95d)
💥 BREAKING CHANGES
- programs now are in ES Modules and won’t work with Common JS
require()
1.4.0
24 May 2021
✨ Features
- config file based major bump blacklisting (e15f9bb)
1.3.15
11 Apr 2021
⏪ Reverts
- Revert “chore: setup refresh” (23cf206)
1.3.1
28 Jan 2021
🔧 Fixed
- add
testStatsto npmignore (f3c84e9)
1.3.0
23 Jan 2021
✨ Features
- rewrite in TS (680f046)
1.2.0
28 Nov 2020
Accidental version bump during migration to SourceHut. Sorry about that.
1.1.2
4 Apr 2020
🔧 Fixed
- don’t return null when going up from root, return
"0"(7743d87)
1.1.0
16 Mar 2020
✨ Features
- initial release (2a59f29)
1.0.0
15 Mar 2020
- First public release.