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: rvagg/cborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.1
Choose a base ref
...
head repository: rvagg/cborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.0
Choose a head ref
  • 4 commits
  • 58 files changed
  • 2 contributors

Commits on Jan 20, 2026

  1. feat: add encodeInto() for BYO buffer encoding

    Encodes directly into a user-provided Uint8Array, returning { written }
    to match the TextEncoder.encodeInto() API pattern.
    rvagg committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    a577843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213c72c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07d9618 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.5.0 [skip ci]

    ## [4.5.0](v4.4.1...v4.5.0) (2026-01-20)
    
    ### Features
    
    * add encodeInto() for BYO buffer encoding ([a577843](a577843))
    * **bench:** add realistic IPLD workload benchmarks ([07d9618](07d9618))
    semantic-release-bot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    817130a View commit details
    Browse the repository at this point in the history
Loading