Skip to content

Commit e37a282

Browse files
committed
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.1...v4.0.0) (2021-01-13) * Merge pull request #80 from stencila/perf ([fb9b270](fb9b270)), closes [#80](#80) ### Bug Fixes * **Escaping:** Remove unecessary branch ([2708f16](2708f16)) ### Performance Improvements * **Benchmarks:** Add a higher precision benchmark ([ab3e1d9](ab3e1d9)) * **Benchmarks:** Add benchmarking script ([ffbbcc2](ffbbcc2)) * **Benchmarks:** Use plain string messages ([503ce1a](503ce1a)) * **Deps:** Remove benmarking dependencies from package.json ([8fa458a](8fa458a)) * **Errors:** Remove automatic error stack generation ([2bd2aae](2bd2aae)) * **Fast time:** Add a fastTime option ([7259dba](7259dba)) * **Handlers:** Use a global singleton, rather than event bus ([5e20c8c](5e20c8c)) * **Output:** Use template strings rather than JSON.stringify ([e33e2f3](e33e2f3)) * **Output:** Write to process.stderr directly ([5d4db3b](5d4db3b)) ### BREAKING CHANGES * Mostly internal performance improvements but given the scale of changes labeling as a breaking change to trigger a major release.
1 parent 95fb313 commit e37a282

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [4.0.0](https://github.com/stencila/logga/compare/v3.0.1...v4.0.0) (2021-01-13)
2+
3+
4+
* Merge pull request #80 from stencila/perf ([fb9b270](https://github.com/stencila/logga/commit/fb9b270944812785095a5509df847485c5ec6f7b)), closes [#80](https://github.com/stencila/logga/issues/80)
5+
6+
7+
### Bug Fixes
8+
9+
* **Escaping:** Remove unecessary branch ([2708f16](https://github.com/stencila/logga/commit/2708f161276c72ce8e80f7989c2bd0860db765d6))
10+
11+
12+
### Performance Improvements
13+
14+
* **Benchmarks:** Add a higher precision benchmark ([ab3e1d9](https://github.com/stencila/logga/commit/ab3e1d944a947a30d93604bdb6d7a63240c5e6f3))
15+
* **Benchmarks:** Add benchmarking script ([ffbbcc2](https://github.com/stencila/logga/commit/ffbbcc2ee2cbf6caa987021ac9d61d080005c8df))
16+
* **Benchmarks:** Use plain string messages ([503ce1a](https://github.com/stencila/logga/commit/503ce1ad61d24c737392755c4c706ab635ce7307))
17+
* **Deps:** Remove benmarking dependencies from package.json ([8fa458a](https://github.com/stencila/logga/commit/8fa458a0e1e2c7d0e9fa03d1c7e1804c00cb3821))
18+
* **Errors:** Remove automatic error stack generation ([2bd2aae](https://github.com/stencila/logga/commit/2bd2aaee0d6b166019fe3f990fad666e36442f3c))
19+
* **Fast time:** Add a fastTime option ([7259dba](https://github.com/stencila/logga/commit/7259dbac0b4ec2e245696693367bcb4fe7396c98))
20+
* **Handlers:** Use a global singleton, rather than event bus ([5e20c8c](https://github.com/stencila/logga/commit/5e20c8c8eb5a085efc48ccd073a86c7c526f1284))
21+
* **Output:** Use template strings rather than JSON.stringify ([e33e2f3](https://github.com/stencila/logga/commit/e33e2f31f5eb40b9bdc90fa423491f4716163b12))
22+
* **Output:** Write to process.stderr directly ([5d4db3b](https://github.com/stencila/logga/commit/5d4db3be456ba0691be61f88774c35c96a8ff8e2))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* Mostly internal performance improvements but given the scale of changes labeling as a breaking change to trigger a major release.
28+
129
## [3.0.1](https://github.com/stencila/logga/compare/v3.0.0...v3.0.1) (2020-10-16)
230

331

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencila/logga",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Unified logging across related Javascript modules",
55
"main": "dist/lib/logga.js",
66
"module": "dist/lib/logga.mjs",

0 commit comments

Comments
 (0)