This commit is contained in:
Nathan Marz 2015-07-03 17:46:23 -04:00
parent 1d93961cd3
commit 192371a7ca
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
## 0.6.2 (unreleased)
## 0.6.2
* Added not-selected? selector
* Added transformed selector
* Sped up CLJS implementation for comp-paths by replacing obj-extends? call with satisfies?
* Fixed CLJS implementation to extend core types appropriately
* Used not-native hint to enable direct method invocation to speed up CLJS implementation
## 0.6.1
* Huge speedup to ClojureScript implementation by optimizing field access

View file

@ -1 +1 @@
0.6.1
0.6.2