v1.4.0 Preview 2
Pre-release
Pre-release
What's Changed
- Fix end to match sentence by @e6nlaq in #224
- Improved "end" related bugs by @e6nlaq in #227
- Added new function "fibz" by @e6nlaq in #228
- Correspondence of functions
+
,-
,*
,/
,%
,^
to:
. by @e6nlaq in #230 - Math functions
abs
,sqrt
,sin
,cos
,tan
for:
. by @e6nlaq in #232 - Add comparison operators >, <, <=, >= by @e6nlaq in #233
- Optimize aqua binaries (Windows: O2, UNIX: O3) by @e6nlaq in #236
Full Changelog: v1.4.0-pre1...v1.4.0-pre2