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: philhofer/fwd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: philhofer/fwd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 12, 2024

  1. unsafestr: update to use unsafe.Slice()

    Adds support for tinygo 0.32, thereby fixing #29
    
    Passes tests on macos intel:
    - go 1.21.9:
    	- go test
    - go 1.21.9 / tinygo 0.32 prerelease:
    	- tinygo test
    	- tinygo test -target wasi
    dkegel-fastly authored and philhofer committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fbbf495 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Add Reader.InputOffset (#31)

    Add Reader.InputOffset (c.f. `json.Decoder.InputOffset`)
    mhr3 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cdc6af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Add PeekByte (#32)

    Adds call to get a single byte and add Next happy path.
    klauspost authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    20a13a1 View commit details
    Browse the repository at this point in the history
Loading