specter/CHANGES.md
Nathan Marz 05968e9629 0.5.5
2015-06-22 14:38:34 -04:00

16 lines
654 B
Markdown

## 0.5.5
* Change filterer to accept a selector (that acts like selected? to determine whether or not to select value)
## 0.5.4
* Change cond-path and if-path to take in a selector for conditionals (same idea as selected?)
## 0.5.3
* Added cond-path and if-path selectors for choosing paths depending on value of structure at that location
## 0.5.2
* Fix error for selectors with one element defined using comp-paths, e.g. [:a (comp-paths :b)]
## 0.5.1
* Added putval for adding external values to collected values list
* nil is now interpreted as identity selector
* empty selector is now interpreted as identity selector instead of producing error