- Transitioned from core package to application.
- Updated data to 0.7
- Fix for registry.
- Added settings to the registry.
- Refactored how settings are handled. If no setting file is found or supplied, the application default to environment variables.
- Added additional tests.
- Refactored application base.
- Added the CommandLineBase test.
- Added the ability to for switch commands to gracefully halt execution by returning false.
- Refactored the application base.
- Added an exit after help.
- Added description to help.
- Moved base path to core.
- Fixed a case sensitivity issue in initializers.
- Updated the setting for event listeners.'
- Added base_path to the log path.
- Handling of no event-listeners.yaml present.
- Fixed an issue with blank event listeners path in config.ini
- Added the ability to map event listeners to events using the new event-listeners.yaml file.
- Added base_path
- Added a log in application crash.
- Fixed the travis build.
- Added a timezone setting to the application config.
- Added execution of all classes in the initializers directory.
- Fixed travis build.
- Applications now use cross cutting log functionality.
- Applications now can process configuration files.
- Updated data component version.
- Updated logging to 0.7
- Scheduled release
- Updated Events and Logger versions.
- Added error and shutdown handlers.
- Added CrossCutting\Event
- Expanded application interface to include initializers.
- Removed filters facade.
- Renamed Facades\Filter to Filters.
- Renamed Facades\Event to EventEmitter
- Added Facades\Event
- Added Facades\Filter
- Added Neuron\ExceptionBase
- Refactoring.