Releases: TypedUseCase/tuc-console
Releases · TypedUseCase/tuc-console
Version 1.8.0
- Use
Feather.ErrorHandlingandFeather.ConsoleApplication - [BC] Use net10
Version 1.7.0
1.7.0 - 2023-01-04
- Use net8.0
- Update dependencies
Version 1.6.0
1.6.0 - 2021-08-12
- Update dependencies
Version 1.5.0
1.5.0 - 2021-06-10
- Use net5.0
- Use F# 5.0
- Update dependencies
Version 1.4.0
1.4.0 - 2020-11-13
- Add more information to parsed tuc types
- Add diagnostics to tuc parse
- Use
Tuc.Parseras an external library - Update
Tuc.Parser
Version 1.3.0
1.3.0 - 2020-11-03
- Use
Tuc.DomainResolveras a external library - Use
Tuc.namespace for the whole application - Parse only
.fsxfiles with Domain types (it must end withDomain.fsx).
Version 1.2.0
1.2.0 - 2020-09-25
- Fix wrong error occurrence when there is undefined participant in component.
- Allow to generate a dir with all sub tucs of a multi-tuc file.
- Enhance an output for generating tuc
- Generate method arguments of service-method-call as multiline, when there are more than one
- Add tooltip for post/read events with longer path
- Allow to use FQ name for data and use deeper data name in read/post data
Version 1.1.0
1.1.0 - 2020-09-21
- Allow Modules, Functions, etc in Domain files.
- Do not track
://in links as//comments - Allow all supported image output formats
- Allow to generate multiple tuc files at once by
tuc:generatecommand
Version 1.0.0
1.0.0 - 2020-09-03
- Fix
styleoption oftuc:generatecommand - Add
DataObjectas participant
Version 0.3.0
0.3.0 - 2020-09-03
- Add
DomainNameto the domain typesRecordSingleCaseUnionDiscriminatedUnionStream
- Parse/Check
Domainof participants in tuc- Component must have domain and it's participants must be in the same domain
- Change tuc comment back to
//from#, so it won't conflict with#colorHashin notes, etc. - Transform italic in tuc files
- Fix Read/Post event by FQ name for events with only one case
- Show only last event in path in puml result.
- Allow to style puml
- Remove internal cache in Domain Resolver