pubspec_lock 3.0.2 pubspec_lock: ^3.0.2 copied to clipboard
Dart library to access and manipulate content of pubpec.lock files
[3.0.2] - Up-to-date dependencies #
- Migration to json2yaml 3.0.1 - Contains fixes for missing double quotes
- Added support to sha256 in hosted dependencies introduced in dart 2.19
[3.0.1] - Up-to-date dependencies #
- Migration to json2yaml 3.0
[3.0.0] - Null safety #
- Kudos to https://github.com/spkersten for help!
[2.0.1+1] - Dart 2.10 and pub.dev compliance #
[2.0.1] - 2020-04-23 #
- Support for functional_data 0.3.0
[2.0.0] - 2019-12-28 #
- Migration to Dart 2.7
- Extension method on String to create PubspecLock from YAML
- Major refactoring to improve code modularity
[1.1.0] - 2019-12-07 #
- YAML formatting with json2yaml i.s.o. using ad-hoc YAML generator
[1.0.2] - 2019-11-24 #
- README.md readability is improved
[1.0.1] - 2019-11-24 #
- Fixed quality issues reported by pub.dev
[1.0.0] - 2019-11-24 #
- PubspecLock is a data type representing data stored in pubspec.lock files.
- Provides parser of pubspec.lock YAML string
- Provides formatter to pubspec.lock YAML string
- https://pub.dev/packages/functional_data is used to provide data type facilities