This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
Releases: kalkin/Ddt
Releases · kalkin/Ddt
v0.5.10
v0.5.9
0.5.9
Schön Long
Added
xt/
directory to list of watched directories- license header to generated test files
Fixed
- deps plugin ignore
v6.c
,v6.d
& ect… deps
v0.5.5
v0.5.3
v0.5.2
v0.4.3
- Do not use the global
git(1)
config when figuring out theuser.name
&user.email
. - When creating a new project set the META6
version
field to “0.0.1”. - Search for README source in multiple locations. Thanks @holli-holzer 🎉
- Fix crash in
ddt deps
crashing whenbin/
is missing.
v0.4.1
v0.4.0
Added commands:
ddt hack <identity>
Checkout a Distribution and start hacking on itddt generate <unit> <name>
Simple unit generatorddt [-u] deps
Show dependencies & update META6.json dependenciesddt [-C] test
Watch lib/, bin/ & t/ for changes and run the tests when needed.ddt watch [<cmd>…]
Watch lib/, bin/ & t/ for changes respecting .gitignore and execute the given cmd