miniSphere 4.5.8
minisphere 4.5.8 is a maintenance release in the 4.5.x release series. This release fixes several bugs and adds a new from#reduce() API.
Changes in This Version
- Add
from#reduce()API for reducing a collection to a single value. - Fixes spurious "target file unchanged after build" warnings when a target
fails to build due to a compile-time error. - Fixes a bug where Cell doesn't delete target files that fail to build.
- Fixes a Duktape bug where redeclaring an existing global binding as a
var
in global code resets its value toundefined.
Installing in Windows
Simply download and run minisphereSetup-4.5.8.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/minispheresudo apt-get updatesudo apt-get install minisphere
Users of Linux distributions other than Ubuntu will need to build the engine manually from the tarball (minisphere-4.5.8.tar.gz).