Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Releases: t3n/FlowLog

0.2.4

27 Feb 13:59

Choose a tag to compare

fix(logging): fix file type and add default settings

1.0.5

23 Jul 16:09

Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

08 Jul 14:30
90c336a

Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

13 Jun 07:48

Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

0.1.4

13 Jun 07:48

Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

0.1.3

12 Jun 17:52

Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

add json console logger backend for the flow 5 "version" of this package

12 Jun 15:34

Choose a tag to compare

Cherry-picked the JSONConsoleLogger (and its settings) from the main branch in order to release a new tag that supports flow 5.

Full Changelog: 0.1.1...0.1.2

1.0.2

26 Jan 08:24
65a569e

Choose a tag to compare

Added JSON Console Logger

What's Changed

  • feature/MAIN-154: Add new logger backend (json console stdout) by @w3z315 in #6
  • bugfix-json-console-logger: Fixed method signature by @w3z315 in #7

New Contributors

  • @w3z315 made their first contribution in #6

Full Changelog: 1.0.1...1.0.2

0.2.3

09 Aug 15:26

Choose a tag to compare

ensure additionalData is empty object instead of array

Also ensured the interface's method signature to be kept by defaulting additionalData to null instead of [].
When json encoding, we check whether additionalData is an empty array and if it is, we pass a stdClass (generic empty class in PHP) instead of the empty array to fix the issue of empty arrays being passed to the control center logs

contributes to #PURPLE-249

1.0.1

03 May 13:35
16a010a

Choose a tag to compare

Update ConsoleStorage.php