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: achingbrain/uint8arrays
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.10
Choose a base ref
...
head repository: achingbrain/uint8arrays
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 7, 2023

  1. feat!: use buffer.concat in node (#76)

    Reinstates the performance changes from #73
    
    BREAKING CHANGE: concat now expects an array of Uint8Arrays
    achingbrain authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ea51546 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0 [skip ci]

    ## [5.0.0](v4.0.10...v5.0.0) (2023-12-07)
    
    ### ⚠ BREAKING CHANGES
    
    * concat now expects an array of Uint8Arrays
    
    ### Features
    
    * use buffer.concat in node ([#76](#76)) ([ea51546](ea51546)), closes [#73](#73)
    semantic-release-bot committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    13b4099 View commit details
    Browse the repository at this point in the history
Loading