4.0.0 (2024-10-28)
- timestamp: The timestamp format in logs will now respect the new timestamp configuration options when provided
3.7.0 (2024-09-26)
3.6.2 (2024-09-18)
3.6.1 (2024-08-21)
- logger: improve performance and fix TypeScript errors (d3ed751)
3.6.0 (2024-07-24)
- 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)
3.4.0 (2024-06-17)
- logger: add file logging capability (6d913a3)
- logger: remove ANSI color codes from log files (df42315)
3.3.2 (2024-06-06)
- npm-ignore: accidentally ignore
tsconfig.json
(85997f7)
3.3.1 (2024-06-01)
3.3.0 (2024-05-22)
- color: new color for methods (matching Postman color) (0528886)
3.2.0 (2024-05-07)
- update logger function name for clarity (9badffc)
3.1.0 (2024-04-09)
- CI/CD GitHub Actions (3c40092)
3.0.2 (2024-04-08)
- logger: add
config
property for logging configuration (27d80eb)
3.0.1 (2024-04-08)
3.0.0 (2024-04-08)
- Added support for custom log format in the logger
- Enhanced flexibility for define thier preferred log message structure
- options: add support for custom log format (acc9380)
2.3.1 (2024-04-07)
- index: remove duplicate logging when options IP enabled (2e99bd6)
2.3.0 (2024-04-06)
2.2.3 (2024-04-06)
2.2.2 (2024-04-06)
- eslint: change to use
eslint.config.cjs
instead.eslintrc.cjs
(506a33b) - package.json to reduce vulnerabilities (f768e88)
2.2.1 (2024-03-19)
- index: remove
onBeforeHandle
for avoid repeat logging (4c6f0b9)
- deps: new come back to old version (361ac6b)
2.2.0 (2024-03-19)
- options: add show ip (4e997c5)
- logger: change to use array and push them (3feefb7)
2.1.0 (2024-01-25)
- logger: implement asynchronous logging functionality (1017af0)
2.0.2 (2024-01-07)
- logger: change time from
iso
tolocal
(33ff28a)
2.0.1 (2024-01-03)
- index: elysia
0.8.8
doesn't containapp
variable (72f2314)
2.0.0 (2023-11-19)
- ci/cd: separate deploy workflows from ci workflows (e0344ae)