Skip to content

miniSphere 4.5.4

Compare
Choose a tag to compare
@fatcerberus fatcerberus released this 05 Mar 19:23

minisphere 4.5.4 is a maintenance release in the 4.5.x release series. This release adds support for for...of iteration over from() queries, and a global exports binding to better support some transpilers such as TypeScript.

Changes in This Version

  • Adds a new global binding, exports, which maps to the global object, to
    better support certain transpilers (e.g., TypeScript).
  • Adds for...of support for from() queries. Query results are enumerated
    as key/value pairs (.v, .k).
  • Adds from.iterable() for querying ES6 iterables.
  • Renames the Cell "transpile" module to "compiler" and makes transpile() a
    named export.

Installing in Windows

Simply download and run minisphereSetup-4.5.4.exe. The Inno Setup install wizard will walk you through the installation process.

Installing in Linux

For Ubuntu (14.04 and later), minisphere is available via personal package archive (PPA):

Installing from a PPA is easy. Simply open Terminal and run the following commands (you only need to do this once, Ubuntu will keep it updated automatically from then on):

  • sudo add-apt-repository ppa:fatcerberus/minisphere
  • sudo apt-get update
  • sudo apt-get install minisphere

Users of Linux distributions other than Ubuntu will need to build the engine manually from the tarball (minisphere-4.5.4.tar.gz).