yaml2podo 0.1.32
yaml2podo: ^0.1.32 copied to clipboard
The `yaml2podo` is a generator and utility (all in one) that generates PODO classes to convert between JSON and Dart objects
0.1.32 #
- This package is no longer supported because it was flagged by Google Dart developers as being published by an unknown person. Publisher Unknown. As a normal person, I believe that hardly anyone would want to use software from unknown publishers.
0.1.31 #
- The Dart language version override number (@dart = 2.12) will be added to the comments of generated files
0.1.30 #
- Adaptation to null type safety
0.1.29 #
- For compatibility with NNBD, the Dart language version override number will be added to the comments of generated files (during the build process)
0.1.28 #
- For compatibility with NNBD, the Dart language version override number will be added to the comments of generated files
0.1.27 #
- Updating dependencies
0.1.26 #
- Minor improvements in the code generator (improved quality of generated code)
0.1.25 #
- Fixed links in file
tool\generate_readme.dart
0.1.24 #
- The definitions of
fromJsonvariables in function parameters have been changed fromFunction (Map <String, dynamic>)toFunction (Map).
0.1.23 #
- The definition of the
fromJsonfactory has been changed fromfromJson(Map<String, dynamic> json)tofromJson(Map json). Thanks to sameerjj (Sameer Jiwani), https://github.com/sameerjj
0.1.22 #
- Minor impovements and bug fixes related with incorrect input formats or with an empty input files
0.1.21 #
- Added support of building using
build_runner
0.1.20 #
- Fixed bug in
DartCodeGenerator(properties were declared as 'final' regardless of theisFinalflag)
0.1.19 #
- Minor improvements in
Yaml2PodoGenerator(improved quality of generated code)
0.1.18 #
- The source code of the method template
toJsonhas been simplified. - The source code of
example/example.darthas been simplified.
0.1.17 #
- Added option to
Yaml2PodoGeneratorto format generated code (default: on) - Rewritten generator source code
Yaml2PodoGenerator
0.1.16 #
Fixed bug in bin/resp2yaml.dart (incorrect generation of a comments in the file header)
0.1.15 #
- Fixed bug in
Yaml2PodoGenerator(incorrect constructor code was generated for a class with no properties)
0.1.14 #
- Added generator
Resp2YamlGenerator - Added utilty
bin/resp2yaml.dart
0.1.12 #
- Added option to
Yaml2PodoGeneratorto store model prototypes as comments within the generated code (default: on) - Fixed minor bug in
Yaml2PodoGenerator(first character of property identifiers has not been converted to lowercase)
0.1.11 #
- Restored code formatting of generated code in
bin/yaml2podo.dart
0.1.10 #
- Added option to
Yaml2PodoGeneratorto generate immutable fields (default: on)
0.1.9 #
- Minor changes in
Yaml2PodoGenerator(converter methods have been converted to static methods) - Minor improvements in
Yaml2PodoGenerator(unused converter methods are not generated)
0.1.8 #
- Minor improvements in
Yaml2PodoGenerator(removed unnecessary checks and wrappers in generated code for save calls)
0.1.7 #
- Fixed bug in
Yaml2PodoGenerator
0.1.6 #
- Minor changes in
convertToIdentifier()
0.1.5 #
- Fixed bugs in
Yaml2PodoGenerator - Fixed bugs in
camelizeIdentifier() - Fixed bugs in
convertToIdentifier()
0.1.4 #
- Minor improvements in source code
0.1.3 #
- Updated description for a more accurate understanding of the purpose of this software
0.1.2 #
- Minor improvements in
_JsonConverter
0.1.1 #
- Fixed bugs in
Yaml2PodoGenerator
0.1.0 #
- Initial release