cl_datahub_common 0.8.1 cl_datahub_common: ^0.8.1 copied to clipboard
Shared code for cl_datahub and cl_appbase.
0.0.1 #
- intial version
0.0.2 #
- updated boost dependency
0.0.3 #
- ignoreCase option for EnumField
0.0.3 #
- EnumField defaultValue fix
0.2.0 #
- TransferObject (API BREAKING):
- .create constructor now requires a list of dto fields instead of generating it implicitly from the data map.
- Default constructor now runs set() for all given fields to filter out invalid fields and convert field data into its valid type representation.
0.2.1 #
- fixed null value in TransferObject.set()
0.2.2 #
- fixed colored output in docker containers
- added example code
0.4.0 #
- TransferBean update (see cl_datahub changelog)
0.4.1 #
- fixed some nullable issues in TransferBeanGenerator
0.4.2 #
- fixed ObjectFieldType nullable bug in TransferBeanGenerator
0.4.3 #
- added copyWith method generator for TransferObjects
0.5.0 #
- refactored builder to datahub package for appbase compatibility
0.5.1 #
- fixed common encoding
0.6.0 #
- CopyWith annotation
0.7.0 #
- Major datahub update.
0.7.1 #
- fixed decodeTyped of nullable types
0.8.0 #
- updated to dart version 2.17
- removed encodeEnum (now dart feature)
0.8.1 #
- fixed boost dependency