contracts_generator 0.4.3
contracts_generator: ^0.4.3 copied to clipboard
Dart contracts client generator for a CQRS API.
0.4.3 #
- Remove dependency on
package:build_test
0.4.2 #
- Require
cqrs: ^6.2.0and remove unused generated import
0.4.1 #
- Generated contracts now ignore the linter
0.4.0 #
- Breaking: Drop support for
json_serializable: ^4.0.0 - Allow overriding generator version with
input.override_generator_version - Support
LeanCode.ContractsGeneratorv0.1.0-alpha10- Drop support for
System.decimal
- Drop support for
- Breaking: Remove
toJsonmethod on generic DTOs
0.3.0 #
- Breaking: require .NET 6
- Add support for
CommandResult - Add support for
TimeOnlyandDateOnly - Correctly deserialize
TimeSpan
0.2.4 #
- Relax
json_serializableversion requirement (now4.x.x,5.x.x, and6.x.xare accepted)
0.2.3 #
- Relax
json_serializableversion requirement (now both4.x.xand5.x.xis accepted)
0.2.2 #
- Attributes are now generated as dartdoc unless there exists a known mapping to an existing dart annotation. For now
@[Dd]eprecatedis the only known mapping
0.2.1 #
- Rename identifiers that would cause syntax errors
- Improve error reporting
0.2.0+2 #
- Bump
LeanCode.ContractsGeneratortov0.1.0-alpha3
0.2.0+1 #
- Republish missing commits
0.2.0 #
- BREAKING: Add support for
projectandpathinput methods in config file - Add directives config option
- Fix incorrect field renaming
- Stopped generating redundant dart doc from constructor parameters
- Annotate generic classes with
genericArgumentFactories: true
0.1.0 #
- Initial release
0.0.1 #
- Big Bang