Skip to content

v0.4.4

Choose a tag to compare

@jefgodesky jefgodesky released this 01 Feb 14:58
· 3 commits to main since this release

This release fixes a bug that kept arbitrarily deep references (aliases) from working correctly. We were resolving first-level aliases (token A refers to token B, so A has the value of B), but we were failing at nested references. Now, if token A refers to token B, and token B refers to token C, then all three will be resolved to the same value.