Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
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: humanwhocodes/object-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: humanwhocodes/object-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on May 17, 2022

  1. Upgrade: Bump ansi-regex from 3.0.0 to 3.0.1 (#11)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2022
    Configuration menu
    Copy the full SHA
    172be96 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. feat!: Throw custom errors instead of generics.

    Changes errors into specific types so it's easier to determine what type
    of error has occurred.
    nzakas committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c6c01d7 View commit details
    Browse the repository at this point in the history
  2. chore: Update GitHub workflows

    nzakas committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5dee132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86a98a3 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.0.0 (#16)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3627e87 View commit details
    Browse the repository at this point in the history
Loading