2014-05-22 |
Use "dub.json" instead of "package.json" in documentation
James Clarke
committed
on 22 May 2014
|
---|---|
2014-05-14 |
Do not store sub packages of "add-local" packages and fix removeLocalPackage.
Sönke Ludwig
committed
on 14 May 2014
|
|
|
2014-04-02 |
Fix version overrides with a recursively matching target version.
Sönke Ludwig
committed
on 2 Apr 2014
|
2014-03-26 |
Resolve sub packages of the root package directly instead of using the package manager. Fixes #287.
Sönke Ludwig
committed
on 26 Mar 2014
|
2014-03-21 |
Let Dependency.toString() also contain the optional/path properties.
...
Sönke Ludwig
committed
on 21 Mar 2014
|
Add command line interface for managing package overrides.
Sönke Ludwig
committed
on 21 Mar 2014
|
|
2014-03-20 |
Implement user/system wide overriding of certain package version ranges.
...
Sönke Ludwig
committed
on 20 Mar 2014
|
2014-03-17 |
correct imports
John Colvin
committed
on 17 Mar 2014
|
2014-03-04 |
Merge branch 'dustmite'
Sönke Ludwig
committed
on 4 Mar 2014
|
Improve error message when removing a package fails.
Sönke Ludwig
committed
on 4 Mar 2014
|
|
2014-03-02 |
Removing not needed check for git version when installing a package from the registry.
Matthias Dondorff
committed
on 2 Mar 2014
|
2014-03-01 |
|
Fix automatic removing of packages. Path's created for directories were missing a ending slash '/'.
Matthias Dondorff
committed
on 1 Mar 2014
|
|
2014-02-13 |
Add --force-remove switch and reimplement PackageManager.remove.
...
Sönke Ludwig
committed
on 13 Feb 2014
|
Improve error messages for errors during package removal.
Sönke Ludwig
committed
on 13 Feb 2014
|
|
2014-02-11 |
Print a more descriptive error message when PackageManager.getTemporaryPackage fails.
Sönke Ludwig
committed
on 11 Feb 2014
|
2014-01-27 |
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig
committed
on 27 Jan 2014
|
Add Dub.overrideSearchPath to define a single and only path that is searched for packages.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
2014-01-16 |
Fix triggering an enforcement for Version.INVALID.
Sönke Ludwig
committed
on 16 Jan 2014
|
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig
committed
on 16 Jan 2014
|
|
2014-01-15 |
Make the warning message for non-existing locals more helpful.
Sönke Ludwig
committed
on 15 Jan 2014
|
Fix null pointer access for non-existent locally registered packages and output a warning.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
2014-01-14 |
The externally defined sub-packages don't have the name declared in the base package. This eliminates the double definition of a sub-packages name.
Matthias Dondorff
committed
on 14 Jan 2014
|
Fix check for looking only at base packages in PackageManager.getPackage. Fixes #214.
Sönke Ludwig
committed
on 14 Jan 2014
|
|
2014-01-07 |
Properly saving the journal's filename of the package description.
Matthias Dondorff
committed
on 7 Jan 2014
|
Keeping track of the saved json file in the journal and some smaller changes.
Matthias Dondorff
committed
on 7 Jan 2014
|
|
Make "dub.json" the primary choice for a package description and handle "package.json" as a fallback.
Sönke Ludwig
committed
on 7 Jan 2014
|
|
2014-01-05 |
When a package having externally defined subpackages is installed, they work. Currently not tested with the registry.
Matthias Dondorff
committed
on 5 Jan 2014
|
2014-01-04 |
Automatic discovery of sub-packages added to package manager.
Matthias Dondorff
committed
on 4 Jan 2014
|