Skip to content

Latest commit

 

History

History
94 lines (60 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

94 lines (60 loc) · 6.93 KB

Change Log

1.0.0 (2018-04-04)

Full Changelog

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 (2017-10-26)

Full Changelog

Implemented enhancements:

  • Format JSON part of the error message #13
  • Add a ModelAdmin icon other than the default #11

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 (2017-04-02)

Full Changelog

Fixed bugs:

  • Update config API to match framework from alpha5 #24
  • Circular dependency in configuration #22

Merged pull requests:

  • FIX Update config API. Bind to LogEntry instead of LogViewer. Remove some complexity. #25 (robbieaverill)

0.3.0 (2017-01-31)

Full Changelog

Fixed bugs:

  • Downgrade PHPUnit to 4.8 and introduce PHP 5.5 as a minimum #20

Closed issues:

  • Remove getGridFieldName in favour of ModelAdmin::sanitiseClassName #19

Merged pull requests:

  • 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 (2017-01-23)

Full Changelog

Merged pull requests:

  • FIX Bootstrap style for clear all button, and add paginator for LogViewerAdmin #12 (robbieaverill)

0.2.1 (2017-01-20)

Full Changelog

Merged pull requests:

0.2.0 (2017-01-09)

Full Changelog

0.1.0 (2017-01-07)

Merged pull requests:

  • 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)

* This Change Log was automatically generated by github_changelog_generator