All Versions
17
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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