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: CrystallizeAPI/node-klarna
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: CrystallizeAPI/node-klarna
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 8 commits
  • 30 files changed
  • 2 contributors

Commits on Jan 6, 2022

  1. fix: redundant class interface

    BREAKING CHANGE: Interfaces are not exported anymore.
    It is necessary to use class as a type directly, e.g. `Klarna` instead of `IKlarnaInstance`
    HormCodes committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e0b76bb View commit details
    Browse the repository at this point in the history
  2. fix: redundant interface prefix

    BREAKING CHANGE: Interfaces have same name now as classes, e.g. `IConfig` was changed to `Config`
    HormCodes committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    d234b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a7df0 View commit details
    Browse the repository at this point in the history
  4. fix: missing configuration for logs

    BREAKING CHANGE: Logs are disabled by default now.
    You can enable them by adding `logs: { enabled: true }` or `logs: { useNodeEnv: true }`
    HormCodes committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    35c056c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3667122 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97142d4 View commit details
    Browse the repository at this point in the history
  7. docs: adjust README

    HormCodes committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    df27ffe View commit details
    Browse the repository at this point in the history
  8. chore(release): 6.0.0 [skip ci]

    # [6.0.0](v5.0.0...v6.0.0) (2022-01-06)
    
    ### Bug Fixes
    
    * missing configuration for logs ([35c056c](35c056c))
    * module interface exports ([3667122](3667122))
    * redundant class interface ([e0b76bb](e0b76bb))
    * redundant interface prefix ([d234b3d](d234b3d))
    
    ### BREAKING CHANGES
    
    * Logs are disabled by default now.
    You can enable them by adding `logs: { enabled: true }` or `logs: { useNodeEnv: true }`
    * Interfaces have same name now as classes, e.g. `IConfig` was changed to `Config`
    * Interfaces are not exported anymore.
    It is necessary to use class as a type directly, e.g. `Klarna` instead of `IKlarnaInstance`
    semantic-release-bot committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    51356ad View commit details
    Browse the repository at this point in the history
Loading