Skip to content

Commit

Permalink
chore: 🤖 release 2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Jan 19, 2021
1 parent 8567833 commit 8e93407
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,68 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-rc.0](https://github.com/ngworker/lumberjack/compare/v1.0.8...v2.0.0) (2021-01-19)

### ⚠ BREAKING CHANGES

* driver authors need to implement the new interface

* LumberjackLog property context was renamed to scope

* Interfaces exposed in version 1 now have properties with readonly access.

* LumberjackLogLevel is renamed to LumberjackLevel.

* LumberjackLogEntryLevel is renamed to LumberjackLogLevel.

* LumberjackLogConfigLevels is renamed to LumberjackConfigLevels

* HttpLogEntry is renamed to HttpLog.

* HttpLog#log is renamed to formattedLog.

* drivers now need to be imported from their respective paths

### Features

* 🎸 include required driver configuration `identifier` ([#54](https://github.com/ngworker/lumberjack/issues/54)) ([7fc96eb](https://github.com/ngworker/lumberjack/commit/7fc96eb4af48cf57b415b4c6340d47bb0be3ace3))
* 🎸 pass log object to drivers as log method argument ([#49](https://github.com/ngworker/lumberjack/issues/49)) ([5004d39](https://github.com/ngworker/lumberjack/commit/5004d391eb1e0bba2ee1cf301a59eb8df1b75b16))
* 🎸 add prodMode option to config used for configure levels ([#42](https://github.com/ngworker/lumberjack/issues/42)) ([6f43438](https://github.com/ngworker/lumberjack/commit/6f4343858fa68b513b1ea6db2c5bf6ebf621d440))
* 🎸 rename LumberjackLog property context to scope ([#53](https://github.com/ngworker/lumberjack/issues/53)) ([4738a16](https://github.com/ngworker/lumberjack/commit/4738a16823c75d3f46b374f22cd789ffd1428628))
* add console logger ([#38](https://github.com/ngworker/lumberjack/issues/38)) ([d432999](https://github.com/ngworker/lumberjack/commit/d4329996076f6be37579143a6754bd288fead169))
* add Critical and Trace log levels ([#37](https://github.com/ngworker/lumberjack/issues/37)) ([5a18941](https://github.com/ngworker/lumberjack/commit/5a1894116b52db450b2116a5898e5c7ea0e82339))
* add separate config token for console driver and support verbose logging ([#27](https://github.com/ngworker/lumberjack/issues/27)) ([e1ba4d2](https://github.com/ngworker/lumberjack/commit/e1ba4d205330c1fcea98ea3906ebca966ac27b47))
* add timestamp to log entries ([#31](https://github.com/ngworker/lumberjack/issues/31)) ([dca4c8e](https://github.com/ngworker/lumberjack/commit/dca4c8e3ddf800d5c483727b9144137bc2114aa9))
* guard against importing ConsoleDriverModule without forRoot ([#12](https://github.com/ngworker/lumberjack/issues/12)) ([a39c01c](https://github.com/ngworker/lumberjack/commit/a39c01cace6b4c83395131bed846f863fd3fbee1))
* require log levels in driver config ([#36](https://github.com/ngworker/lumberjack/issues/36)) ([e0b5777](https://github.com/ngworker/lumberjack/commit/e0b5777ae2bb2cef9492621344e704844dd43315))


### Bug Fixes

* 🐛 change to strict mode and fix related errors ([#9](https://github.com/ngworker/lumberjack/issues/9)) ([bf14217](https://github.com/ngworker/lumberjack/commit/bf142176d1557b61c0853947757c282a12c1d4c5))
* 🐛 make log signature not to support promise or observable ([#10](https://github.com/ngworker/lumberjack/issues/10)) ([06b6fa1](https://github.com/ngworker/lumberjack/commit/06b6fa1670c0eb935fc19da251551ef200a81514))
* 🐛 subscribe to http driver observables ([#13](https://github.com/ngworker/lumberjack/issues/13)) ([aecb807](https://github.com/ngworker/lumberjack/commit/aecb807d20fce25b3a44bc0b6395007a87ff1de7))
* add Critical and Trace to LumberjackLogger ([#47](https://github.com/ngworker/lumberjack/issues/47)) ([96c6634](https://github.com/ngworker/lumberjack/commit/96c6634834803a0b802bf913f9e7aad8129b9a5f))
* handle error-throwing log drivers ([#44](https://github.com/ngworker/lumberjack/issues/44)) ([6164c37](https://github.com/ngworker/lumberjack/commit/6164c3781bf4c5f4be25d88782d362d9a53705bc))
* send log wagon from all log methods ([#7](https://github.com/ngworker/lumberjack/issues/7)) ([083bce9](https://github.com/ngworker/lumberjack/commit/083bce9212e3607b9623d100a433d268d79418e6))
* use valid default config in ConsoleDriverModule.forRoot ([#11](https://github.com/ngworker/lumberjack/issues/11)) ([57965e2](https://github.com/ngworker/lumberjack/commit/57965e2b85b41bfafca33c1b56f33d307ce84ffa))


### perf

* ⚡️ create secondary entrypoints for drivers ([#17](https://github.com/ngworker/lumberjack/issues/17)) ([6bb416a](https://github.com/ngworker/lumberjack/commit/6bb416a6f4b1ca631983418a38eca23b03b2497a))


### Tests

* fix Wallaby and driver tests ([#43](https://github.com/ngworker/lumberjack/issues/43)) ([c1892e9](https://github.com/ngworker/lumberjack/commit/c1892e9262a2d77f73bae8497038de2110c241a3))
* increase test coverage and extract test-util library ([#22](https://github.com/ngworker/lumberjack/issues/22)) ([6cb159c](https://github.com/ngworker/lumberjack/commit/6cb159c3162c095019b2621443b7790c83723770))


### refactor

* normalize terminology and project structure ([#50](https://github.com/ngworker/lumberjack/issues/50)) ([6001525](https://github.com/ngworker/lumberjack/commit/6001525df31dc5024571fe251a809257372b5c5e))

### [1.0.8](https://github.com/ngworker/lumberjack/compare/v1.0.7...v1.0.8) (2020-09-26)

### [1.0.7](https://github.com/ngworker/lumberjack/compare/v1.0.6...v1.0.7) (2020-08-28)
Expand Down
2 changes: 1 addition & 1 deletion libs/ngworker/lumberjack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/lumberjack",
"version": "2.0.0-beta.3",
"version": "2.0.0-rc.0",
"description": "Lumberjack for Angular - Chop and cut Angular logs like a professional Lumberjack.",
"peerDependencies": {
"@angular/core": ">=9.0.7"
Expand Down

0 comments on commit 8e93407

Please sign in to comment.