Skip to content

Releases: leafsphp/logger

🌲 Timber

Choose a tag to compare

@mychidarko mychidarko released this 13 Aug 09:29

v5.0.1 - 13 Aug 2026

Added

Fixed

  • Setting an invalid log level warns and keeps the previous level instead of misbehaving quietly
  • LogWriter throws a RuntimeException when the log file is missing and createFile is false, replacing the fatal error (and keeping logger clean on PHP 8.4)
  • Log writes append using the file pointer instead of rewriting the whole file, so production logs stay fast at any size. The old newest-first layout is available with log.mode: 'prepend' (thanks @ghosthi) for the report and design)

Changed

  • Logger now requires PHP 8.2+

🌲 Timber

Choose a tag to compare

@mychidarko mychidarko released this 13 Aug 00:45

v5.0 - 12 Aug 2026

Added

Fixed

  • Setting an invalid log level warns and keeps the previous level instead of misbehaving quietly
  • LogWriter throws a RuntimeException when the log file is missing and createFile is false, replacing the fatal error (and keeping logger clean on PHP 8.4)
  • Log writes append using the file pointer instead of rewriting the whole file, so production logs stay fast at any size. The old newest-first layout is available with log.mode: 'prepend' (thanks @ghosthi) for the report and design)

Changed

  • Logger now requires PHP 8.2+

πŸ‘£ Trail

Choose a tag to compare

@mychidarko mychidarko released this 28 Feb 16:33

v4.0 - 28 Feb 2025

Fixed

  • Create missing logger files/folders on demand

πŸ“” Diary

Choose a tag to compare

@mychidarko mychidarko released this 10 Nov 22:48

v2.0 - 10 Nov 2024

Changed

  • No real changes, just updated version constraints

πŸ”– Bukkumāku

Choose a tag to compare

@mychidarko mychidarko released this 06 Nov 21:41

v1.4.2 - 6 Nov 2024

Changed

  • Fixed Leaf FS to v1

πŸ”– Bukkumāku

Choose a tag to compare

@mychidarko mychidarko released this 24 Oct 19:42
fbf454d

v1.4.1 - 24 Oct 2024

Fixed

πŸ”– Bukkumāku

Choose a tag to compare

@mychidarko mychidarko released this 02 Oct 14:54
7134400

v1.4 - 2 Oct 2024

Fixed

πŸ”– Paper Card

Choose a tag to compare

@mychidarko mychidarko released this 19 May 07:12

v1.3.0 - 19 May 2023

Added

  • Added scripts that run on Leaf init

πŸ”– Paper tag

Choose a tag to compare

@mychidarko mychidarko released this 02 Apr 20:32

v1.2.0 - 2 Apr 2023

Changed

  • Swapped Leaf Date for Tick

πŸ“• Notebook '1'

Choose a tag to compare

@mychidarko mychidarko released this 18 Sep 00:00

v1.1.1 - 17 Sep 2022

Added

  • Added support for multiple logging styles

Changed

  • Updated dependency versions
  • Updated typings for logger