3 Commits
Author SHA1 Message Date
mifi f464fa5017 fix(docs):Docs and Exports
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/publish unknown status
- Add documentation for recently released changes
- Update some exports to include enums
2026-08-21 11:45:56 -03: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 f13fd6d96b Initial commit
ci/woodpecker/push/ci Pipeline failed
2026-08-05 01:09:30 -03:00