Thanks to visit codestin.com
Credit goes to github.com

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: open-rpc/schema-utils-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.15.0
Choose a base ref
...
head repository: open-rpc/schema-utils-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.16.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 24, 2021

  1. fix: version bump

    zcstarr committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    fd86502 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #733 from open-rpc/fix/bump

    fix: version bump
    zcstarr authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    8eb2315 View commit details
    Browse the repository at this point in the history
  3. feat: expose an option to support custom resolver resolution.

    This feature exposes two separate entry points for creating a resolver,
    one using the makeCustomResolver() option and another for advanced
    users that want more or need more control over the resolution process,
    which allows users to extend the resolver class if needed.
    
    fixes #587
    zcstarr committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    103f022 View commit details
    Browse the repository at this point in the history
  4. lint: spacing

    Co-authored-by: Shane <[email protected]>
    zcstarr and shanejonas authored Sep 24, 2021
    1 Configuration menu
    Copy the full SHA
    3f765bc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #739 from open-rpc/feat/custom-resolver-option

    feat: expose an option to support custom resolver resolution.
    zcstarr authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    6827197 View commit details
    Browse the repository at this point in the history
  6. fix: node version bump

    zcstarr committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    5f92ca3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #740 from open-rpc/fix/node-version

    fix: node version bump
    zcstarr authored Sep 24, 2021
    1 Configuration menu
    Copy the full SHA
    6fc8662 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.16.0 [skip ci]

    # [1.16.0](1.15.0...1.16.0) (2021-09-24)
    
    ### Bug Fixes
    
    * node version bump ([5f92ca3](5f92ca3))
    * version bump ([fd86502](fd86502))
    
    ### Features
    
    * expose an option to support custom resolver resolution. ([103f022](103f022)), closes [#587](#587)
    openrpc-bastion committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    4d5c269 View commit details
    Browse the repository at this point in the history
Loading