Specter supercharges your ability to use and manipulate data structures in 
Clojure and ClojureScript. 1.0.2 contains minor 
improvements. https://github.com/nathanmarz/specter


Full changelog:

* Added `pred=`, `pred<`, `pred>`, `pred<=`, `pred>=` for filtering using 
common comparisons
* Add `map-key` navigator
* Add `set-elem` navigator
* Add `ALL-WITH-META` navigator
* `walker` and `codewalker` can now be used with `NONE` to remove elements
* Improve `walker` performance by 70% by replacing clojure.walk 
implementation with custom recursive path
* Extend `ALL` to work on records (navigate to key/value pairs)
* Add ability to declare a function for end index of `srange-dynamic` that 
takes in the result of the start index fn. Use `end-fn` macro to declare 
this function (takes in 2 args of [collection, start-index]). Functions 
defined with normal mechanisms (e.g. `fn`) will still only take in the 
collection as an argument.
* Workaround for ClojureScript bug that emits warnings for vars named the 
same as a private var in cljs.core (in this case `NONE`, added as private 
var to cljs.core with 1.9.562)
* For ALL transforms on maps, interpret transformed key/value pair of size 
< 2 as removal
* Bug fix: Fix incorrect inline compilation when a dynamic function 
invocation is nested in a data structure within a parameter to a navigator 
builder

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to