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: scratchfoundation/scratch-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.3
Choose a base ref
...
head repository: scratchfoundation/scratch-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.4
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Feb 7, 2019

  1. fix(unzip): handle sb2 files zipped with a folder

    Uses a pattern to find the sprite or project json in a zipped folder or flat list of files.
    
    Added tests for
    * loading a sprite or project with a nested folder
    * loading a file without a json
    
    Fixes #42
    chrisgarrity committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    750e866 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Merge pull request #51 from chrisgarrity/handle-sb2-nested-zip

    fix(unzip): handle sb2 files zipped with a folder
    chrisgarrity authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    94c7c51 View commit details
    Browse the repository at this point in the history
Loading