Skip to content

Releases: tlaplus/CommunityModules

202312160528

16 Dec 05:29
Compare
Choose a tag to compare
Support serializing records (RecordValue) in addition to sequences

(TupleValues) in JsonSerialize operator.

A RecordValue is serialized to a Json object, with the record value's
(finite) domain of strings being the Json keys.

[Feature][TLC]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202311162248

16 Nov 22:48
6ff7419
Compare
Choose a tag to compare
Remove use of deprecated `Applicable` interface (#93)

Signed-off-by: Calvin Loncaric <calvin.loncaric@oracle.com>

202311011627

01 Nov 16:28
Compare
Choose a tag to compare
Gracefully fail on a non-tuple argument in Json!JsonSerialize and

Json!ndJsonSerialize.

Related to https://github.com/microsoft/CCF/pull/5807

[Feature][TLC]

202310112105

11 Oct 21:06
Compare
Choose a tag to compare
Add SequencesExt!RemoveFirst and RemoveFirstMatch.

202310082309

08 Oct 23:10
Compare
Choose a tag to compare
Add SequencesExt!Suffixes

202310021704

02 Oct 17:05
5a39d5c
Compare
Choose a tag to compare
Fix typos (#89)

Signed-off-by: Sergey Bronnikov <estetus@gmail.com>

202308240039

24 Aug 00:40
Compare
Choose a tag to compare
Add CSV!CSVWriteRecord as a convenience method to write a record

(optionally including its names as column headers).

[Feature]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202308222326

22 Aug 23:27
Compare
Choose a tag to compare
Fix bogus error messages.

[Bug]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202307191312

19 Jul 13:13
Compare
Choose a tag to compare
Copy domain and value arrays before normalization to *not* modify the

original
value.

[Bug]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202304140044

14 Apr 00:45
a206a33
Compare
Choose a tag to compare
Correct Java module override reference in comment.