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: angular-package/callback
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: angular-package/callback
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    baace82 View commit details
    Browse the repository at this point in the history
  2. refactor(ResultCallback): add the value parameter of a generic type…

    … variable `Value`. Remove `extends object` from the `Payload`. Update jsdoc.
    sciborrudnicki committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    744f225 View commit details
    Browse the repository at this point in the history
  3. refactor(CallbackPayload): change to the type instead of `interface…

    …` with a generic type variable `Payload` equal to `object`.
    sciborrudnicki committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ac3c8af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65e6880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4015750 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    254ee34 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    3bc8a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9364ca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f974e0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    888ca77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a62a967 View commit details
    Browse the repository at this point in the history
  6. refactor(Callback): general update and jsdoc.

    Add:
    - static method `defineForEachCallback()`,
    - public instance method `setForEachCallback()`, `getForEachCallback()`,
    
    Change:
    - public instance method `getCallback()` name to `getResultCallback()`.
    - parameter `capturePayload?: Payload` to `defaultPayload?: Payload` in the method `setResultCallback()`, `defineResultCallback()`, `defineErrorCallback()` as the default value of `payload` parameter,
    - use direct functions instead of object `is` and `guard`,
    - `ResultHandler` type to use generic type variable `Value`,
    - `defineErrorCallback()`, `setErrorCallback()` method by adding `resultHandler` parameter of `ResultHandler` type to handle parameters before the thrown error,
    sciborrudnicki committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    bbeede1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96214e8 View commit details
    Browse the repository at this point in the history
  8. test: update.

    sciborrudnicki committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    63e68d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebb706e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d880f00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9be7c3f View commit details
    Browse the repository at this point in the history
Loading