Releases: t3n/FlowLog
Releases · t3n/FlowLog
1.0.5
Full Changelog: 1.0.4...1.0.5
1.0.4
Full Changelog: 1.0.3...1.0.4
1.0.3
Full Changelog: 1.0.2...1.0.3
0.1.4
Full Changelog: 0.1.3...0.1.4
0.1.3
Full Changelog: 0.1.2...0.1.3
add json console logger backend for the flow 5 "version" of this package
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
0.2.3
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
Update ConsoleStorage.php
1.0.0: Merge pull request #5 from t3n/flow-7
Raise dep to flow 7