Releases: fastschema/qjs
Releases · fastschema/qjs
v0.0.6
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
v0.0.4
v0.0.3
v0.0.2
v0.0.1
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