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-11-07 |
Removed extra tabs...
grogancolin
committed
on 7 Nov 2014
|
Added support for "dub init" to take a list dependencies. It will search for the newest version numbers on code.dlang.org and add the required string to dub.json.
grogancolin
committed
on 7 Nov 2014
|
|
2014-10-05 |
add dub init deimos type
Martin Nowak
committed
on 5 Oct 2014
|
2014-08-21 |
Step one of abstracting package description format
Jonathan Marler
committed
on 21 Aug 2014
|
2014-06-29 |
Create a .gitignore file for "dub init". See #364.
Sönke Ludwig
committed
on 29 Jun 2014
|
2014-05-22 |
Ensure all files end with a newline
James Clarke
committed
on 22 May 2014
|
Removed trailing whitespace
James Clarke
committed
on 22 May 2014
|
|
2014-04-19 |
Update dependency syntax for "dub init" packages of type "vibe.d".
Sönke Ludwig
committed
on 19 Apr 2014
|
2014-01-07 |
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
|
|
2013-12-15 |
Add a "VibeDefaultMain" version to the package description of "dub init xx vibe.d".
...
Sönke Ludwig
committed
on 15 Dec 2013
|
2013-11-02 |
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig
committed
on 2 Nov 2013
|
2013-11-01 |
Extend "dub init" to take an optional type argument and don't create "public"/"views" folders by default. Fixes #152.
...
Sönke Ludwig
committed
on 1 Nov 2013
|