Releases: dart-lang/package_config
Releases · dart-lang/package_config
Support `package_config.json` files.
Support extended .packages format
1.1.0 Make version number ready for release.
1.0.4
1.0.1
0.1.5
`0.1.5` CHANGELOG update pre-publish. Adds: * FilePackagesDirectoryPackages.getBase(..)` performance improvements. BUG= [email protected] Review URL: https://codereview.chromium.org//2051143002 .
0.1.3
0.1.3-dev
0.1.1
0.0.3+1
Remove dependency on http package
0.0.3
Separate out VM dependencies.
The Packages interface class should not depend on a platform specific
library (dart:io).
This removed the dependency, and also splits the implementation
classes into those that are generally applicable and those that
requite dart:io to operate (the "local packages directory" which
allows iterating the package names by scanning the directory).