Skip to content

Releases: scratchfoundation/scratch-parser

v6.0.0

25 Nov 15:54
d48cf54
Compare
Choose a tag to compare

6.0.0 (2024-11-25)

  • chore!: set license to AGPL-3.0-only (fcc4033)

BREAKING CHANGES

  • This project is now licensed under the AGPL version 3.0

See https://www.scratchfoundation.org/open-source-license

v5.2.1

21 Feb 20:17
05a19c8
Compare
Choose a tag to compare

5.2.1 (2024-02-21)

Bug Fixes

  • deps: update dependency eslint-config-scratch to v9.0.4 (8aceb7a)

v5.2.0

21 Feb 19:25
Compare
Choose a tag to compare

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

13 Dec 19:34
7244904
Compare
Choose a tag to compare

5.1.1 (2022-12-13)

Bug Fixes

  • parse: do not remove backslashes followed by b (ca764ef)

v5.1.0

15 Nov 16:17
e42298c
Compare
Choose a tag to compare

5.1.0 (2022-11-15)

Features

  • circleci: add circleci (73379e4)
  • sb3_schema.json: add origin field to meta info (6dadf4c)

v5.0.0

18 Mar 20:56
cee1200
Compare
Choose a tag to compare

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

06 Mar 16:20
c5cc58e
Compare
Choose a tag to compare

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

27 Feb 22:49
fb5874f
Compare
Choose a tag to compare

4.3.5 (2019-02-27)

Bug Fixes

  • parse: remove backspace control characters from input to be parsed (f73ef51)

v4.3.4

12 Feb 11:19
94c7c51
Compare
Choose a tag to compare

4.3.4 (2019-02-12)

Bug Fixes

  • unzip: handle sb2 files zipped with a folder (750e866), closes #42

v4.3.3

19 Dec 16:48
1857921
Compare
Choose a tag to compare

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)