Skip to content

Latest commit

 

History

History
229 lines (106 loc) · 9.92 KB

CHANGELOG.md

File metadata and controls

229 lines (106 loc) · 9.92 KB

Changelog

4.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • timestamp: The timestamp format in logs will now respect the new timestamp configuration options when provided

Features

  • timestamp: add customize timestamp formatting (5a4e2a5), closes #69

3.7.0 (2024-09-26)

Features

3.6.2 (2024-09-18)

Bug Fixes

  • logtofile: store error to log file (1bb2d07), closes #63

3.6.1 (2024-08-21)

Performance Improvements

  • logger: improve performance and fix TypeScript errors (d3ed751)

3.6.0 (2024-07-24)

Features

  • custom-log: add unix epoch timestamp option on customLogFormat configuration (58d3e5b), closes #56
  • transports: add custom tranporter support for flexible logging (69e1b89), closes #51

3.5.0 (2024-07-11)

Features

  • config: add option to toggle server start banner display (c975cd6), closes #52

3.4.0 (2024-06-17)

Features

  • logger: add file logging capability (6d913a3)

Bug Fixes

  • logger: remove ANSI color codes from log files (df42315)

3.3.2 (2024-06-06)

Bug Fixes

  • npm-ignore: accidentally ignore tsconfig.json (85997f7)

3.3.1 (2024-06-01)

Bug Fixes

  • deps: move ESLint and related packages to dev dependencies (98de50c), closes #46

3.3.0 (2024-05-22)

Features

  • color: new color for methods (matching Postman color) (0528886)

3.2.0 (2024-05-07)

Features

  • update logger function name for clarity (9badffc)

3.1.0 (2024-04-09)

Features

  • logger: add log filtering functional (af7d9ec), closes #38

Bug Fixes

3.0.2 (2024-04-08)

Bug Fixes

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

3.0.1 (2024-04-08)

Bug Fixes

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

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)

2.3.1 (2024-04-07)

Bug Fixes

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

2.3.0 (2024-04-06)

Features

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

2.2.3 (2024-04-06)

Bug Fixes

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

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)

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)

2.2.0 (2024-03-19)

Features

Bug Fixes

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

2.1.0 (2024-01-25)

Features

  • logger: implement asynchronous logging functionality (1017af0)

2.0.2 (2024-01-07)

Bug Fixes

  • logger: change time from iso to local (33ff28a)

2.0.1 (2024-01-03)

Bug Fixes

  • index: elysia 0.8.8 doesn't contain app variable (72f2314)

2.0.0 (2023-11-19)

Features

  • ci/cd: separate deploy workflows from ci workflows (e0344ae)

1.0.0 (2023-11-18)

Features

  • add example for test (8f0f1ee)
  • add log on start (f1adeb9)
  • add logger format and enhance logging functionality (c0887e8)
  • add new style on logging (f1d9583)
  • ci: add google automated workflows (526e069)
  • setting environment (6f5e553)

Bug Fixes