2015-07-10 |
|
---|---|
2015-06-30 |
|
2015-06-26 |
Allow comma-separated list in --data, for brevity.
Nick Sabalausky
authored
on 17 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
Add --data-0 to output --data= info null-delimited for (ex.) xargs -0
Nick Sabalausky
authored
on 14 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Replace --data-format with --compiler and --data-list.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add 'dub describe --data-format=' to format the output of --data= directly for a compiler's commandline. Use --data-format=list to get the old list-style output.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add 'dub describe --data='.
Nick Sabalausky
authored
on 22 May 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Make the describe() API strongly typed.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
2015-06-25 |
"dub remove" shall only remove managed packages. Fixes #596.
Sönke Ludwig
committed
on 25 Jun 2015
|
2015-06-21 |
Ignore trailing slash when verifying path. See #586.
Sönke Ludwig
committed
on 21 Jun 2015
|
2015-05-05 |
Catch errors caused by invalid path dependencies during upgrade checks. Fixes #564.
Sönke Ludwig
committed
on 5 May 2015
|
2015-04-27 |
Simplify some things. Use jq to test some of the dub describe output.
w0rp
committed
on 27 Apr 2015
|
2015-04-26 |
Add --import-paths and --string-import-paths as options for 'dub describe' instead of a new command. Add some scripts for testing the output of each, and a smoke test for 'dub describe'.
w0rp
committed
on 26 Apr 2015
|
2015-04-18 |
Add a command to dub to list all of the import paths for a project.
w0rp
committed
on 18 Apr 2015
|
2015-04-10 |
Fix package resolution for non-local sub packages. Fixes #543.
...
Sönke Ludwig
committed
on 10 Apr 2015
|
2015-02-03 |
|
|
|
2015-02-02 |
|
2014-12-15 |
Apply patch by ketmar: remove comma expressions and fix property syntax.
...
ketmar
authored
on 15 Dec 2014
Sönke Ludwig
committed
on 15 Dec 2014
|
2014-12-10 |
Merge pull request #453 from grogancolin/init-with-dependencies
...
Martin Nowak
committed
on 10 Dec 2014
|
Upon failing to find a package. createEmptyPackage now throws an exception, and lets main handle the error
Colin Grogan
committed
on 10 Dec 2014
|
|
Removed getPackageNames() from packagesupplier.d and reverted Dub.createEmptyPackage() to simply fail on finding a failing package
Colin Grogan
committed
on 10 Dec 2014
|
|
2014-12-09 |
Added fuzzySearch function to utils.d and updated createEmptyPackage to print out first 4 close matches according to fuzzy search function. With thanks to Martin Nowak for help with this...
Colin Grogan
committed
on 9 Dec 2014
|
Fixed conflict
Colin Grogan
committed
on 9 Dec 2014
|
|
2014-12-08 |
Added a getPackageNames function to the PackageSupplier interface, and an implementation for the RegistryPackageSupplier. Currently, FileSystemPackageSupplier.getPackageNames is not implemented.
...
grogancolin
committed
on 8 Dec 2014
|
2014-12-07 |
Removed trailing spaces
Szabo Bogdan
committed
on 7 Dec 2014
|
2014-12-06 |
LGTM otherwise
Szabo Bogdan
committed
on 6 Dec 2014
|
2014-11-16 |
Fix get module name diagnostic message
Szabo Bogdan
committed
on 16 Nov 2014
|
Fix get module name from empty string
Szabo Bogdan
committed
on 16 Nov 2014
|
|
2014-11-07 |
Removed extra tabs...
grogancolin
committed
on 7 Nov 2014
|