dataforge_base 0.6.0-dev.2
dataforge_base: ^0.6.0-dev.2 copied to clipboard
Base package for dataforge containing models, parser, and writer.
0.6.0-dev.2 #
- Fix type casting mismatch for
doublefields incopyWithby enabling smart casting fromint(vianum).
0.6.0-dev.1 #
- Fix
readObjectcall arguments to pass value directly instead of map and key.
0.6.0-dev.0 #
- Refine nested
copyWithAPI: use chained getter syntax (e.g.,.$address.street) and remove flat accessor syntax.
0.5.0 #
- Initial release.
- Extracted core logic (models, parser, writer) from
dataforge_generator.