This commit is contained in:
nathanmarz 2017-08-14 06:48:54 -04:00
parent e2308e0cda
commit 09d00ac7e7

View file

@ -2,7 +2,7 @@
* Added `before-index` navigator for inserting a single element into a sequence.
* Added `index-nav` navigator for moving an element in a sequence to a new index, shifting other elements in the process.
* Added `INDEXED-VALS` navigator for navigating to every element of a sequence as [index elem] pair. Tranform on index portion works the same as `index-nav`.
* Added `INDEXED-VALS` navigator for navigating to every element of a sequence as [index elem] pair. Transform on index portion works the same as `index-nav`.
* Workaround for ClojureScript regression that causes warnings for record fields named "var" or other reserved names
## 1.0.2