pubspec_parse 0.1.6 copy "pubspec_parse: ^0.1.6" to clipboard
pubspec_parse: ^0.1.6 copied to clipboard

outdated

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.

0.1.6 #

  • Update SDK requirement to >=2.7.0 <3.0.0.
  • Allow package:json_annotation v4.x.

0.1.5 #

  • Update SDK requirement to >=2.2.0 <3.0.0.
  • Support the latest package:json_annotation.

0.1.4 #

  • Added lenient named argument to Pubspec.fromJson to ignore format and type errors.

0.1.3 #

  • Added support for flutter, issue_tracker, publish_to, and repository fields.

0.1.2+3 #

  • Support the latest version of package:json_annotation.

0.1.2+2 #

  • Support package:json_annotation v1.

0.1.2+1 #

  • Support the Dart 2 stable release.

0.1.2 #

  • Allow superfluous version keys with git and path dependencies.
  • Improve errors when unsupported keys are provided in dependencies.
  • Provide better errors with invalid sdk dependency values.
  • Support "scp-like syntax" for Git SSH URIs in the form [user@]host.xz:path/to/repo.git/.

0.1.1 #

  • Fixed name collision with error type in latest package:json_annotation.
  • Improved parsing of hosted dependencies and environment constraints.

0.1.0 #

  • Initial release.
34
likes
0
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

checked_yaml, json_annotation, pub_semver, yaml

More

Packages that depend on pubspec_parse