Releases: tlaplus/CommunityModules
Releases · tlaplus/CommunityModules
202312160528
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
Remove use of deprecated `Applicable` interface (#93) Signed-off-by: Calvin Loncaric <calvin.loncaric@oracle.com>
202311011627
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
Add SequencesExt!RemoveFirst and RemoveFirstMatch.
202310082309
Add SequencesExt!Suffixes
202310021704
Fix typos (#89) Signed-off-by: Sergey Bronnikov <estetus@gmail.com>
202308240039
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
Fix bogus error messages. [Bug] Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
202307191312
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
Correct Java module override reference in comment.