Skip to content

Releases: fastschema/qjs

v0.0.6

28 Oct 11:59
461716f

Choose a tag to compare

Changelog

  • b747fb1 Merge pull request #23 from danslo/persistent-cache
  • 461716f Merge pull request #25 from fastschema/refactor.rename_symbols_and_enhance_go_value_passthrough
  • dd6cf2b add CacheDir option to README
  • 5b7777a add CacheDir tests
  • 66dde3a add cacheDir option
  • 8aa2857 check if cache directory not empty after closing runtime
  • 511350c move cache option
  • 09df7fa refactor: rename symbols and enhance go value passthrough

v0.0.5

20 Oct 05:19
7f40363

Choose a tag to compare

Changelog

  • 7f40363 Merge pull request #21 from fastschema/fix.isolate_option_per_runtime
  • 903b8b5 fix: prevent shared Option causing race by switching to value instead of pointer
  • 7c123fc fix: update benchmark results

v0.0.4

15 Oct 09:50
f769c3a

Choose a tag to compare

Changelog

  • f769c3a Merge pull request #19 from fastschema/feat.update_quickjs_20251015
  • d34497f feat: update quickjs 20251015

v0.0.3

02 Oct 09:52

Choose a tag to compare

Changelog

  • 01fa963 feat: Update readme
  • 1beedf5 fix: remove special handling for context conversion

v0.0.2

29 Sep 12:13

Choose a tag to compare

Changelog

  • 5b1c580 Merge pull request #18 from fastschema/feat.update_quickjs_and_rename_qjs_source_dir
  • b248d2e feat: add fossa badges
  • 21af3ed feat: update quickjs and rename qjs source dir

v0.0.1

29 Sep 11:23
554e3aa

Choose a tag to compare

Changelog

  • 36b6dce Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-5.5.1
  • a72049e Merge branch 'master' into feat.improve_error_handling
  • eccebb4 Merge branch 'master' into feat.improve_eval_performance_by_disabling_default_context_check
  • c840636 Merge branch 'master' into fix.avoid_silencing_error_from_proxy_function
  • 58687b9 Merge pull request #1 from fastschema/dependabot/github_actions/codecov/codecov-action-5.4.3
  • acc6e30 Merge pull request #10 from fastschema/dependabot/github_actions/codecov/codecov-action-5.5.0
  • 8a094fb Merge pull request #11 from fastschema/dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • 3aaa191 Merge pull request #12 from fastschema/dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • 65fe3b8 Merge pull request #13 from fastschema/feat.improve_eval_performance_by_disabling_default_context_check
  • 16321c5 Merge pull request #15 from fastschema/dependabot/github_actions/actions/github-script-8
  • 82cff84 Merge pull request #16 from fastschema/dependabot/github_actions/codecov/codecov-action-5.5.1
  • 554e3aa Merge pull request #17 from fastschema/feat.improve_error_handling
  • 1e90795 Merge pull request #2 from fastschema/feat.update_readme
  • c98e949 Merge pull request #3 from fastschema/refactor.update_error_messages_and_examples
  • 550e034 Merge pull request #4 from fastschema/fix.struct_to_js_with_pointer_receiver
  • f2d3ea4 Merge pull request #5 from fastschema/dependabot/github_actions/actions/checkout-5
  • 69ddb39 Merge pull request #6 from fastschema/feat.basic_json_module_supports
  • bb18e19 Merge pull request #7 from fastschema/feat.allow_any_go_func_returns_and_add_channel_conversion_supports
  • f88fb67 Merge pull request #8 from fastschema/feat.add_proxy_value_supports
  • 94d8be3 Merge pull request #9 from fastschema/fix.avoid_silencing_error_from_proxy_function
  • c5c3e56 Transfer project to organization repository for public access
  • 5925570 build(deps): bump actions/checkout from 4 to 5
  • 6ac5201 build(deps): bump actions/github-script from 7 to 8
  • 3e66270 build(deps): bump codecov/codecov-action from 5.0.7 to 5.4.3
  • 33b32fa build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0
  • d01729a build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1
  • caca3ec build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
  • a696723 build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
  • 535d4ce feat: add ci
  • afc7416 feat: add codecov config
  • 98f69fd feat: add proxy value supports
  • 0725a83 feat: allow binding any go function returns and add channel conversion supports
  • bc1f65a feat: basic json module supports
  • 235d41f feat: improve error handling
  • b70d14c feat: improve eval performance by disabling default context check
  • 123cd9d feat: update readme
  • 00aaaea fix: avoid silencing error values from proxy functions
  • 0f9f9b8 fix: handle embed primitives in struct
  • 4528796 fix: lint error
  • 4bed4a7 fix: lint error
  • 970eda4 fix: only validate exported struct fields
  • 761e8a6 fix: struct to js with pointer receiver
  • 3606b15 fix: test hang due to test cleanup
  • d6a8440 refactor: move quickjs module to qjsextra
  • f9fea0f refactor: update error messages and examples
  • 7c5ba38 replace quickjs source files with sub module