Releases: TypedUseCase/tuc-parser
Releases · TypedUseCase/tuc-parser
Version 4.3.0
4.3.0 - 2023-01-02
- Use net8.0
- Update dependencies
Version 4.2.0
4.2.0 - 2021-08-13
- Update dependencies
Version 4.1.0
4.1.0 - 2021-08-12
- Update dependencies
Version 4.0.0
4.0.0 - 2021-06-08
- Update to net5.0 and use F# 5.0
Version 3.0.0
3.0.0 - 2020-11-13
- Fix
Alias.Value
to have a surrounding"
- Add a
Component option
toParsedParticipant
- Add an
Operator
type and module - Add fields for
Data
type- Domain
- Type
- Cases
- Add
KeyWord
Do
and parse it as aParsed.KeyWordOnly
- Add a field with
DomainType
toParticipantComponent
- Add more functions to the
Data
modulecase
casesFor
iterCases
- Add more data for
ParseError
Version 2.0.1
2.0.1 - 2020-11-06
- Add missing
KeyWord
value toKeyWordIf
Version 2.0.0
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
1.0.0 - 2020-11-05
- Initial implementation