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: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8885871
Choose a base ref
...
head repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b23c59a
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 18, 2025

  1. chore(release): 15.3.4 [skip ci]

    ## [ipfs-unixfs-importer-v15.3.4](ipfs-unixfs-importer-15.3.3...ipfs-unixfs-importer-15.3.4) (2025-06-18)
    
    ### Documentation
    
    * convert examples to ts, run doc verifier ([#434](#434)) ([95e0b47](95e0b47))
    semantic-release-bot committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    9bde19a View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.6.5 [skip ci]

    ## [ipfs-unixfs-exporter-v13.6.5](ipfs-unixfs-exporter-13.6.4...ipfs-unixfs-exporter-13.6.5) (2025-06-18)
    
    ### Documentation
    
    * convert examples to ts, run doc verifier ([#434](#434)) ([95e0b47](95e0b47))
    semantic-release-bot committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    28a9c68 View commit details
    Browse the repository at this point in the history
  3. feat: enable custom file/directory builders (#413)

    To allow adding building custom file/directory IPLD objects, two additional fields to `DagBuilderOptions` & `ImporterOptions` are added that would override the `dirBuilder` & `fileBuilder` with other implementations.
    
    ---------
    
    Co-authored-by: achingbrain <alex@achingbrain.net>
    clostao and achingbrain authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    d06d9fe View commit details
    Browse the repository at this point in the history
  4. chore(release): 15.4.0 [skip ci]

    ## [ipfs-unixfs-importer-v15.4.0](ipfs-unixfs-importer-15.3.4...ipfs-unixfs-importer-15.4.0) (2025-06-18)
    
    ### Features
    
    * enable custom file/directory builders ([#413](#413)) ([d06d9fe](d06d9fe))
    semantic-release-bot committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    b366833 View commit details
    Browse the repository at this point in the history
  5. fix: constrain the unixfs type (#435)

    Turns the unixfs type into a proper type to enable code completion
    and type checking.
    achingbrain authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    7663b87 View commit details
    Browse the repository at this point in the history
  6. chore(release): 11.2.5 [skip ci]

    ## [ipfs-unixfs-v11.2.5](ipfs-unixfs-11.2.4...ipfs-unixfs-11.2.5) (2025-06-18)
    
    ### Bug Fixes
    
    * constrain the unixfs type ([#435](#435)) ([7663b87](7663b87))
    semantic-release-bot committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    b23c59a View commit details
    Browse the repository at this point in the history
Loading