Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Explanatory:
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
[Unreleased]¶
Added
- Automated app-configuration by reflecting the main class
- Simple command definition through reflection of the command handlers
- Advanced configuration annotations
- Comprehensive and dynamic input-output system
- Global dependency injection container
- Error and exception handlers with enduser-friendly output formatting
- Static application runner for simplified execution
Changed
- ...
Deprecated
- ...
Removed
- ...
Fixed
- ...
Security
- ...