Releases: navibyte/dataflow
Releases · navibyte/dataflow
Stable release 1.0.0
Release version 0.8.0
- Interfaces and class structures stabilized, no major breaking changes planned at least short-term.
- Changes on attributes:
- Changes on datatools:
BETA-version 0.7.0 with data object and array implementations refactored
- New features and large refactoring on attributes:
- structured data now handled using new DataObject and DataArray classes
- with decoding and encoding with JSON Objects and JSON Arrays
- value conversion functions enhanced
- new sample domain model classes with JSON serialization
- mini-libraries restructured
- other refactoring and smaller new features
- structured data now handled using new DataObject and DataArray classes
- Minor breaking changes on datatools:
- support for "reviver" when decoding JSON, byte stream signature changed
- Official Dart lint rules applied with recommend set
BETA-version 0.6.0 with lint rules updated, repository changes and other refactoring
- This new GitHub repository named dataflow created
- with attributes and datatools packages included starting from the version 0.6.0
- previously on the geospatial repo
- Lint rules and analysis options updated
- Also
implicit-casts
andimplicit-dynamic
set to false requiring code changes - New features on attributes:
- refactored value accessors and mixins
- PropertyMap (type and null safe access to
Map<String, dynamic
data) enchanced - PropertyList (type and null safe access to
List<dynamic
data) introduced