Skip to content

Releases: slipmatio/logger

v0.2.0

13 Apr 14:59
578e6bc
Compare
Choose a tag to compare

Compare changes: v0.1.3...v0.2.0

Read more from the Changelog: https://github.com/slipmatio/logger/blob/main/CHANGES.md

v0.1.3

17 Jul 02:33
78e0533
Compare
Choose a tag to compare

Compare changes: v0.1.0...v0.1.3

Read more from the Changelog: https://github.com/slipmatio/logger/blob/main/CHANGES.md

v0.1.0: Repo refactor (#7)

17 Jul 02:25
91a9b52
Compare
Choose a tag to compare
- [x] bump all deps
- [x] configure vite
- [x] refactor code
  - [x] remove globals
  - [x] add chrome compatibility
  - [x] rewrite docs
- [x] build test dev component
  - [x] test log
  - [x] test debug
  - [x] test info
  - [x] test warn
  - [x] test error
  - [x] test critical
  - [x] test run
  - [x] test success
- [x] configure vitest
- [x] refactor tests
- [x] configure Playwright
- [x] write e2e tests
- [x] configure peer dependencies
- [x] add GH actions
- [x] add NPM publish
- [x] test imports locally
- [x] bump version
- [x] update CHANGELOG
- [ ] publish new version

Fixes https://github.com/slipmatio/slipmatio/issues/83