Skip to content

Releases: dart-lang/package_config

Support `package_config.json` files.

23 Mar 09:00
74c0bbb
Compare
Choose a tag to compare

This version retains the original API and adds a completely new API for working with package_config.json files.

The original API will be removed in version 2.0.0.

Support extended .packages format

22 Aug 08:00
Compare
Choose a tag to compare
1.1.0

Make version number ready for release.

1.0.4

17 Jul 18:02
@pq pq
bbcad7d
Compare
Choose a tag to compare

1.0.4

  • Set max SDK version to <3.0.0.

1.0.1

19 Jul 21:46
@pq pq
Compare
Choose a tag to compare
Merge pull request #41 from dart-lang/pq-patch-1

Update SDK constraint to be 2.0.0 dev friendly.

0.1.5

09 Jun 16:01
@pq pq
Compare
Choose a tag to compare
`0.1.5` CHANGELOG update pre-publish.

Adds:
* FilePackagesDirectoryPackages.getBase(..)` performance improvements.

BUG=
R=scheglov@google.com

Review URL: https://codereview.chromium.org//2051143002 .

0.1.3

20 Aug 11:20
Compare
Choose a tag to compare
Update version number before publishing.

BUG=

Review URL: https://codereview.chromium.org/1301443005 .

0.1.3-dev

18 Aug 15:58
@pq pq
Compare
Choose a tag to compare
Merge pull request #31 from dart-lang/parse_test_fix

Invalid test cleanup (parse_test) [TBR].

0.1.1

24 Jun 20:56
@pq pq
Compare
Choose a tag to compare
Merge pull request #26 from dart-lang/v_bump

Version bump.

0.0.3+1

04 Jun 20:53
Compare
Choose a tag to compare

Remove dependency on http package

0.0.3

02 Jun 18:06
Compare
Choose a tag to compare

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).