Skip to content

neoSphere 5.9.0

Compare
Choose a tag to compare
@fatcerberus fatcerberus released this 30 May 13:52
· 22 commits to main since this release

neoSphere 5.9.0 is a feature release. This version adds more new experimental APIs and disables synchronous FS access when targeting API level 4.1

➕ Release Notes

  • When targeting API level 4 or higher, functions like FS.readFile() that access the file system synchronously are now completely disabled. Games targeting API 4+ should instead use the asynchronous File API, introduced in this release. See the API documentation for usage.

🗒️ What's Changed?

  • Adds new experimental asynchronous File API for games targeting API 4+.
  • Adds a new predefined color, Color.CosmicLatte.
  • Renames Color.EatyPig to Color.EatyPink.
  • Removes support for calling FS.readFile, etc. in games targeting API 4.

  1. Note that API level 4 is still experimental and neoSphere will produce a warning in the terminal when launching a game that targets it.