Releases: decodelabs/commandment
Releases · decodelabs/commandment
v0.3.1
- Upgraded Nuance to v0.2
- Simplified CI workflow
v0.3.0
- Use Archetype as a Service
- Removed Monarch dependency
v0.2.3
- Applied ECS formatting to all code
v0.2.2
- Switched to Nuance for dump handling
- Upgraded Exceptional to v0.6
v0.2.1
- Upgraded Terminus to v0.13
v0.2.0
- Refactored ParameterSet accessors
- Fixed ValueList required validation
- Upgraded Terminus dev dependency to v0.12
v0.1.1
- 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
v0.1.0
- Built Request structure
- Implemented argument parser
- Added dispatcher system
- Applied Arguments as Action Attributes
- Added Middleware stack
- Added Help Action