Skip to content

Releases: SaliBhdr/php-dump-logger

2.1.1

06 May 17:28
8b33c56
Compare
Choose a tag to compare

Add support to Symfony var dumper version ^7

2.1.0

30 Jan 12:41
72db3b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

23 Jan 18:54
Compare
Choose a tag to compare

What's Changed

  • refactor(docs): fix readme internal links by @SaliBhdr in #25
  • bugfix(workflow): fix git workflow php versions and update action packages versions by @SaliBhdr in #26

Full Changelog: 1.0.0...2.0.1

2.0.0

23 Jan 14:56
0f99b78
Compare
Choose a tag to compare

What's Changed

  • feature: add support to php 7.2 and higher by @SaliBhdr in #23
  • feature: add new version to change log by @SaliBhdr in #24

Full Changelog: 1.0.0...2.0.0

1.0.1

23 Jan 18:55
bcf0d11
Compare
Choose a tag to compare

What's Changed

  • Feature/add php unit test for normal logger by @SaliBhdr in #1
  • test: add log time test to raw logger test by @SaliBhdr in #2
  • refactor(tests): Merge some relevant test files and add some addition… by @SaliBhdr in #4
  • feature(readme): add readme and contributing descriptions by @SaliBhdr in #6
  • refactor(docs): refactoring readme and contributing desctiption to be much more helpful by @SaliBhdr in #9
  • feature: add bump version control by @SaliBhdr in #12
  • featur: add travis ci config file by @SaliBhdr in #13
  • feature: add github actions config files by @SaliBhdr in #14
  • feature: add git cs fixer workflow action by @SaliBhdr in #16
  • feature/add-code-coverage-status by @SaliBhdr in #19
  • feature: add code coverage status to testing workflow by @SaliBhdr in #21
  • bugfix(workflow): fix workflow versions and fix readme links by @SaliBhdr in #29

Full Changelog: https://github.com/SaliBhdr/php-dump-logger/commits/1.0.1

1.0.0

23 Jan 14:11
0d32186
Compare
Choose a tag to compare

Features

  • Supports PHP 7 and 7.1
  • Readable log in HTML format
  • Readable log in log format
  • Ability to log classes, arrays, objects, and basically any variable you like. There is no limit.
  • Fully customization of log format and dumper
  • Separate daily and all-in-one logs
  • Logging file in a custom level
  • Changing the path and directory of the log

What's Changed

New Contributors

Full Changelog: https://github.com/SaliBhdr/php-dump-logger/commits/1.0.0