Skip to content

Releases: TypedUseCase/tuc-parser

Version 4.3.0

02 Jan 12:28
16d07df
Compare
Choose a tag to compare

4.3.0 - 2023-01-02

  • Use net8.0
  • Update dependencies

Version 4.2.0

13 Aug 09:27
ffa4ab5
Compare
Choose a tag to compare

4.2.0 - 2021-08-13

  • Update dependencies

Version 4.1.0

12 Aug 08:26
9474859
Compare
Choose a tag to compare

4.1.0 - 2021-08-12

  • Update dependencies

Version 4.0.0

08 Jun 07:54
ee98907
Compare
Choose a tag to compare

4.0.0 - 2021-06-08

  • Update to net5.0 and use F# 5.0

Version 3.0.0

13 Nov 17:07
7f31214
Compare
Choose a tag to compare

3.0.0 - 2020-11-13

  • Fix Alias.Value to have a surrounding "
  • Add a Component option to ParsedParticipant
  • Add an Operator type and module
  • Add fields for Data type
    • Domain
    • Type
    • Cases
  • Add KeyWord Do and parse it as a Parsed.KeyWordOnly
  • Add a field with DomainType to ParticipantComponent
  • Add more functions to the Data module
    • case
    • casesFor
    • iterCases
  • Add more data for ParseError

Version 2.0.1

06 Nov 11:18
c092afa
Compare
Choose a tag to compare

2.0.1 - 2020-11-06

  • Add missing KeyWord value to KeyWordIf

Version 2.0.0

06 Nov 10:28
80365ae
Compare
Choose a tag to compare

2.0.0 - 2020-11-06

  • [BC] Add alias keyWord location to Parsed Participant Definition
  • [BC] Add KeyWord type and a module

Version 1.0.0

05 Nov 13:14
4c8615b
Compare
Choose a tag to compare

1.0.0 - 2020-11-05

  • Initial implementation