1.11.0 (2025-12-03)
logs not being deleted after setting a custom slug (6e88880)
1.10.0 (2025-12-02)
validationError while logging to database by mongoose (77dda8f) remove unknown word in changelog (cedefd4)
development server support for https (a5a601a)
1.8.7 (2025-10-29)
1.8.6 (2025-10-29)
1.8.5 (2025-10-29)
- chore: add build script (#11) (f05699f), closes #11
- chore: add new hook for release (de2ac08)
- chore: add release-it changelog pkg (bd49d3f)
- chore: bump version (#13) (eabfac7), closes #13
- chore: change ref branch (#14) (0b95876), closes #14
- chore: change release branch (#12) (041e2c4), closes #12
- chore: placing the @payloadcms/translations library as a development dependency (1e61f63)
- chore: release v1.8.2 (#15) (009ab55), closes #15
- chore: release v1.8.3 (#17) (bb1cd53), closes #17
- chore: update changelog preset (6b943f9)
- Chore/improved plugin development and testing environment (bcd23fd)
- Docs/add contributing guide (#9) (cfdfeea), closes #9
- perf(build): update release workflow (#7) (376d3a3), closes #7
- build: run the build script before each commit (f47a0dd)
- chore: add build script (#11) (f05699f), closes #11
- chore: add release-it changelog pkg (bd49d3f)
- chore: bump version (#13) (eabfac7), closes #13
- chore: change ref branch (#14) (0b95876), closes #14
- chore: change release branch (#12) (041e2c4), closes #12
- chore: placing the @payloadcms/translations library as a development dependency (1e61f63)
- chore: release v1.8.2 (#15) (009ab55), closes #15
- chore: update changelog preset (6b943f9)
- Chore/improved plugin development and testing environment (bcd23fd)
- Docs/add contributing guide (#9) (cfdfeea), closes #9
- perf(build): update release workflow (#7) (376d3a3), closes #7
- build: run the build script before each commit (f47a0dd)
- chore: add build script (#11) (f05699f), closes #11
- chore: add release-it changelog pkg (bd49d3f)
- chore: bump version (#13) (eabfac7), closes #13
- chore: change ref branch (#14) (0b95876), closes #14
- chore: change release branch (#12) (041e2c4), closes #12
- chore: placing the @payloadcms/translations library as a development dependency (1e61f63)
- Chore/improved plugin development and testing environment (bcd23fd)
- Docs/add contributing guide (#9) (cfdfeea), closes #9
- perf(build): update release workflow (#7) (376d3a3), closes #7
- build: run the build script before each commit (f47a0dd)
1.8.0 (2025-05-26)
- core: fixed the error where logs were not saved due to authentication (a63867c)
- config: added internationalization capability (15955ec)
- core: add full plugin root collection customization capability (fbe0ed9)
- logger: enabling all operations within a hook with the
enabledproperty (7132ba6)
1.7.0 (2025-05-20)
- hooks: add the ability to specify the number of logs to delete (8c2679b)
- logger: added ability to customize log content (5e1959b)
- core: improved access to collection logs (604c8d3)
- core: improved log deletion performance (b791072)
1.6.0 (2025-05-18)
- config: fixed crash when not defining a collection during configuration (128bebd)
- core: add debug mode for buffer management (1385112)
- logger: add debug mode to check logs at the hook and operation level (8eefe21)
1.5.1 (2025-05-15)
- config: fix crashing the entire application when the user does not create a collection (34cecb8)
- core: fix not receiving custom slug in plugin core (83bd150)
- fix missing types for plugin configuration (4bc398e)
- testing: fix test errors (a325bd7)
1.5.0 (2025-05-15)
- build: not including test files in the final build (ec9b96a)
- core: add the ability to change labels and slug for the plugin's internal collection (e4d843d)
- logger: add a hook type field (af7b817)
- logger: add a log type field for each hook (2e51824)
1.4.2 (2025-05-09)
- hooks: fixed issue where me and refresh hooks were not logged (78ab40c)
1.4.1 (2025-05-05)
- remove path ./vitest.config.ts from tsconfig (996be1c)
1.4.0 (2025-05-05)
- config: buffer management for how logs are injected into the database (dc57683)
- testing: replacing jest with vitest (74f9a87)
- testing: vitest supports typescript alias (ed2b5db)
1.3.0 (2025-05-03)
- core: empty user and documentId fields in hooks (859bf50)
- config: manage Access to the Main Collection Plugin (74dc19b)
- core: remove updatedAt field from audit logs schema (0cf9a79)
- fix(logger): unexpected logs generated in some hooks (b5242df)
- chore: pin Node.js version to 20.19.1 in .node-version file (74cc802)
- ci: add emoji to release notes (5817951)
1.2.6 (2025-04-30)
- restore correct version 1.2.5 (4cef8c0)
- core: change the structure of the logging system and add more customization (a4bbb5f)
- core: -Add
collectionproperty for deeper configuration of collections section