# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [5.1.1](https://github.com/Anadian/cno-logger/compare/v5.1.0...v5.1.1) (2025-11-30) ### Documentation * **README.md:** Improved. ([eb4f317](https://github.com/Anadian/cno-logger/commit/eb4f31702721ffc816afae1b81ff61f3c9743d52)) ### Chores * Updated deps and generated API.md. ([56fcffd](https://github.com/Anadian/cno-logger/commit/56fcffd1970e0333f2baf2ea58b3f47fd1aa2d42)) ## [5.1.0](https://github.com/Anadian/cno-logger/compare/v5.0.1...v5.1.0) (2025-11-30) ### Features * Made NAMESPACE the default export. ([a19dc13](https://github.com/Anadian/cno-logger/commit/a19dc1370797ba3a4ef744f54b77d7b5e76a25ea)) ### Documentation * Improved/created docs. ([0401f6d](https://github.com/Anadian/cno-logger/commit/0401f6d278b8028c495fcd2cfc031a81a0e289ed)) ### Refactoring * Using cno-bedrock. ([d2f2192](https://github.com/Anadian/cno-logger/commit/d2f21927cffe10ac4d4b7217d99f701e2c77d549)) ### [5.0.1](https://github.com/Anadian/cno-logger/compare/v5.0.0...v5.0.1) (2024-03-07) ### Chores * Cleaned project root. ([f88da7b](https://github.com/Anadian/cno-logger/commit/f88da7bcfb2e75b316668dc99d59b20f3180d627)) ## [5.0.0](https://github.com/Anadian/cno-logger/compare/v4.0.5...v5.0.0) (2024-03-07) ### ⚠ BREAKING CHANGES * Completed advancement. Bumping to next major version. ### Chores * Completed advancement. Bumping to next major version. ([ed0641b](https://github.com/Anadian/cno-logger/commit/ed0641b08c212fcd93597bad82763d4cde8120be)) ### [4.0.5](https://github.com/Anadian/cno-logger/compare/v4.0.4...v4.0.5) (2024-02-14) ### Bug Fixes * Fixing issues with "exports" field in package.json. ([f306ad7](https://github.com/Anadian/cno-logger/commit/f306ad71d7ce49380ab933720a13fd3a0be25e83)) ### [4.0.4](https://github.com/Anadian/cno-logger/compare/v4.0.3...v4.0.4) (2024-02-13) ### Chores * Removed legacy "main" from package.json. ([e828aea](https://github.com/Anadian/cno-logger/commit/e828aeae3bfc9a83a6ac066c8a023d29c8341d74)) ### [4.0.3](https://github.com/Anadian/cno-logger/compare/v4.0.2...v4.0.3) (2024-02-12) ### Chores * Updated config. ([55f1720](https://github.com/Anadian/cno-logger/commit/55f17206c4adb18cbb51a6881777cb4389ebec58)) ### [4.0.2](https://github.com/Anadian/cno-logger/compare/v4.0.0...v4.0.2) (2024-02-11) ### Bug Fixes * GitHub Actions ([9b2f398](https://github.com/Anadian/cno-logger/commit/9b2f3982dd1d792429d6fa2c992d28b717a19c0e)) * GitHub Actions for real ([33a9bd6](https://github.com/Anadian/cno-logger/commit/33a9bd6718f4a645d7e3859c89558f6c2d05e7e7)) * GitHub Actions for realz ([02f3da1](https://github.com/Anadian/cno-logger/commit/02f3da133c1120d47a84a7a99e0d92d3f553e77f)) ### Chores * **release:** 4.0.1 ([15f069c](https://github.com/Anadian/cno-logger/commit/15f069c64f15d25c8dcca7141138ebb12699a144)) * **release:** 4.0.1 ([586ae99](https://github.com/Anadian/cno-logger/commit/586ae99e8cc7937e2051cfc58fba6d6b00a2bfaf)) ### [4.0.1](https://github.com/Anadian/cno-logger/compare/v4.0.0...v4.0.1) (2024-02-11) ## [4.0.0](https://github.com/Anadian/cno-logger/compare/v3.1.0...v4.0.0) (2024-02-11) ### Refactoring * Change name to `cno-logger`. ([bd48853](https://github.com/Anadian/cno-logger/commit/bd48853a2492202fc71545022888277ffb986f67)) * Main source. ([c0b27bb](https://github.com/Anadian/cno-logger/commit/c0b27bb053d1389c8d2ff0102e327bc07a905314)) ### Tests * Updated tests to use Node's internal test runner. ([878bb2c](https://github.com/Anadian/cno-logger/commit/878bb2c739167b99284dd561d0171a25909eec6e)) ### Chores * Cleaned and updated deps. ([a2fb4f3](https://github.com/Anadian/cno-logger/commit/a2fb4f3ad3705acb9bd1526708d042ae0f6e0f9a)) * Updated GitHub Actions ([97d7f22](https://github.com/Anadian/cno-logger/commit/97d7f220008930034cf7c89baabe44bfc736c4e1)) ## [3.1.0](https://github.com/Anadian/application-log-winston-interface/compare/v3.0.1...v3.1.0) (2022-09-11) ### Features * Added nullLogger as an export ([bcc3670](https://github.com/Anadian/application-log-winston-interface/commit/bcc36707b4472fee6db052eda6881e570d86590a)) ### [3.0.1](https://github.com/Anadian/application-log-winston-interface/compare/v3.0.0...v3.0.1) (2022-09-11) ### Bug Fixes * Transports are now created at init time so options actually take effect. ([d618ea4](https://github.com/Anadian/application-log-winston-interface/commit/d618ea462a124c30f07695a6d1ff04a598fb493f)) ### Refactoring * Updated .gitignore to ignore test output. ([7cd7c84](https://github.com/Anadian/application-log-winston-interface/commit/7cd7c84dd077efb04c35a6619f7eb8b661d8e66c)) ## [3.0.0](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.6...v3.0.0) (2022-08-30) ### ⚠ BREAKING CHANGES * Moving to ECMA modules only. * Before fully leaning into ECMA modules. ### Chores * Before fully leaning into ECMA modules. ([30bf32e](https://github.com/Anadian/application-log-winston-interface/commit/30bf32e645246bf6146ab2025aec5f6e80bd608e)) * Moving to ECMA modules only. ([9492151](https://github.com/Anadian/application-log-winston-interface/commit/9492151dd3f985c7a73c2b89f15f558454027aec)) ### Documentation * New README.md ([ad3dcdb](https://github.com/Anadian/application-log-winston-interface/commit/ad3dcdb0aa8349f734ffd31b2558661907b3f29f)) ### Continuous Integration * Greatly improved coverage. ([5c92c94](https://github.com/Anadian/application-log-winston-interface/commit/5c92c94e9c1a9167c6d078d6b620cf52bd452c09)) ### [2.0.6](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.5...v2.0.6) (2022-02-20) ### Documentation * Updated README and deps. ([769b487](https://github.com/Anadian/application-log-winston-interface/commit/769b487d368968d63f9f3ad5bc135bd4059d21b4)) ### [2.0.5](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.4...v2.0.5) (2021-09-25) ### Chores * **deps:** Updated dependencies. ([b92ed92](https://github.com/Anadian/application-log-winston-interface/commit/b92ed92b947a12c1f24df1ad3bc11c9c1cc7d253)) ### [2.0.4](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.3...v2.0.4) (2021-06-14) ### Chores * **deps:** Updated dependencies. ([7bbd114](https://github.com/Anadian/application-log-winston-interface/commit/7bbd1142cc3091402fa10fa9f9dc53b512e257f8)) ### [2.0.3](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.2...v2.0.3) (2021-05-13) ### Chores * **deps:** Updating dependencies. ([9200b56](https://github.com/Anadian/application-log-winston-interface/commit/9200b56afa79cff73cf11c009dcd4e25dbf2690b)) ### [2.0.2](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.1...v2.0.2) (2021-04-25) ### Documentation * **README:** Added more badges to `README.md` ([8024f9f](https://github.com/Anadian/application-log-winston-interface/commit/8024f9f21145cfa09d09020098cec512539bdaf4)) ### [2.0.1](https://github.com/Anadian/application-log-winston-interface/compare/v2.0.0...v2.0.1) (2021-04-25) ## 2.0.0 (2021-04-25) ### ⚠ BREAKING CHANGES * Breaking changes with a new, more JavaScript-y API, entering v2.0.0 ### Features * Breaking changes with a new, more JavaScript-y API, entering v2.0.0 ([afbc161](https://github.com/Anadian/application-log-winston-interface/commit/afbc161aed586aed3071e1cd705d732a80342a91)) ### Chores * **repo:** Added dev dependencies. ([4cd7630](https://github.com/Anadian/application-log-winston-interface/commit/4cd7630a75781b8fa68b54a3b021b1b2a3500e60))