All Versions
17
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.7.X Changes

    • ๐Ÿ‘‰ Use c++17
    • โž• Add void
    • โž• Add prototype support
    • โšก๏ธ Update Fast Functions
    • ๐Ÿ”จ Refactoring
    • โž• Add Object.toString(), .toLocaleString(), .valueOf()
  • v0.6.X Changes

    • โž• Add Variadic function support
    • โž• Add WASM support
    • โž• Add Low memory support
    • โž• Add STM32 supports
    • ๐Ÿšš Move extern to nectarjs_external module
    • โž• Add chaining functions
    • โž• Add try/catch/finally support
    • Not necessary to declare variables
    • ๐Ÿ‘ Math support enhancement, thanks to Saiv46
  • v0.5.X Changes

    • โž• Adding memory management and cleaning without GC
    • โž• Adding this and new
    • โž• Adding Math, RegExp and Date module
    • โšก๏ธ Optimizing Arduino support
  • v0.4.0 Changes

    • โž• Adding a new memory manager
    • Improving some bug
    • Using std::string for string management
  • v0.3.X Changes

    • โž• Adding Babel for generating code
    • ๐Ÿ›  Fixing some bugs
  • v0.2.1 Changes

    • Starting new arch
  • v0.2.0 Changes

    • MODIFYING ARCH OF NectarJS
    • โœ‚ Remove core
    • โœ‚ Remove base
    • โœ‚ Remove externe
  • v0.1.9 Changes

    • โž• Add core/nativejs
    • โž• Add --caas switch
    • 0๏ธโƒฃ Default local compilation with core/nativejs
  • v0.1.8 Changes

    • โž• Add njs-http module
    • โž• Add process module (std & node env)
    • โž• Add static linking to mac-osx and win-x86* targets
    • Corrected libuv error on mac-osx
  • v0.1.7 Changes

    • โž• Added snap
    • minor corrections