Skip to content

v0.9.8

Compare
Choose a tag to compare
@darwin darwin released this 29 Nov 14:28
· 281 commits to master since this release
v0.9.8

Checked Array Access

The library now plays well when you enable :checked-arrays in your project. Checked Array Access is a new feature of recent ClojureScript compiler.

Notable commits:

ab0b3c1 switch to unchecked-aget/aset to prevent :checked-arrays warnings

All new work: v0.9.7...v0.9.8