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: elastic/go-fastjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: elastic/go-fastjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 12, 2024

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    af067e5 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/tools from 0.9.3 to 0.23.0 (#21)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.3 to 0.23.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.9.3...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    08abb4b View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group with 2 updates (#20)

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/checkout` from 3 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    Updates `actions/setup-go` from 3 to 5
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b6895a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Bump golang.org/x/tools from 0.23.0 to 0.24.0 (#23)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.24.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7ca5396 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix: marshal \b and \f properly (#25)

    * fix: marshal \b and \f properly
    
    writer wasn't encoding \b and \f causing some diff with
    the upstream json package.
    Update switch and add test to validate all utf8 runes are
    encoded correctly
    
    * feat: require a supported version of go
    kruskall authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bc4661e View commit details
    Browse the repository at this point in the history
Loading