update changelog
This commit is contained in:
parent
a35cacae67
commit
a7b743c75d
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
* Removed `variable-pathed-nav`
|
* Removed `variable-pathed-nav`
|
||||||
* Switched codebase from cljx to cljc
|
* Switched codebase from cljx to cljc
|
||||||
* Improved performance of ALL and MAP-VALS on PersistentArrayMap by about 2x
|
* Improved performance of ALL and MAP-VALS on PersistentArrayMap by about 2x
|
||||||
|
* `defnav` now generates helper functions for every method. For example, `keypath` now has helpers `keypath-select*` and `keypath-transform*`. These functions take parameters `[key structure next-fn]`
|
||||||
* Bug fix: ALL and MAP-VALS transforms on PersistentArrayMap above the threshold now output PersistentArrayMap instead of PersistentHashMap
|
* Bug fix: ALL and MAP-VALS transforms on PersistentArrayMap above the threshold now output PersistentArrayMap instead of PersistentHashMap
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue