1.2.0
This release matches ink 0.5.1 plus a few other things:
- fixed a bug when comparing pathes (#22, thanks @Glidias for the report)
- a better way to seed the PRNG for shuffles (#24, thanks again to @Glidias for noticing)
- fixed a crash related to external functions (#26, thanks to @mwchase this time)
- a more robust way to cast strings (#27, thanks @mwchase again)
The new functions EvaluateFunction
and FunctionExists
are in the code but are not working at the moment, and will require a bit more time. I'll publish an update when I get around fixing them.
Lastly, the js files are now distributed in a hopefully simpler way for everyone.
ink.min.js
has full browser support and should be the go to option.ink.js
is the same but unminified.ink-es2015.js
is the es2015 version with no overhead. If you target browsers with basic ES2015 support (mainly classes and arrow functions), you can use that version.