Skip to content

Releases: decodelabs/commandment

v0.3.1

03 Oct 14:59

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
  • Upgraded Nuance to v0.2
  • Simplified CI workflow

Full list of changes

v0.3.0

21 Aug 13:13

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
  • Use Archetype as a Service
  • Removed Monarch dependency

Full list of changes

v0.2.3

16 Jul 11:36

Choose a tag to compare

v0.2.3 Pre-release
Pre-release
  • Applied ECS formatting to all code

Full list of changes

v0.2.2

06 Jun 14:07

Choose a tag to compare

v0.2.2 Pre-release
Pre-release
  • Switched to Nuance for dump handling
  • Upgraded Exceptional to v0.6

Full list of changes

v0.2.1

21 May 10:59

Choose a tag to compare

v0.2.1 Pre-release
Pre-release
  • Upgraded Terminus to v0.13

Full list of changes

v0.2.0

20 May 13:18

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Refactored ParameterSet accessors
  • Fixed ValueList required validation
  • Upgraded Terminus dev dependency to v0.12

Full list of changes

v0.1.1

19 May 18:21

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • Added getActionClass() to Dispatcher
  • Separated Action attribute scanner in Dispatcher
  • Include Dispatcher in Slingshot per request
  • Fixed flag parameter parsing
  • Added ActionExists Action
  • Simplified Help Action
  • Allow Arguments on Action constructor
  • Fragment strip quotes from option values

Full list of changes

v0.1.0

19 May 07:21

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
  • Built Request structure
  • Implemented argument parser
  • Added dispatcher system
  • Applied Arguments as Action Attributes
  • Added Middleware stack
  • Added Help Action