Releases: tlaplus/CommunityModules
Releases · tlaplus/CommunityModules
202302160132
Add VectorClocks module. [Feature]
202302091937
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
Bring a spec's variables values into canonical form when serializing via the `CSV!CSVWrite` operator. [Bug]
202211011501
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
renamed Select... to Restrict... in Functions module
202210300914
fixed typo
202210231828
Replace definition of FlattenSet with UNION Addresses Github issue #74 https://github.com/tlaplus/CommunityModules/issues/74 [Refactor]
202210231801
Redefined Zip to accept arguments of different lengths Addresses Github issue #78 https://github.com/tlaplus/CommunityModules/issues/78 [Refactor]
202210221732
redefined Zip to accept arguments of different lengths
202210210229
Redefine restricted SequencesExt!Zip. Addresses Github issue #78 https://github.com/tlaplus/CommunityModules/issues/78 [Feature]