Skip to content

Releases: legowerewolf/ratlog-deno

v1.1.6 - Maintenance release

04 Nov 16:56
b438a37
Compare
Choose a tag to compare

What's Changed

  • std version upgrades.

Full Changelog: v1.1.5...v1.1.6

v1.1.5 - Sept. 2022 Maintenance Release

09 Sep 15:24
Compare
Choose a tag to compare

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

29 Jul 03:20
Compare
Choose a tag to compare

Build System

  • 📝 add release generation from changelog

v1.1.3 - Linting and type cleanup

30 Apr 03:14
Compare
Choose a tag to compare

Change summary:

  • Updated std from 0.87.0 to 0.95.0 (only affects tests)
  • Added detail to spec-file types (only affects tests)
  • Resolved many linter warnings
    • Swap const for let where variables don't get updated
    • Remove async notation where there's no await in the function body (only affects tests)
    • Ignore warning for enrichFunction() definition - the Function type is used as intended

v1.1.2 - Dependency updates

13 Feb 19:18
Compare
Choose a tag to compare

Brings std from v0.80.0 to v0.87.0.

v1.1.1 - Depencency updates

09 Dec 08:09
8926cd7
Compare
Choose a tag to compare

Changelog:

  • Bring std dependency to v0.80.0

v1.1.0 - Parsing on Classic API

10 Nov 18:57
ee11945
Compare
Choose a tag to compare
  • Added parser to classic API (available as ratlog.parse())
  • Bumped std dependency to v0.77.0

v1.0.0 - API stablization and complete doc coverage.

01 Nov 04:08
Compare
Choose a tag to compare

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

11 Oct 01:43
1d4a144
Compare
Choose a tag to compare

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

08 Oct 18:50
Compare
Choose a tag to compare

This release brings a parser for standards-compliant logs. If your logger passes the spec tests, ratlog-deno can parse it correctly.