Releases: arr-ai/arrai
v0.247.0
v0.246.0
Changelog
c60a228 Added backwards compatibility tests
48beefc Added missing colour templating. Renamed dir.
4b00934 Covered report.go
97570f8 Covered runner.go
c87bc86 Covered stats.go
5d8369f Debugging tests in Windows
6d51ea2 Debugging tests in Windows
f538681 Debugging tests in Windows
5bd7349 Debugging tests in Windows
ad20be8 Debugging tests in Windows
5cf09a3 Debugging tests in Windows
63a0928 Documented functions. Made test headers show relative path. Made invalid test show friendly type name.
7a94cd1 Excluded Windows from certain tests
54da45e Fixed "." not working for afero.Walk(). Renamed example dirs.
05bc3b3 Fixed linting issues
9cc529f Fixed test
47899ba Fixed tests
9908254 Full coverage of valueUtils.go
1b805d8 Lint
a4b0f30 Lint
a662a97 Merge branch 'master' into feature/prettier_test_results
3ce1a76 Merge branch 'master' into feature/prettier_test_results, handled new case of rel.EmptySet in isLiteralFalse()
272a26b Merge pull request #171 from anzx/feature/prettier_test_results
5d7c106 New test infra
aef245f Refactor
09744dd Removed junk
f431acd Tests
38757c2 Typo
84e7d30 Updated bindata.go
35f3f7f When compiling an import, use root in ancestor dir if not one here
d603753 Windows-ed test
v0.244.0
Changelog
c449bcf Add docs about values
fc683c1 Add handling for structs and stuff
55f0ee4 Fix lint
ad6dc28 Fix names and things
3d15683 Fix test
3db5113 Handle reflected maps and clean up code
c4631ed Invert ordered tag
e697857 Make slice mapping consistent
df0cd6f Merge remote-tracking branch 'origin/master' into feature/newvalue-dictarray
e2ab7da Skip structcheck lint on test
dd54115 Support serialization of Go types to arr.ai Values
972e1d6 Tidy
85211fb Tidy
04a142e Update strcase
v0.243.0
Changelog
7e2fef5 Added more pattern tuple tests
c8b2ce8 Merge pull request #157 from anzx/feature/additional-tuple-pattern-tests
3372561 allow offset empty set (#165)
c0ad211 fix #148, deprecation warnings are logged once (#166)
f0550da implements empty set as its own type (#163)
f29e6e9 simplify Set.ArrayEnumerator signature (#162)
v0.238.0
Changelog
9a45cd7 Added config for stripping formatting lines
3f9313b Added initial xml encoding proposal
460e437 Added tests and docs
4dcdb1a Added xml doc update
2bdde1f Addressed feedback
1d81d9e Adjusted xml directive test
b5c568c Check extra element pattern by explicitly type casting.
e563a87 Clean up NewSet and related functions (#155)
07876a5 Code cleanup as per feedback
8e4a5ce Code cleanup based on feedback
e1d429a Convert xml attributes to dictionaries
4581eb1 Duplicate tuple patterns return an error instead of panic
ee6021f Fix NewTuplePattern to check for duplicates correctly, updated tests to check for panic
36dfcd7 Fix lint issues
25fae27 Fix test cases to return correct messages
414f2cd Fix tuple validation issue.
e08579c Fixed config argument name in parser, updated docs
278c2eb Fixes broken xml tests
eda0474 Merge branch 'master' into xml-encoding
1f77736 Merge branch 'master' into xml-encoding
9982c14 Merge pull request #147 from anzx/feature/fail-tuple-pattern-duplicate-fields
2e5fbb4 Merge pull request #160 from anzx/tuple_validation_issue
7fa97f7 Merge pull request #82 from anzx/xml-encoding
695a399 Minor QOL updates
ec42878 Minor documentation fixes
3fb82f8 Refactor NewSet internals into SetBuilder (#156)
f46bd3d Regenerated go bindata
f1d20c0 Simplified new representation solution using old logic
653fab9 Skip tuple validation check if its pattern is and add test cases.
b5460ca Skipping failed tests
a1ee42f Update xml docs
0c6353b Updated comments and docs
4d47422 Updated config naming
81a8ad2 Updated docs for xml translations
d2803f3 Updated wbnf version
c41dc8a Updated xml declaration
fb78600 Updated xml decode and encode to support new arrai representation
178e53f Updated xml encoding
96054bc Updated xml format to allow empty attributes
0fb3248 Updated xml tests
f75e1d6 Updated xml tests
8e2e760 Updated xml to less bloated structure
6a1eb48 WIP move xml encoding/decoding to internal lib
fefd236 fail on duplicate pattern tuple field
b0e7911 test duplicate pattern tuple field fails
dbb5991 xml translation functions no longer panic