Releases: just-js/lo
Releases · just-js/lo
0.0.7-pre
0.0.6-pre
What's Changed
- duckdb bindings by @billywhizz in #13
Full Changelog: 0.0.5-pre...0.0.6-pre
Note: duckdb build is broken in this release. 0.0.7-pre coming soon with all bindings working on linux
0.0.5-pre
What's Changed
- Fixes and Changes for 0.0.5-pre release by @billywhizz in #10
- fix mbedtls build by @billywhizz in #11
- Fix libtcc build by @billywhizz in #12
Full Changelog: 0.0.4-pre...0.0.5-pre
0.0.4-pre
What's Changed
- feat (runtime): asm, ffi, path, proc libs by @billywhizz in #5
- fix (runtime): rename loadSource in main.js by @billywhizz in #6
- feat (core): add getenv, getcwd, mkdir by @billywhizz in #7
- feat (runtime): Build System & Binding Definitions by @billywhizz in #8
- feat (bindings): mbedtls build by @billywhizz in #9
Full Changelog: 0.0.3-pre...0.0.4-pre
0.0.3-pre
- macos tests passing
- core binding working on macos and linux
- module loading working on macos and linux
- bindings generation working on macos and linux
- windows build disabled until it is at feature parity
Full Changelog: 0.0.2-pre...0.0.3-pre
0.0.2-pre
- feat (core): bindings gen mostly working on linux
0.0.1-pre
- feat (core): build working for linux (x64/arm64), macos (x64/arm64) and windows (x64)
- fix (core): lo.hrtime() fixed on macos by @littledivy : #3
- fix (core): namespace changed to "lo" by @ayushmanchhabra : #4