Skip to content

Releases: jitesoft/yolog

3.0.1

10 Jul 16:38
Compare
Choose a tag to compare

Package updates.

dependency from to
@jitesoft/events 1.3.23 1.3.24
@jitesoft/sprintf 1.0.14 1.0.15
devDependency from to
@babel/core 7.10.3 7.10.4
babel-jest 26.0.1 26.1.0
jest 26.0.1 26.1.0
@jitesoft/babel-preset-main 2.3.2 2.3.4
eslint 7.3.0 7.4.0
@jitesoft/eslint-config 2.2.0 2.3.0
webpack 5-beta.18 5-beta.22

Also include new audit dependency scan in CI job.

3.0.0

22 Jun 10:08
Compare
Choose a tag to compare

Notable changes:

  • Removal of deprecated priority.
  • ConsolePlugin for nodejs now have a disableColors (default false) constructor argument.
  • ConsolePlugin for nodejs now have get/set for color to enable or disable after creation.
  • Error object introduced in 2.6.0 is no longer generated by the Yolog instance but will only be passed in case an error object is passed as an argument into yolog.
  • ConsolePlugin have been updated with a setDateFormatMethod function, allowing users to change to preferred method instead of pre-defined.

Dependency updates:

devDependency from to
@babel/core 7.10.2 7.10.3
@jitesoft/babel-preset-main 2.3.1 2.3.2
eslint 7.2.0 7.3.0
@jitesoft/eslint-config 2.1.1 2.2.0
webpack 5-beta.17 5-beta.18

2.8.0

09 Jun 11:15
48dcd45
Compare
Choose a tag to compare

Changes

Ability to enable and disable the passing of error object by tag, by plugin or by Yolog instance.
This is done via the enableError and disableError methods (which are documented in the readme).

2.7.7

05 Jun 08:36
Compare
Choose a tag to compare

Dependency updates.

devDependency from to
@babel/core 7.9.6 7.10.2
@jitesoft/babel-preset-main 2.2.2 2.3.1
@jitesoft/eslint-config 2.0.0 2.1.1
webpack 5-beta.16 5-beta.17

2.7.6

05 Jun 08:28
Compare
Choose a tag to compare

Fixes an issue with the CI pipeline which made the package un-usable.

2.7.5

25 May 14:38
Compare
Choose a tag to compare

Changes

  • Dependency updates (#27)
  • CI Pipeline updates for increased security.

2.7.4

12 May 09:35
Compare
Choose a tag to compare

Dependency updates and security scanning updates for CI/CD jobs.

dependency from to
@jitesoft/events 1.3.21 1.3.23
@jitesoft/sprintf 1.0.12 1.0.14
devDependency from to
@babel/core 7.9.0 7.9.6
@jitesoft/babel-preset-main 2.2.1 2.2.2
@jitesoft/eslint-config 1.10.3 2.0.0
babel-jest 25.1.0 26.0.1
core-js 3.6.4 3.6.5
eslint 7-alpha.2 7.0.0
jest 25.1.0 26.0.1
webpack 5-beta.14 5-beta.16

2.7.3

23 Mar 07:30
ee9931e
Compare
Choose a tag to compare

Changes

  • Dependency updates to fix security vulnerabilities in dev packages.

Package updates.

14 Jan 07:52
997ffa9
Compare
Choose a tag to compare
Merge pull request #22 from jitesoft/develop

Package updates.

2.7.1

09 Dec 08:51
2a2f8f6
Compare
Choose a tag to compare

Security patches.