specter/CHANGES.md

35 lines
1.1 KiB
Markdown
Raw Normal View History

2015-07-02 21:25:00 +00:00
## 0.6.2 (unreleased)
* Added not-selected? selector
* Added transformed selector
2015-07-01 14:36:21 +00:00
## 0.6.1
* Huge speedup to ClojureScript implementation by optimizing field access
2015-07-01 00:09:09 +00:00
## 0.6.0
* Added ClojureScript compatibility
2015-06-30 03:44:18 +00:00
## 0.5.7
* Fix bug in select-one! which wouldn't allow nil result
## 0.5.6
* Add multi-path implementation
* change FIRST/LAST to select nothing on an empty sequence
2015-06-29 22:31:03 +00:00
* Allow sets to be used directly as selectors (acts as filter)
2015-06-22 18:38:34 +00:00
## 0.5.5
* Change filterer to accept a selector (that acts like selected? to determine whether or not to select value)
2015-06-19 18:19:16 +00:00
## 0.5.4
* Change cond-path and if-path to take in a selector for conditionals (same idea as selected?)
2015-06-18 04:56:17 +00:00
## 0.5.3
* Added cond-path and if-path selectors for choosing paths depending on value of structure at that location
2015-06-01 18:22:44 +00:00
## 0.5.2
* Fix error for selectors with one element defined using comp-paths, e.g. [:a (comp-paths :b)]
2015-05-31 12:54:30 +00:00
## 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