Releases: silverleague/silverstripe-logviewer
Releases · silverleague/silverstripe-logviewer
1.0.0
Implemented enhancements:
- Add documentation #8
- Add button to CMS to remove old log entries manually #4
- Add
BuildTask
/CronTask
/both to remove old log entries automatically #3 - Add SilverStripe config handling for which log levels should be handled #2
- DOCS Update readme to include a screenshot, configuration and cleanup examples #9 (robbieaverill)
1.0.0-beta1
Implemented enhancements:
Fixed bugs:
- Circular dependency error from a dependency of silverstripe/config #29
Merged pull requests:
- Removed unnecessary paragraph tags causing other buttons to become askew #36 (zanderwar)
- Changed type to vendor module #34 (zanderwar)
- NEW Add "list" icon for ModelAdmin #33 (robbieaverill)
- NEW Format log entries as JSON, replace Compass with webpack, update screenshot #32 (robbieaverill)
- FIX Update namespace for LoggerInterface in config, move config to statics, fix delete all button #31 (robbieaverill)
- FIX Update Travis config and update for SS4 beta2 compatibility #30 (robbieaverill)
- FIX Move tests to non-dev PSR-4 autoloader definition #28 (robbieaverill)
- FIX Update logger injector alias in example code #26 (robbieaverill)
1.0.0-alpha1
Note: Minimum PHP versions returned to 5.6.
Fixed bugs:
Merged pull requests:
- FIX Update config API. Bind to LogEntry instead of LogViewer. Remove some complexity. #25 (robbieaverill)
0.3.0
- Support PHP 5.5. Reduce to PHPUnit 4.8. Add roles to readme. Update Travis configuration. #21 (robbieaverill)
- FIX Remove second paginator. The original is invisible, but will be fixed in the framework. #18 (robbieaverill)
- MINOR Change array declarations for consistency. Fix line length. Add description to canCreate. #17 (robbieaverill)
- Provide permissions correctly #15 (Firesphere)
0.2.2
- FIX Bootstrap style for clear all button, and add paginator for LogViewerAdmin #12 (robbieaverill)
0.2.1
- Add documentation #8
- DOCS Update readme to include a screenshot, configuration and cleanup examples #9 (robbieaverill)
- Update composer alias for next dev version #10 (robbieaverill)
0.2.0
0.1.0
- Create
DataObject
representing a log entry - Add and configure new Monolog
LoggerInterface
to push the log into a newLogEntry
- API Add configurable minimum log capture level - default 300 (warning) #7 (robbieaverill)
- API Add BuildTask/CronTask to remove old log entries #6 (robbieaverill)
- API Add "Clear all" GridFieldAction to log viewer #5 (robbieaverill)
- TEST Remove silverstripe-installer from Travis build process #1 (robbieaverill)