Releases: scratchfoundation/scratch-parser
Releases · scratchfoundation/scratch-parser
v5.2.1
5.2.1 (2024-02-21)
Bug Fixes
- deps: update dependency eslint-config-scratch to v9.0.4 (8aceb7a)
v5.2.0
5.2.0 (2024-02-21)
Bug Fixes
- deps: unpin non-dev dependencies (a553f06)
Features
- deps: update dependency eslint-config-scratch to v5.1.0 (#83) (cd68cbd)
v5.1.1
5.1.1 (2022-12-13)
Bug Fixes
- parse: do not remove backslashes followed by b (ca764ef)
v5.1.0
5.1.0 (2022-11-15)
Features
- circleci: add circleci (73379e4)
- sb3_schema.json: add origin field to meta info (6dadf4c)
v5.0.0
5.0.0 (2019-03-18)
Code Refactoring
- unzip: remove support for gzip files (da7c3d1)
BREAKING CHANGES
- unzip: Gzipped files are no longer supported as input to the parser.
v4.3.6
4.3.6 (2019-03-06)
Bug Fixes
- perf: remove async dependency (b78d017)
- perf: replace async waterfall with promise chain (4c17e4e)
- depend on pify (4f3d6eb)
v4.3.5
4.3.5 (2019-02-27)
Bug Fixes
- parse: remove backspace control characters from input to be parsed (f73ef51)
v4.3.4
4.3.4 (2019-02-12)
Bug Fixes
- unzip: handle sb2 files zipped with a folder (750e866), closes #42
v4.3.3
4.3.3 (2018-12-19)
Bug Fixes
- sb3_definitions: allow sprites to be named 'stage' or 'Stage' (f8f8c33), closes #49
- sb3_definitions: prevent sprites from being named stage (bea66d6)