This commit is contained in:
Nathan Marz 2015-06-18 00:56:17 -04:00
parent da2019b07b
commit 2299bcc58b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 0.5.3
* Added cond-path and if-path selectors for choosing paths depending on value of structure at that location
## 0.5.2 ## 0.5.2
* Fix error for selectors with one element defined using comp-paths, e.g. [:a (comp-paths :b)] * Fix error for selectors with one element defined using comp-paths, e.g. [:a (comp-paths :b)]

View file

@ -1,4 +1,4 @@
(defproject com.rpl/specter "0.5.2" (defproject com.rpl/specter "0.5.3"
:dependencies [[org.clojure/clojure "1.6.0"] :dependencies [[org.clojure/clojure "1.6.0"]
] ]
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions :jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions