Convert Scratch .sb files (for Scratch 1) to Scratch 2 (.sb2) in JS.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
semantic-release-bot ff46e54ee3 chore(release): 2.0.280 [skip ci]
## [2.0.280](https://github.com/scratchfoundation/scratch-sb1-converter/compare/v2.0.279...v2.0.280) (2026-08-12)

### Bug Fixes

* apply a fix for older files, that lack a field necessary for sb2 files ([3e51e25](3e51e25204))
* fix the test ([ba37b2f](ba37b2fe45))
2026-08-12 12:20:02 +00:00
.github ci: add signature assistant workflow 2024-11-25 07:14:36 -08:00
.husky chore: add husky hook for commitlint 2023-12-18 07:32:45 -08:00
src fix: apply a fix for older files, that lack a field necessary for sb2 files 2026-08-07 17:49:56 +03:00
test fix: fix the test 2026-08-07 17:58:10 +03:00
.babelrc decode and preview individual fields in .sb files 2018-12-10 12:49:15 -05:00
.editorconfig initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.eslintignore initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.eslintrc.js initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.gitattributes initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.gitignore initialize with .gitignore derived from scratch-vm 2018-12-04 15:36:38 -05:00
.jsdoc.json initialize dot files derived from scratch-vm 2018-12-05 13:58:36 -05:00
.npmignore fix: set playground/main.js as main entry point 2018-12-19 20:22:33 -05:00
.nvmrc ci: migrate to GitHub Actions 2023-12-18 07:32:41 -08:00
CHANGELOG.md chore(release): 2.0.280 [skip ci] 2026-08-12 12:20:02 +00:00
commitlint.config.js chore: update commitlint and its config 2023-12-18 07:32:45 -08:00
index.js fix: remove src/index.js exports maintenance burden 2018-12-20 12:43:08 -05:00
LICENSE chore!: set license to AGPL-3.0-only 2024-11-25 07:14:36 -08:00
package-lock.json chore(release): 2.0.280 [skip ci] 2026-08-12 12:20:02 +00:00
package.json chore(release): 2.0.280 [skip ci] 2026-08-12 12:20:02 +00:00
README.md docs: add description to README.md 2024-02-21 12:35:05 -08:00
release.config.js ci: use scratch-semantic-release-config 2023-12-18 07:32:45 -08:00
renovate.json5 chore(deps): use js-lib-bundled Renovate config 2024-02-21 09:31:01 -08:00
TRADEMARK add LICENSE and TRADEMARK 2018-12-04 15:44:40 -05:00
webpack.config.js fix: set playground/main.js as main entry point 2018-12-19 20:22:33 -05:00

scratch-sb1-converter

Scratch 1 (.sb) to Scratch 2 (.sb2) conversion library for Scratch 3.0

Committing

This project uses semantic release to ensure version bumps follow semver so that projects depending on it don't break unexpectedly.

In order to automatically determine version updates, semantic release expects commit messages to follow the conventional-changelog specification.

You can use the commitizen CLI to make commits formatted in this way:

npm install -g commitizen@latest cz-conventional-changelog@latest

Now you're ready to make commits using git cz.