Skip to content

Releases: PunGrumpy/logixlysia

v3.0.2

08 Apr 17:46
0c39299
Compare
Choose a tag to compare

3.0.2 (2024-04-08)

Bug Fixes

  • logger: add config property for logging configuration (27d80eb)

v3.0.1

08 Apr 08:02
bfa33cb
Compare
Choose a tag to compare

3.0.1 (2024-04-08)

Bug Fixes

  • logger: use correct status code in error log message (a3ec49c), closes #33

v3.0.0

08 Apr 03:21
1bda8d9
Compare
Choose a tag to compare

3.0.0 (2024-04-08)

⚠ BREAKING CHANGES

  • Added support for custom log format in the logger
  • Enhanced flexibility for define thier preferred log message structure

Features

  • options: add support for custom log format (acc9380)

v2.3.1

07 Apr 14:18
0f11d91
Compare
Choose a tag to compare

2.3.1 (2024-04-07)

Bug Fixes

  • index: remove duplicate logging when options IP enabled (2e99bd6)

v2.3.0

06 Apr 02:56
fefc817
Compare
Choose a tag to compare

2.3.0 (2024-04-06)

Features

  • logger: handle HTTP errors and log with appropriate status code (276b3c4), closes #24

v2.2.3

06 Apr 02:19
4b7149c
Compare
Choose a tag to compare

2.2.3 (2024-04-06)

Bug Fixes

  • error-log: add global to onError (e217baa)
  • ts2488: that method return an iterator (35da93f)

v2.2.2

06 Apr 01:46
dc594ab
Compare
Choose a tag to compare

2.2.2 (2024-04-06)

Bug Fixes

  • eslint: change to use eslint.config.cjs instead .eslintrc.cjs (506a33b)
  • package.json to reduce vulnerabilities (f768e88)

v2.2.1

19 Mar 02:14
72f04b6
Compare
Choose a tag to compare

2.2.1 (2024-03-19)

Bug Fixes

  • index: remove onBeforeHandle for avoid repeat logging (4c6f0b9)

Reverts

  • deps: new come back to old version (361ac6b)

v2.2.0

19 Mar 01:34
d8b82a2
Compare
Choose a tag to compare

2.2.0 (2024-03-19)

Features

Bug Fixes

  • logger: change to use array and push them (3feefb7)

v2.1.0

25 Jan 18:23
1f96f15
Compare
Choose a tag to compare

2.1.0 (2024-01-25)

Features

  • logger: implement asynchronous logging functionality (1017af0)