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/bl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: rvagg/bl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    997f058 View commit details
    Browse the repository at this point in the history
  2. fix: windows support in tests

    rvagg committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    387dfaf View commit details
    Browse the repository at this point in the history
  3. chore(no-release): bump standard from 16.0.4 to 17.0.0 (#112)

    Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
    - [Release notes](https://github.com/standard/standard/releases)
    - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
    - [Commits](standard/standard@v16.0.4...v17.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: standard
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    078bfe3 View commit details
    Browse the repository at this point in the history
  4. feat: added integrated TypeScript typings (#108)

    * Added integrated typescript types
    
    * Added @types/readable-stream as devDependency
    
    * Fixed default export of BufferListStream on require
    
    * Renamed BufeerList import, removed BufferList all-export, removed export on BufferListStream
    
    * Fixed issue with module.exports equivalent: removed es6 default export and moved BufferList and BufferListStream to be BufferListStreamConstructor (static) properties
    
    * Fixed types of Buffer-inherited methods (readDouble, readFloat, ...)
    
    * Fixed BufferListInitData (renamed as BufferListAcceptedTypes) to accept Uint8Array and an array of itself
    
    * Added number to BufferList accepted types
    
    * Setup typescript test running on unit tests
    
    * Test: renamed BufferList import into BufferListStream (as the default exported class)
    
    * Changed tests to add typings with JSDoc / TSDoc
    
    * Added ts-check directive for typescript typechecking in editors
    
    * Added prototype declaration on BufferList and BufferListStream
    
    * Renamed test:typings in test:types
    
    * Removed npx from test for types
    
    * Changed version selector for typescript to accept patches only
    
    * Added missing semi-colon (auto format)
    
    Co-authored-by: Rod Vagg <rod@vagg.org>
    alexandercerutti and rvagg authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    433ff89 View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.1.0 [skip ci]

    ## [5.1.0](v5.0.0...v5.1.0) (2022-10-18)
    
    ### Features
    
    * added integrated TypeScript typings ([#108](#108)) ([433ff89](433ff89))
    
    ### Bug Fixes
    
    * windows support in tests ([387dfaf](387dfaf))
    
    ### Trivial Changes
    
    * GH Actions, Dependabot, auto-release, remove Travis ([997f058](997f058))
    * **no-release:** bump standard from 16.0.4 to 17.0.0 ([#112](#112)) ([078bfe3](078bfe3))
    semantic-release-bot committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3af8c54 View commit details
    Browse the repository at this point in the history
Loading