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: jpeg-js/jpeg-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.7
Choose a base ref
...
head repository: jpeg-js/jpeg-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 14 commits
  • 13 files changed
  • 3 contributors

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    69f6415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfeb1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7e2dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3e272a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. chore: switch to yarn

    patrickhulce committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    0a750c0 View commit details
    Browse the repository at this point in the history
  2. chore: switch to jest

    patrickhulce committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1731741 View commit details
    Browse the repository at this point in the history
  3. chore: drop support for node versions <8

    BREAKING CHANGE: no longer support node versions before 8 LTS
    patrickhulce committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    21ef116 View commit details
    Browse the repository at this point in the history
  4. refactor: use spread for decode options

    BREAKING CHANGE: drop decode boolean second argument, options must be an object
    patrickhulce committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a2c93e0 View commit details
    Browse the repository at this point in the history
  5. feat: add memory and resolution limits

    BREAKING CHANGE: images larger than 100 megapixels or requiring more than 512MB of memory to decode will throw unless `maxMemoryInMB` and `maxResolutionInMP` options are increased
    patrickhulce committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    135705b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d3277f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78408c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbc1244 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    238a7fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2f7080 View commit details
    Browse the repository at this point in the history
Loading