Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 1.46 KB

Change Log

[2024-01-13_3]

  • refactor: refactor: use type -p instead of which in qjsc.sh

[2024-01-13_2]

  • feat: improve js_os_exec performances by computing fd_max using /proc

[2024-01-13_1]

  • chore: QuickJS release 2024-01-13

[2023-12-09_1]

  • chore: QuickJS release 2023-12-09

[2021-03-27_4]

  • feat: expose mkdtemp function to javascript

[2021-03-27_3]

  • feat: expose flock function to javascript
  • feat: expose mkstemp function to javascript
  • fix: don't call upx if compilation failed

[2021-03-27_2]

  • refactor: built using
    • gcc : 6.5.0
    • binutils : 2.25.1
    • musl : 1.2.2
  • feat: QuickJS binaries are compressed using upx by default
  • feat: compiled files are compressed using upx by default (if possible)
  • feat: support for QJS_LIB_DIR environment variable
  • feat: expose getpid function to javascript

[2021-03-27_1]

  • QuickJS release 2021-03-27

[2020-11-08_3]

[2020-11-08_2]

  • Possibility to embed custom javascript modules when building packages
  • Fallback to the directory containing qjs & qjsc binaries when resolving imports

[2020-11-08_1]

  • QuickJS release 2020-11-08

[2020-09-06_1]

  • QuickJS release 2020-09-06