Releases: secondbounce/log4ngx
Releases · secondbounce/log4ngx
19.0.1
What's Changed
- Update to latest NPM packages
- Bump actions/upload-artifact from 4.4.3 to 4.6.0
- Bump github/codeql-action from 3.27.7 to 3.28.5
- Bump softprops/action-gh-release from 2.2.0 to 2.2.1
- Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0
- Bump step-security/harden-runner from 2.10.2 to 2.10.4
Full Changelog: 19.0.0...19.0.1
19.0.0
What's Changed
- Add support for Angular 19
- Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #10
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 18.0.3...19.0.0
18.0.3
Fixes
- Miscellaneous minor updates to docs and package info
- Update to latest NPM packages and lint config
- Add
dependabot
support
Full Changelog: 18.0.2...18.0.3
18.0.3-beta1
This release contains only minor updates to the docs and package info, primarily in preparation for an initial publishing to NPM.
Full Changelog: 18.0.2...18.0.3-beta1
18.0.2
Fixes
- Fix #1 -
LocalStorageAppender
removing too many entries on initialization - Remove redundant files
- Review use of
inject()
to fix NG0203 errors
Full Changelog: 18.0.1...18.0.2
18.0.1
Changes
- Minor improvements to demo project
- Add first draft of package documentation
Fixes
- Prefix all internal library errors with "LOG4NGX:"
Full Changelog: 18.0.0...18.0.1
18.0.0
First public release! 🎉✨
Added
- LogService
- Logger
- ConsoleAppender
- LocalStorageAppender
- Demo application