Skip to content

Releases: IcecaveStudios/stump

Version 0.6.0

15 Mar 23:59
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release
  • [NEW, BC] Added support for PHP 7 Throwable
  • [NEW, BC] Added separate message renderers to handle plain/ANSI rendering
  • [IMPROVED] Open the stream in append mode to support actual files (not just STDOUT)

Version 0.5.0

31 Jan 07:10
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
  • [NEW] Added optional support for ANSI color codes

Version 0.4.1

18 Jan 10:07
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release
  • [FIXED] Using the {exception} placeholder in a log message now correctly shows the exception message rather than the stack trace

Version 0.4.0

18 Jan 10:07
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • [NEW] Added exception logging
  • [BC] Removed sub-logger functionality

Version 0.3.0

18 Nov 23:30
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release
  • [IMPROVED] Improved readability of log output by moving the date to the start of the line and using a fixed-width log level string
  • [BC, FIXED] Logger::substitutePlaceholders() is now (correctly) marked as private

Version 0.2.0

24 Oct 23:20
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release
  • [BC] Replaced PrefixableLoggerInterface with ParentLoggerInterface which allows for chaning of "sub-loggers"

Version 0.1.1

24 Oct 07:25
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Version 0.1.0

24 Oct 06:45
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Initial release