Skip to content

miniSphere 5.0.2

Choose a tag to compare

@fatcerberus fatcerberus released this 11 May 06:01

miniSphere 5.0.2 is a maintenance release in the 5.0 series.

What's Changed?

  • Adds index.mjs to the list of filenames recognized by the module loader.
  • Adds print() as an alias for SSj.log().
  • Adds support for passing command-line arguments to a game's main().
  • Adds support for Promise#finally() from ES2018.
  • Adds support for SPK packages with a packaged #/ directory.
  • Adds an error message when attempting to run a game targeting a higher API level than the engine supports.
  • Cell will now package the entire #/ directory when making an SPK package.
  • Removes experimental Color.PurwaBlue and Color.RebeccaPurple colors.
  • Fixes an issue where using an async function as the main entry point (export default from main module) will cause the game to crash on startup with a TypeError.