Skip to content

Releases: t3n/FlowLog

1.0.5

23 Jul 16:09
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

08 Jul 14:30
90c336a
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

13 Jun 07:48
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

0.1.4

13 Jun 07:48
Compare
Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

0.1.3

12 Jun 17:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Update ConsoleStorage.php

1.0.0: Merge pull request #5 from t3n/flow-7

30 Dec 10:29
3a75450
Compare
Choose a tag to compare