2015-09-22 |
|
---|---|
2015-04-02 |
Gracefully handle failure to load package cache files.
Sönke Ludwig
committed
on 2 Apr 2015
|
2014-10-07 |
|
|
|
2014-10-05 |
|
2014-09-22 |
|
2014-08-27 |
Avoid double escaping of "+" in download URLs. Fixes #411.
Sönke Ludwig
committed
on 27 Aug 2014
|
2014-08-02 |
|
2014-05-22 |
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
Use "dub.json" instead of "package.json" when reading from zip archives
James Clarke
committed
on 22 May 2014
|
|
2014-05-14 |
Enable line number display for JSON errors and improve error messages. See #317 and #325.
Sönke Ludwig
committed
on 14 May 2014
|
2014-04-01 |
Expire cache entries in RegistryPackageSupplier after one day.
Sönke Ludwig
committed
on 1 Apr 2014
|
Use URL and Path types of vibe.d if available for better interop.
Sönke Ludwig
committed
on 1 Apr 2014
|
|
2014-03-18 |
Implement a new dependency resolution algorithm with support for selections.
...
Sönke Ludwig
committed
on 18 Mar 2014
|
2014-03-17 |
correct imports
John Colvin
committed
on 17 Mar 2014
|
2014-01-21 |
Use "%2B" to replace "+" in URLs when downloading packages.
...
Sönke Ludwig
committed
on 21 Jan 2014
|
2013-12-11 |
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig
committed
on 11 Dec 2013
|
2013-11-22 |
Remove log output.
Sönke Ludwig
committed
on 22 Nov 2013
|
2013-11-21 |
Only install pre-release versions with "dub upgrade --prerelease" if release versions are also available.
Sönke Ludwig
committed
on 21 Nov 2013
|
2013-09-25 |
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
2013-07-20 |
|
Add support for multiple registries using --registry or a "registryUrls" configuration field. Fixes #22.
...
Sönke Ludwig
committed
on 20 Jul 2013
|
|
2013-06-19 |
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
2013-04-29 |
Move download() to dub.utils and remove dub.internal.vibecompat.inet.urltransfer.
Sönke Ludwig
committed
on 29 Apr 2013
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-03-08 |
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands.
...
Sönke Ludwig
committed
on 8 Mar 2013
|
2013-02-22 |
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
Another round of replacing invalid uses of to!string(Path) with Path.toNativeString().
Sönke Ludwig
committed
on 22 Feb 2013
|
|
2013-02-20 |
Avoid use of deprecated functions + fixed package installation.
Sönke Ludwig
committed
on 20 Feb 2013
|
2012-11-27 |
Incomplete generation of VisualD project files. Missing: project dependencies being compilable libraries and precompiled libraries as well as system installed precompiled libraries.
Matthias Dondorff
committed
on 27 Nov 2012
|