Releases: legowerewolf/ratlog-deno
Releases · legowerewolf/ratlog-deno
v1.1.6 - Maintenance release
v1.1.5 - Sept. 2022 Maintenance Release
Build System
- switch from denolib/setup-deno to denoland/setup-deno
Chores
- deps: ⬆️ bump
std
to 0.155.0
v1.1.4 - Automatic release generation
Build System
- 📝 add release generation from changelog
v1.1.3 - Linting and type cleanup
Change summary:
- Updated
std
from0.87.0
to0.95.0
(only affects tests) - Added detail to spec-file types (only affects tests)
- Resolved many linter warnings
- Swap
const
forlet
where variables don't get updated - Remove
async
notation where there's noawait
in the function body (only affects tests) - Ignore warning for
enrichFunction()
definition - theFunction
type is used as intended
- Swap
v1.1.2 - Dependency updates
Brings std
from v0.80.0 to v0.87.0.
v1.1.1 - Depencency updates
Changelog:
- Bring
std
dependency to v0.80.0
v1.1.0 - Parsing on Classic API
- Added parser to classic API (available as
ratlog.parse()
) - Bumped
std
dependency tov0.77.0
v1.0.0 - API stablization and complete doc coverage.
This library is now under semver versioning semantics. Also, we have complete doc-comment coverage to make your IDE happy.
v0.3.0 - Classic API
This release sees the addition of the classic Ratlog.js API. Hopefully it makes it just a bit easier for migrators to adopt.
v0.2.0 - Parsing
This release brings a parser for standards-compliant logs. If your logger passes the spec tests, ratlog-deno can parse it correctly.