pubspec2
A library for manipulating pubspec.yaml files. This is a place holder until the pubspec library is updated with PR
4.0.0
6.3K downloads/mo
#3533 most downloaded on pub.dev
onepub-dev/pubspec
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.4 years
Nearly every release is documented
notes for 6 of 6 stable releases
1 version withdrawn
withdrawn after publishing
6 years old
7 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Feb 2021 to Jul 2023Releases
latest 7-
4.0.025 Jul 2023Release notes
Open source →- breaking change - load and save now take the directory path as a String rather than a Directory.
- removed dcli as a dependency to reduce the circular dependencies between these packages.
- breaking changed move min sdk to 3.x
-
3.0.003 Jul 2023Release notes
Open source →- moved dependency types into their own libraries.
- breaking change in ExternalHostedReference ctor. bool argument verboseFormat is now a named parameter.
-
2.5.002 Jul 2023 withdrawnRelease notes
Open source →- improvements to the type system
- Fixed a bug on Windows where the executable script path used the wrong path delimiter.
-
2.4.212 Jan 2023 -
2.4.117 Jul 2022Release notes
Open source →- changed the barrel file name to pubspec2.dart to confirm with dart conventions. You will need to update your imports to package:pubspec2/pubspec2.dart.
- Fixed a bug in the initialisation of an executable script name (it was being left as null). Added unit tests for same.
-
2.4.012 Jul 2022Release notes
Open source →- CRITICAL: fixed a critical bug in the 'save' method. We were not flushing the ioSink before calling close with the result that we would often end up with a truncated pubspec.yaml.
-
1.0.018 Feb 2021Release notes
Open source →Change the sdk constraint according to the guide lines. renamed pubspec.dart to pubspec.dart