Releases: alexei-sintotski/pubspec_yaml
Releases · alexei-sintotski/pubspec_yaml
Improved YAML formatting
- Correct YAML output with nested arrays and structures
Null safety
3.0.0 Release 3.0.0 preps
Upgrade to Dart 2.10
2.0.1+1 2.0.1+1 release preps
Support for functional_data 0.3.0
2.0.1 Release 2.0.1
Support for Dart 2.7
- Support for command-line executables provided by the package
- PubspecYaml instances can be created from YAML using string extension method
- This version requires Dart 2.7
- Major refactoring to improve maintainability
Initial release
PubspecYaml is a data type representing data stored in pubspec.yaml files.
The following fields are supported:
- Package name
- Package version
- Package description
- Package author/authors
- Package homepage, repository, and issue tracker
- Package documentation
- Package server specification
- Dependency specifications: regular, dev, and overrides
- SDK constraints
- Command-line executables provided by the package
Other fields are accessible via PubspecYaml.customFields as a JSON structure (Map<String, dynamic>).