Skip to content

Releases: justinkames/vuejs-logger

v1.5.4

31 Jan 15:56
Compare
Choose a tag to compare
  • Typescript support

v1.5.0

31 Jul 09:03
Compare
Choose a tag to compare

Improvements

  • Source code is now written in typescript.
  • Tests are written with jest.
  • Improved README.md

v1.4.0

04 May 12:16
Compare
Choose a tag to compare

Improvements

Added configurable option “isEnabled” to turn the logger on/off.

v1.3.5

02 May 14:54
Compare
Choose a tag to compare

Bug fixes

Fixes #8.
Fixes #11.

v1.3.0

17 Oct 08:57
Compare
Choose a tag to compare

Improvements

Added the configurable option to customize the separator in used when printing messages.
Added the configurable option to enable/disable colored console messages.

v1.2.0

16 Oct 12:54
Compare
Choose a tag to compare

Improvements

Added the configurable option to show the method name of where the $log function is called from.

v1.0.0

16 Jul 16:29
Compare
Choose a tag to compare

Initial release.