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:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in 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

  • ...