neoSphere 5.9.0
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 asynchronousFileAPI, introduced in this release. See the API documentation for usage.
🗒️ What's Changed?
- Adds new experimental asynchronous
FileAPI for games targeting API 4+. - Adds a new predefined color,
Color.CosmicLatte. - Renames
Color.EatyPigtoColor.EatyPink. - Removes support for calling
FS.readFile, etc. in games targeting API 4.
-
Note that API level 4 is still experimental and neoSphere will produce a warning in the terminal when launching a game that targets it. ↩