Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngworker/lumberjack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.0.0
Choose a base ref
...
head repository: ngworker/lumberjack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.0.0
Choose a head ref
  • 7 commits
  • 62 files changed
  • 4 contributors

Commits on Jan 23, 2024

  1. 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.
    NachoVazquez authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e4016fc View commit details
    Browse the repository at this point in the history
  2. 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>
    NachoVazquez and dianjuar authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    08b54ba View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 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
    ```
    NachoVazquez authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    52ebcb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. 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>
    allcontributors[bot] and NachoVazquez authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a392180 View commit details
    Browse the repository at this point in the history
  2. 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
    NachoVazquez authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6d75549 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. 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
    ```
    NachoVazquez authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e79f5a9 View commit details
    Browse the repository at this point in the history
  2. release($ngworker-lumberjack): 🎸 cut release to 17.0.0

    🤖 NgWorker Bot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b84f7fd View commit details
    Browse the repository at this point in the history
Loading