Skip to content

Releases: alexei-sintotski/pubspec_lock

Null safety

24 Jun 20:20
Compare
Choose a tag to compare
3.0.0

Null safety migration

Dart 2.10 and pub.dev compliance

13 Dec 13:16
Compare
Choose a tag to compare
2.0.1+1

Release 2.0.1+1 preps

Support for functional_data 0.3.0

23 Apr 17:51
Compare
Choose a tag to compare
2.0.1

Release 2.0.1

Dart 2.7

28 Dec 16:21
Compare
Choose a tag to compare
  • Migration to Dart 2.7
  • Extension method on String to create PubspecLock from YAML
  • Major refactoring to improve code modularity

YAML formatting with json2yaml i.s.o. using ad-hoc YAML generator

07 Dec 19:57
Compare
Choose a tag to compare
Release 1.1.0 -- YAML formatting with json2yaml i.s.o. using ad-hoc Y…

…AML generator

README.md readability is improved

24 Nov 13:35
Compare
Choose a tag to compare
  • README.md readability is improved

Fixed quality issues reported by pub.dev

24 Nov 13:11
Compare
Choose a tag to compare
  • Fixed quality issues reported by pub.dev

Initial release

24 Nov 13:11
Compare
Choose a tag to compare
  • 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