semantic-release-bot
2134ba58b8
chore(release): 1.1.0 [skip ci]
...
# [1.1.0](https://git.mifi.dev/mifi/logger/compare/v1.0.1...v1.1.0 ) (2026-08-21)
### Features
* now supports `async` functions for logging data ([c2bcc6c ](c2bcc6c82c ))
* now supports `async` functions for logging data ([16550ec ](16550ec8bb ))
v1.1.0
2026-08-21 14:36:17 +00:00
mifi
c2bcc6c82c
feat: now supports async functions for logging data
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
- `logger.debug('message', async () => ({ asyncReturn: await asyncFn() }))` is now supported
- NOTE: this may result in logging occurring out of band for these calls if other events fire befor they settle
Update CI labels to direct jobs to correct servers
2026-08-21 11:34:33 -03:00
mifi
16550ec8bb
feat: now supports async functions for logging data
...
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
- `logger.debug('message', async () => ({ asyncReturn: await asyncFn() }))` is now supported
- NOTE: this may result in logging occurring out of band for these calls if other events fire befor they settle
Update CI labels to direct jobs to correct servers
2026-08-21 11:24:34 -03:00
semantic-release-bot
292f44821d
chore(release): 1.0.1 [skip ci]
...
## [1.0.1](https://git.mifi.dev/mifi/logger/compare/v1.0.0...v1.0.1 ) (2026-08-07)
### Bug Fixes
* **sentry:** widen SentryLike so official SDKs assign without adapters ([9f6f6e4 ](9f6f6e4df5 ))
* **sentry:** widen SentryLike so official SDKs assign without adapters ([3c468db ](3c468dbf44 ))
v1.0.1
2026-08-07 19:08:20 +00:00
mifi
9f6f6e4df5
fix(sentry): widen SentryLike so official SDKs assign without adapters
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
2026-08-07 16:06:22 -03:00
mifi
3c468dbf44
fix(sentry): widen SentryLike so official SDKs assign without adapters
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
2026-08-07 16:05:09 -03:00
semantic-release-bot
19de8db119
chore(release): 1.0.0 [skip ci]
...
# [1.0.0](https://git.mifi.dev/mifi/logger/compare/v0.10.0...v1.0.0 ) (2026-08-07)
### Features
* API options object support to control sentry handling; removal of `logger.sentry.` ([234226e ](234226e2bb ))
* API options object support to control sentry handling; removal of `logger.sentry.` ([6bee3a8 ](6bee3a801d ))
### BREAKING CHANGES
* API options object support to control sentry handling; removal of `logger.sentry.`
* API options object support to control sentry handling; removal of `logger.sentry.`
v1.0.0
2026-08-07 15:22:51 +00:00
mifi
9bcf28c9dc
Semvar fixes
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
2026-08-07 12:20:52 -03:00
mifi
234226e2bb
feat!: API options object support to control sentry handling; removal of logger.sentry.
...
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
# Conflicts:
# README.md
# src/logger.ts
# src/sinks/sentry.ts
# test/logger.test.ts
2026-08-07 12:10:38 -03:00
mifi
6bee3a801d
feat!: API options object support to control sentry handling; removal of logger.sentry.
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
2026-08-07 12:07:29 -03:00
semantic-release-bot
9f18e0855e
chore(release): 0.10.0 [skip ci]
...
# [0.10.0](https://git.mifi.dev/mifi/logger/compare/v0.9.3...v0.10.0 ) (2026-08-05)
### Features
* **logger:** add explicit Sentry event channel ([44f4716 ](44f471653e ))
v0.10.0
2026-08-05 16:06:59 +00:00
mifi
44f471653e
feat(logger): add explicit Sentry event channel
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
2026-08-05 13:05:06 -03:00
semantic-release-bot
0ccb7f911d
chore(release): 0.9.3 [skip ci]
...
## [0.9.3](https://git.mifi.dev/mifi/logger/compare/v0.9.2...v0.9.3 ) (2026-08-05)
### Bug Fixes
* **release:** build package before publishing ([e0b4501 ](e0b450157d ))
* **release:** build package before publishing ([cebe107 ](cebe107034 ))
v0.9.3
2026-08-05 12:34:44 +00:00
mifi
e0b450157d
fix(release): build package before publishing
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
2026-08-05 09:32:51 -03:00
mifi
cebe107034
fix(release): build package before publishing
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
2026-08-05 09:27:19 -03:00
semantic-release-bot
47e3930b4b
chore(release): 0.9.2 [skip ci]
...
## [0.9.2](https://git.mifi.dev/mifi/logger/compare/v0.9.1...v0.9.2 ) (2026-08-05)
### Bug Fixes
* **ci:** authenticate semantic release pushes ([1c63e58 ](1c63e58809 ))
* **ci:** install CA certificates for release workflows ([d211d9f ](d211d9f8bc ))
* **ci:** install git for release workflows ([afd2ca1 ](afd2ca1978 ))
v0.9.2
2026-08-05 04:40:55 +00:00
mifi
1c63e58809
fix(ci): authenticate semantic release pushes
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
2026-08-05 01:38:41 -03:00
mifi
d211d9f8bc
fix(ci): install CA certificates for release workflows
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed
2026-08-05 01:35:07 -03:00
mifi
afd2ca1978
fix(ci): install git for release workflows
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed
2026-08-05 01:31:39 -03:00
mifi
934367d695
chore(ci): configure release automation
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed
2026-08-05 01:29:07 -03:00
mifi
84ecee9404
chore(ci): approve esbuild dependency build
v0.9.1
2026-08-05 01:23:06 -03:00
mifi
f13fd6d96b
Initial commit
ci/woodpecker/push/ci Pipeline failed
2026-08-05 01:09:30 -03:00