Releases: arr-ai/arrai
v0.6.0
v0.5.0
v0.4.0
v0.3.0
Changelog
8cbfbb2 #234 Added new func to std_seq.go. (#240)
001a885 //re returns holey arrays for missing submatches (#342)
c44ed5d Arithmetic operators tutorial (#312)
f49748c Better handling of arrays with holes (#341)
830a772 Cleaner setop implementations (#353)
b4711ff Cond pattern matching (#332)
e33eb9a Convert some Eval panics to errors (#318)
9a23eac Decode JSON null as empty tuple (#284)
390d142 Document Go 1.14 dependency (#299)
374650d Exclude "all" from make install (#280)
95d8ff8 Explain that arrai transform|x is broken (#311)
9e28a5b Fill in {AndExpr,Function}.Source (#330)
f0c7857 Fix #257, add Byte Array syntax (#321)
c9f4306 Fix #285, add conditional accessor syntax (#313)
695d882 Fix #352, auto-bump minor version (#360)
b024ea2 Fix //os.args when run cmd omitted (#295)
374f1ac Fix ArrayItemTuple.Equal (#351)
fcec3ae Fix bug in offset array Where method (#344)
7516391 Fix instances of missing IdentExpr.Source (#331)
7f54872 Fix printing of dict keys (#316)
5ed5e55 Fix scoping for control-var cond (#349)
26a2a94 Fixes #14, implement syntactic sugar for recursive functions (#348)
9af2bb4 Fixes #290, add go mod tidy after a test in Makefile (#298)
aa657e3 Fixes #338, add syntax for sparse array (#346)
6733743 Generate parser before make install (#283)
6661491 Improve missing-attr error message (#329)
1aa8556 Postfix single operator (#282)
49d7d73 Reinstate renamed test file (#289)
dbcd17e Reorg //seq implementation code (#355)
6589ce2 Report arr.ai stack traces when pattern matching fails (#317)
9150cf4 Support extra elements in pattern matching (#296)
dcd6185 Support sparse arrays (#309)
4d251ad Update README server instructions (#281)
e778e90 Update installation instructions (#279)
dc465f9 Updated doc example. (#357)
78d4e27 Values tutorial tidy up (#314)
fddfbf8 add CallAll to Set interface (#291)
c88e1c4 add pattern matching docs (#334)
03f140f allows stdlib completion without "." at the end (#305)
ac07684 error report now has filepath relative to current directory (#286)
00101ba fix #257, updated documentations (#322)
34097e5 fix #258, add syntax for character (#319)
b92f907 fix nested empty array pattern value (#328)
2f486c5 fix redeclaration (#294)
12bdd96 rank operator (#354)
6ec25fc reimplement conditional accessor syntax (#333)
f7c5238 remove more compilation in evaluation in expr safe tail (#343)
6adb71d restricting escapes to only happen in strings in arrai interactive shell (#337)
002a64a support dict pattern (#292)
71ba129 support pattern matching in function parameters (#347)
9f90f42 support tuple construction shortcut in pattern matching (#287)
v0.2.0
Iron out releaser.yml (#278)