-
-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: ngworker/lumberjack
base: v16.0.0
head repository: ngworker/lumberjack
compare: v17.0.0
- 7 commits
- 62 files changed
- 4 contributors
Commits on Jan 23, 2024
-
feat!: add support for string literals and deprecate enums (#199)
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [x] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? Our log levels are represented using TypeScript enums. Fixes #192 ## What is the new behavior? We added support for literal unions for our log levels and deprecated the enums. ## Does this PR introduce a breaking change? ``` [x] Yes [ ] No ``` BREAKING CHANGES: - enums levels are deprecated and will be removed on version 19.
Configuration menu - View commit details
-
Copy full SHA for e4016fc - Browse repository at this point
Copy the full SHA e4016fcView commit details -
build: migrate to ngx-deploy-npm v8 (#200)
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: CONTRIBUTING.md#commit - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Build related changes [x] CI related changes [ ] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Closes: #198 ## What is the new behavior? Update ngx-deploy-npm to 8.0.0. ## Does this PR introduce a breaking change? ``` [ ] Yes [x] No ``` <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information Original PR by @dianjuar More information about the changes and their motivation can be found on this [blog post](https://dev.to/dianjuar/whats-coming-to-ngx-deploy-npm-v8-23gn) Co-authored-by: dianjuar <dianjuar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08b54ba - Browse repository at this point
Copy the full SHA 08b54baView commit details
Commits on Jan 24, 2024
-
fix: lumberjack, angular peer dependency versions (#202)
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? We didn't update the Lumberjack peer dependencies when upgrading to Angular 16 ## What is the new behavior? We use the proper peer dependencies for Lumberjack and Angular 16 ## Does this PR introduce a breaking change? ``` [ ] Yes [x] No ```
Configuration menu - View commit details
-
Copy full SHA for 52ebcb7 - Browse repository at this point
Copy the full SHA 52ebcb7View commit details
Commits on Jan 28, 2024
-
docs: add dianjuar as a contributor for ideas, and code (#201)
Adds @dianjuar as a contributor for ideas, code. This was requested by NachoVazquez [in this comment](#200 (comment)) [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Nacho Vazquez <nachovc1410@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a392180 - Browse repository at this point
Copy the full SHA a392180View commit details -
chore!: upgrade to angular 17 and nx 17.2 (#203)
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [x] Refactoring (no functional changes, no api changes) [x] Build related changes [ ] CI related changes [x] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? Lumberjack supports up to Angular 16 ## What is the new behavior? The project is updated to Angular 17 and Nx 17.2 ## Does this PR introduce a breaking change? ``` [x] Yes [ ] No ``` BREAKING CHANGES: - Changes support from Angular version 16 to 17
Configuration menu - View commit details
-
Copy full SHA for 6d75549 - Browse repository at this point
Copy the full SHA 6d75549View commit details
Commits on Jan 31, 2024
-
docs: add lumberjack 17 release notes (#204)
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [x] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? We are ready to lunch but we haven't written the release notes for version 17 Closes: #193 ## What is the new behavior? The release notes for version 17 are ready to be published. ## Does this PR introduce a breaking change? ``` [ ] Yes [x] No ```
Configuration menu - View commit details
-
Copy full SHA for e79f5a9 - Browse repository at this point
Copy the full SHA e79f5a9View commit details -
release($ngworker-lumberjack): 🎸 cut release to 17.0.0
🤖 NgWorker Bot committedJan 31, 2024 Configuration menu - View commit details
-
Copy full SHA for b84f7fd - Browse repository at this point
Copy the full SHA b84f7fdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.0.0...v17.0.0