Releases: jitesoft/yolog
Releases · jitesoft/yolog
3.0.1
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
Notable changes:
- Removal of deprecated
priority
. ConsolePlugin
for nodejs now have adisableColors
(default false) constructor argument.ConsolePlugin
for nodejs now have get/set for color to enable or disable after creation.Error
object introduced in2.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 asetDateFormatMethod
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
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
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
Fixes an issue with the CI pipeline which made the package un-usable.
2.7.5
2.7.4
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
Changes
- Dependency updates to fix security vulnerabilities in dev packages.
Package updates.
Merge pull request #22 from jitesoft/develop Package updates.
2.7.1
Security patches.