0.6.2
This commit is contained in:
parent
1d93961cd3
commit
192371a7ca
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
## 0.6.2 (unreleased)
|
## 0.6.2
|
||||||
* Added not-selected? selector
|
* Added not-selected? selector
|
||||||
* Added transformed 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
|
## 0.6.1
|
||||||
* Huge speedup to ClojureScript implementation by optimizing field access
|
* Huge speedup to ClojureScript implementation by optimizing field access
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.6.1
|
0.6.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue