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: foliojs/restructure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: foliojs/restructure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on Nov 17, 2022

  1. Ignore .parcel-cache directory when publishing to NPM

    It adds 4.5 MB to the package but is not needed.
    renchap authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    97aba5f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge pull request #54 from renchap/patch-1

    Ignore .parcel-cache directory when publishing to NPM
    blikblum authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b9b683c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix: null terminated string support for utf16 (#52)

    * fix: null terminated string support for utf16
    * fix: zero length string is falsy so beware
    mcdurdin authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1881ef0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. 3.0.1

    devongovett committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6680114 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix: StringT: assume unknown encodings are 1-byte (#62)

    - add a test for 'x-mac-roman'
    - add two utf-16 alias names
    - if an encoding is otherwise unknown, assume 1-byte length
    (this matches prior behavior)
    
    Fixes: #60
    srl295 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    17e062c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. 3.0.2

    devongovett committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6bf7ad9 View commit details
    Browse the repository at this point in the history
Loading