Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Releases: kalkin/Ddt

v0.5.10

20 Jun 09:23
Compare
Choose a tag to compare

Fixes ddt deps command

v0.5.9

17 Oct 00:17
Compare
Choose a tag to compare
Release v0.5.9

0.5.9

17 Oct 00:13
Compare
Choose a tag to compare
Release v0.5.9

Schön Long

12 Jun 07:48
Compare
Choose a tag to compare

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

16 Feb 10:04
Compare
Choose a tag to compare
  • Check META6.json for common erros
  • Refactor functionality to own plugins

v0.5.3

29 Jul 14:44
Compare
Choose a tag to compare
  • META6.json file changes less often on updates
  • Fix including own units as dependencies in META6.json

v0.5.2

29 Jul 14:43
Compare
Choose a tag to compare
  • Fix handling of Project names containing a “-”
  • Add license header to each generated file
  • ddt hack seem some minor improvements and bug fixes
  • Dies less often and exists with a note an error instead
  • Updated module documentation

v0.4.3

02 Mar 19:14
Compare
Choose a tag to compare
  • Do not use the global git(1) config when figuring out the user.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 when bin/ is missing.

v0.4.1

13 May 15:23
Compare
Choose a tag to compare

Add SPDX license identifier support

v0.4.0

11 Mar 02:17
Compare
Choose a tag to compare

Added commands:

  • ddt hack <identity> Checkout a Distribution and start hacking on it
  • ddt generate <unit> <name> Simple unit generator
  • ddt [-u] deps Show dependencies & update META6.json dependencies
  • ddt [-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