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: v5.0.2
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.3
Choose a head ref
  • 2 commits
  • 28 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. fix: Use subpath imports to choose Node or vanilla JS environment (#88)

    Import buffer from `node:buffer` instead of using `globalThis.Buffer` to prevent accidentally using janky polyfills and allow bundlers to cleanly supply valid versions.
    
    Fixes: #87
    
    ---------
    
    Co-authored-by: achingbrain <alex@achingbrain.net>
    ukstv and achingbrain authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e43f1f4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.3 [skip ci]

    ## [5.0.3](v5.0.2...v5.0.3) (2024-03-13)
    
    ### Bug Fixes
    
    * Use subpath imports to choose Node or vanilla JS environment ([#88](#88)) ([e43f1f4](e43f1f4))
    semantic-release-bot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b7f9f21 View commit details
    Browse the repository at this point in the history
Loading