d73b64f0f2
chore: update package.json and yarn.lock in dist directory
...
Remove the 'private' field from package.json and regenerate yarn.lock to reflect the latest dependencies and their versions.
2025-03-18 21:31:20 +09:00
9ddaeda581
chore: update package version to 3.2.0-beta.1
...
Prepare for the upcoming release by updating the version to 3.2.0-beta.1
2025-03-18 21:30:01 +09:00
8047709e71
chore: add empty yarn.lock file to dist directory
...
This commit introduces an empty yarn.lock file to the dist directory to ensure consistency in the project's dependency management. The file is currently empty and will be populated as dependencies are installed and managed.
2025-03-18 21:29:01 +09:00
a304d72ca3
feat: add LoggedGuard and LoggedInterceptor decorators
...
Introduce new decorators `LoggedGuard` and `LoggedInterceptor` to extend logging capabilities for NestJS guards and interceptors. This enhances the logging functionality to cover more aspects of the application, improving debugging and monitoring. The version is updated to `3.2.0-beta.1` to reflect these additions.
2025-03-18 21:27:41 +09:00
fb2c3bc92f
chore: update npm publish commands in package.json
...
Added `up:beta` script to publish with the beta tag and updated `up` script to use `yarn npm publish` instead of `yarn publish` for consistency with npm commands.
2025-03-18 21:27:23 +09:00
348abc79f6
refactor: remove unused scopeKey symbol and related code
...
The scopeKey symbol and its associated code were no longer used in the codebase. This commit removes them to clean up the code and improve maintainability.
2025-03-18 21:24:23 +09:00
e81e7b8e09
feat: add LoggedGuard and LoggedInterceptor to exports
...
This commit introduces LoggedGuard and LoggedInterceptor to the list of exported modules in the index.ts file, enhancing the logging capabilities of the application by making these additional decorators available for use.
2025-03-18 21:22:05 +09:00
423418e956
feat: create LoggedGuard and LoggedInterceptor
2025-03-18 21:21:45 +09:00
6c89c2d352
fix: replace logger's LogLevel with import
2025-03-18 20:09:02 +09:00
b239a1f641
chore: update yarn@4.7.0
2025-03-18 19:47:13 +09:00
925d445af5
feat: update dist
2025-02-11 21:17:50 +09:00
756dd6d8c2
chore: update version
2025-02-11 21:15:05 +09:00
838f1f3692
feat: make new LogLevel options work
2025-02-11 21:11:04 +09:00
d423da62b4
refactor: made new LogLevel options flat
2025-02-11 21:06:06 +09:00
beea6cbac7
feat: add logLevel option for replacement of deprecated skip options
2025-02-11 20:46:25 +09:00
35cdb6d870
refactor: make OverrideBuildOptions skipLogs deprecated
2025-02-11 20:40:20 +09:00
36e47ebc8d
docs: change urls
2025-02-11 20:31:30 +09:00
04e5b82c7d
v3.0.0 build
2024-11-29 22:15:10 +09:00
8cd91db037
v3.0.0
2024-11-29 22:13:29 +09:00
e850299b01
feat: add testOptionOverriding test
2024-11-29 21:50:05 +09:00
f49ee72328
fix: fix tests
2024-11-29 21:49:36 +09:00
fc205ad553
feat: make override option when LoggedFunction call is nested
2024-11-29 21:48:37 +09:00
94aa138461
feat: add options to skip overrideBuild logs
2024-11-29 21:20:17 +09:00
c4dce4dbc3
Create FUNDING.yml
2024-06-07 05:31:55 +09:00
b6e828a003
chore: v2.2.8 build
2024-03-31 20:43:35 +09:00
e0eac61ec7
v2.2.8
2024-03-31 20:43:13 +09:00
e0b43240cb
fix: add null handling
2024-03-31 20:42:49 +09:00
323404e072
v2.2.7
2024-03-31 19:01:43 +09:00
60c15330a1
test: add tests for new scoped logger system
2024-03-31 19:00:24 +09:00
de0cf81f10
feat: use scope inherit system instead of call chain
2024-03-31 19:00:11 +09:00
68fb9e4ac0
feat: apply improved beta function
2024-03-31 16:29:40 +09:00
90871c1ecc
feat: add improved beta function
2024-03-31 16:29:20 +09:00
9717b35ec5
test: disable all test functions
2024-03-31 16:29:05 +09:00
9ce4536283
v2.2.6
2024-03-28 01:23:29 +09:00
e3508d7fe6
v2.2.6
2024-03-28 01:23:09 +09:00
05fa6100fb
v2.2.5
2024-01-14 14:25:12 +09:00
fcabadf8af
v2.2.5
2024-01-12 18:38:49 +09:00
4e02628945
fix: remove unused asynchronous functions
2024-01-12 18:37:38 +09:00
0ceaa93741
fix: r null checking
2024-01-10 02:12:16 +09:00
542e44cdbc
v2.2.4
2024-01-10 02:12:10 +09:00
05a2defb44
fix: r null checking
2024-01-10 02:10:09 +09:00
f232300aed
v2.2.3
2024-01-10 02:02:20 +09:00
56dff1cf69
v2.2.3
2024-01-10 02:02:13 +09:00
ea26a46ee1
fix: allow non-promise returning
2024-01-10 02:01:45 +09:00
8f3d3d2fc0
v2.2.2
2024-01-10 01:29:56 +09:00
94c564d063
v2.2.1
2024-01-10 01:21:13 +09:00
f518b537cd
v2.2.1
2024-01-10 01:20:59 +09:00
14a19c9871
feat: allow synchronous method & string name in Returns
2024-01-10 01:20:27 +09:00
91796820fe
fix: export Logged
2024-01-10 01:19:47 +09:00
4ccafe0a16
feat: 2.2.0
2024-01-10 00:54:02 +09:00