Releases: squint-cljs/squint
Releases · squint-cljs/squint
v0.8.146
v0.8.145
v0.8.144
v0.8.143
v0.8.142
What's Changed
- Fix return semicolon by @borkdude in #641
- Fix issue #640: don't emit anonymous function if it is a statement by @jonasseglare in #642
- Fix issue #643: Support lexicographic compare of arrays by @jonasseglare in #644
Full Changelog: v0.8.141...v0.8.142
v0.8.141
v0.8.140
v0.8.139
Full Changelog: v0.8.138...v0.8.139
v0.8.138
v0.8.137
What's Changed
- Fix #615: zero? should return false for "0" by @borkdude in #616
- Fix #617: deftype field name munging problem by @borkdude in #623
- Fix #618: named multi-arity fn args don't get munged by @borkdude in #624
- Fix #622: operator precendence issue with | and if by @borkdude in #625
- Fix #626: Implement
take-last
by @grayrest in #627 - Add
clojure.string
functionslower-case
,upper-case
,capitalize
by @plexus in #628
New Contributors
Full Changelog: v0.8.136...v0.8.137