Skip to content

Releases: tlaplus/CommunityModules

202302160132

16 Feb 01:33

Choose a tag to compare

Add VectorClocks module.

[Feature]

202302091937

09 Feb 19:37

Choose a tag to compare

Ignore empty lines when deserializing ndjson.

"The [Json] parser MAY silently ignore empty lines, e.g. \n\n".
https://github.com/ndjson/ndjson-spec#32-parsing

[Bug]

202211012231

01 Nov 22:31

Choose a tag to compare

Bring a spec's variables values into canonical form when serializing via

the `CSV!CSVWrite` operator.

[Bug]

202211011501

01 Nov 15:01
489852f

Choose a tag to compare

Function restriction based on a test predicate (#82)

Add Functions!Restrict(Domain|Values).

Addresses Github issue #81
https://github.com/tlaplus/CommunityModules/issues/81

[Feature]

202211010748

01 Nov 07:49

Choose a tag to compare

renamed Select... to Restrict... in Functions module

202210300914

30 Oct 09:14

Choose a tag to compare

fixed typo

202210231828

23 Oct 18:28

Choose a tag to compare

Replace definition of FlattenSet with UNION

Addresses Github issue #74
https://github.com/tlaplus/CommunityModules/issues/74

[Refactor]

202210231801

23 Oct 18:02
cb38ca3

Choose a tag to compare

Redefined Zip to accept arguments of different lengths

Addresses Github issue #78
https://github.com/tlaplus/CommunityModules/issues/78

[Refactor]

202210221732

22 Oct 17:33

Choose a tag to compare

redefined Zip to accept arguments of different lengths

202210210229

21 Oct 02:30

Choose a tag to compare

Redefine restricted SequencesExt!Zip.

Addresses Github issue #78
https://github.com/tlaplus/CommunityModules/issues/78

[Feature]