# vue-logger-plugin changelog ## [2.2.3] - 2022-05-24 * Bump minimist from 1.2.5 to 1.2.6 ## [2.2.2] - 2022-03-02 * Update logging functions (`log`, `error`, `warn`, `info`, `debug`) to no longer return a promise. * Still supports asynchronous run function in hooks * Fix for [Issue 26](https://github.com/dev-tavern/vue-logger-plugin/issues/26) ## [2.2.1] - 2022-02-09 * Add caller function information support for Firefox browser * Update default value for prefixFormat option ## [2.2.0] - 2022-02-05 * Add caller function information, controlled via `callerInfo` option * Add custom message prefix formatting, controlled via `prefixFormat` option * Add asynchronous support for hooks * Add LogLevel type * Replace tslint with eslint ## [2.1.4] - 2022-01-24 * Bump tmpl from 1.0.4 to 1.0.5 * Bump ansi-regex from 5.0.0 to 5.0.1 * Update readme for note regarding browser log level "verbose" ## [2.1.3] - 2021-08-15 * Bump path-parse from 1.0.6 to 1.0.7 ## [2.1.2] - 2021-05-30 * Bump ws from 7.3.1 to 7.4.6 * Bump hosted-git-info from 2.8.8 to 2.8.9 * Bump lodash from 4.17.19 to 4.17.21 ## [2.1.1] - 2021-05-04 * Fix Vue module augmentation for globalProperties TypeScript support ## [2.1.0] - 2021-05-01 * Add `consoleEnabled` option for enabling/disabling console output (enabled by default) * Documentation update * IE compatibility update * Bump node-notifier from 8.0.0 to 8.0.1 * Bump y18n from 4.0.0 to 4.0.1 ## [2.0.0] - 2020-09-20 * Release for Vue 3 * Provide createLogger & useLogger methods * Documentation updates ## [2.0.0-beta.1] - 2020-09-11 * Package updates ## [2.0.0-beta.0] - 2020-08-14 * Initial update to work with Vue 3 * Provide createLogger & useLogger methods * Documentation updates ## [1.0.1] - 2020-07-22 * Bump lodash from 4.17.15 to 4.17.19 (package-lock.json) * Documentation updates ## [1.0.0] - 2020-03-31 * Initial release for vue-logger-plugin, includes: * core logging & plugin installation * customization via before and after logging hooks * built-in argument stringify hooks * on-demand log level adjustment and enable/disable via `apply` [2.2.3]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.1.4...v2.2.0 [2.1.4]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.1.3...v2.1.4 [2.1.3]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/dev-tavern/vue-logger-plugin/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/dev-tavern/vue-logger-plugin/releases/tag/v2.0.0 [2.0.0-beta.1]: https://github.com/dev-tavern/vue-logger-plugin/compare/2.0.0-beta.0...v2.0.0-beta.1 [2.0.0-beta.0]: https://github.com/dev-tavern/vue-logger-plugin/compare/v1.0.1...2.0.0-beta.0 [1.0.1]: https://github.com/dev-tavern/vue-logger-plugin/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/dev-tavern/vue-logger-plugin/releases/tag/v1.0.0