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: multiformats/js-multiformats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.1.3
Choose a base ref
...
head repository: multiformats/js-multiformats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.0
Choose a head ref
  • 3 commits
  • 78 files changed
  • 4 contributors

Commits on Oct 31, 2023

  1. chore(deps): bump actions/setup-node from 3.8.2 to 4.0.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.2 to 4.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.8.2...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and rvagg committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    139b3c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. feat!: convert codebase to typescript (#251)

    Fixes #249
    
    - update aegir to get latest linter rules
    - minimal changes to vendored code
      - eslint-disable files, add inferred types as jsdocs, move vendor directory under src
    - convert all .js files to .ts
    - apply all jsdoc type annotations as typescript type annotations
    - fix all resulting linter and type issues
    - Special attention given to keep any helpful jsdocs
    
    BREAKING CHANGE: this module is now TypeScript - the API has not changed but releasing as a major for saftey
    
    ---------
    
    Co-authored-by: Alex Potsides <[email protected]>
    wemeetagain and achingbrain committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    56bbb96 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.0.0 [skip ci]

    ## [13.0.0](v12.1.3...v13.0.0) (2023-12-20)
    
    ### ⚠ BREAKING CHANGES
    
    * this module is now TypeScript - the API has not changed but releasing as a major for saftey
    
    ### Features
    
    * convert codebase to typescript ([#251](#251)) ([56bbb96](56bbb96)), closes [#249](#249)
    
    ### Trivial Changes
    
    * **deps:** bump actions/setup-node from 3.8.2 to 4.0.0 ([139b3c2](139b3c2))
    semantic-release-bot committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6d0ca73 View commit details
    Browse the repository at this point in the history
Loading