Releases: rhaiscript/rhai_rustler
Releases · rhaiscript/rhai_rustler
v1.1.1
What's Changed
- Bump rustler_precompiled from 0.7.0 to 0.7.1 by @dependabot in #150
- Bump ex_doc from 0.30.9 to 0.31.1 by @dependabot in #160
- Bump credo from 1.7.1 to 1.7.3 by @dependabot in #159
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #152
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #161
- build(deps): bump rhai from 1.16.3 to 1.17.1 in /native/rhai_rustler by @dependabot in #164
- build(deps): bump rhai-dylib from 0.1.12 to 0.2.0 in /native/test_dylib_module by @dependabot in #163
- Bump thiserror from 1.0.50 to 1.0.56 in /native/rhai_rustler by @dependabot in #158
- Bump dialyxir from 1.4.2 to 1.4.3 by @dependabot in #156
- build(deps): bump rustler from 0.30.0 to 0.31.0 by @dependabot in #172
- build(deps): bump rustler from 0.30.0 to 0.31.0 in /native/test_dylib_module by @dependabot in #171
- build(deps): bump rhai-dylib from 0.2.0 to 0.2.1 in /native/test_dylib_module by @dependabot in #166
- build(deps-dev): bump credo from 1.7.3 to 1.7.4 by @dependabot in #167
- build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #175
- build(deps-dev): bump ex_doc from 0.31.1 to 0.31.2 by @dependabot in #174
- build(deps-dev): bump credo from 1.7.4 to 1.7.5 by @dependabot in #173
- build(deps): bump rust dependencies by @fabriziosestito in #176
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Bump ex_doc from 0.30.3 to 0.30.5 by @dependabot in #122
- Bump actions/checkout from 3 to 4 by @dependabot in #130
- Bump rustler_precompiled from 0.6.2 to 0.6.3 by @dependabot in #128
- Bump ex_doc from 0.30.5 to 0.30.6 by @dependabot in #126
- Bump thiserror from 1.0.44 to 1.0.49 in /native/rhai_rustler by @dependabot in #136
- Bump philss/rustler-precompiled-action from 1.0.1 to 1.1.0 by @dependabot in #135
- Bump philss/rustler-precompiled-action from 1.1.0 to 1.1.1 by @dependabot in #143
- Bump ex_doc from 0.30.6 to 0.30.8 by @dependabot in #142
- Bump rustler from 0.29.1 to 0.30.0 in /native/test_dylib_module by @dependabot in #139
- Bump credo from 1.7.0 to 1.7.1 by @dependabot in #137
- Bump rustler from 0.29.1 to 0.30.0 in /native/rhai_rustler by @dependabot in #140
- Bump rustler from 0.29.1 to 0.30.0 by @dependabot in #138
- Bump rustler_precompiled from 0.6.3 to 0.7.0 by @dependabot in #134
- Bump rhai-dylib from 0.1.9 to 0.1.11 in /native/test_dylib_module by @dependabot in #133
- Bump philss/rustler-precompiled-action from 1.1.1 to 1.1.3 by @dependabot in #147
- Bump dialyxir from 1.3.0 to 1.4.2 by @dependabot in #146
- Bump thiserror from 1.0.49 to 1.0.50 in /native/rhai_rustler by @dependabot in #145
- Bump ex_doc from 0.30.8 to 0.30.9 by @dependabot in #144
- fix: integer float conversion and native deps bump by @fabriziosestito in #149
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Fix rustler dependency being fetched from a fork
- Bump thiserror from 1.0.43 to 1.0.44 in /native/rhai_rustler by @dependabot in #120
- Bump ex_doc from 0.30.2 to 0.30.3 by @dependabot in #119
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Bump rustler from 0.28.0 to 0.29.0 in /native/test_dylib_module by @dependabot in #104
- Bump rustler from 0.28.0 to 0.29.0 by @dependabot in #103
- Bump rustler from 0.28.0 to 0.29.0 in /native/rhai_rustler by @dependabot in #102
- Bump rhai-dylib from 0.1.8 to 0.1.9 in /native/test_dylib_module by @dependabot in #105
- build(deps): bump rhai_dylib to 0.1.9 by @fabriziosestito in #106
- Bump rustler from 0.29.0 to 0.29.1 by @dependabot in #107
- Bump rustler from 0.29.0 to 0.29.1 in /native/test_dylib_module by @dependabot in #108
- Bump rustler_precompiled from 0.6.1 to 0.6.2 by @dependabot in #110
- Bump ex_doc from 0.29.4 to 0.30.2 by @dependabot in #115
- Bump stream_data from 0.5.0 to 0.6.0 by @dependabot in #113
- fix: use dirty cpu scheduler for evaluation functions by @fabriziosestito in #116
- Bump thiserror from 1.0.40 to 1.0.43 in /native/rhai_rustler by @dependabot in #111
- fix: use dirty cpu scheduler for compilation related NIFs by @fabriziosestito in #117
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Breaking Changes
Rhai.eval/2
has been removed. UseRhai.Engine.eval/2
andRhai.Engine.eval_with_scope/3
instead.
What's Changed
- Bump rustler from 0.26.0 to 0.27.0 in /native/rhai_rustler by @dependabot in #24
- Bump rustler from 0.26.0 to 0.27.0 by @dependabot in #23
- Bump giantswarm/install-binary-action from 1.0.0 to 1.1.0 by @dependabot in #25
- Bump rustler_precompiled from 0.5.5 to 0.6.0 by @dependabot in #26
- Wrap engine pt1 by @fabriziosestito in #28
- Try to wrap Engine compile function by @dottorblaster in #29
- Refactor error handling by @fabriziosestito in #31
- Add scope bindings pt 1 by @fabriziosestito in #35
- Bump rustler_precompiled from 0.6.0 to 0.6.1 by @dependabot in #37
- Add credo template by @fabriziosestito in #38
- Engine options bindings pt1 by @dottorblaster in #36
- Add scope clear by @fabriziosestito in #39
- Bind get_value instead of get by @fabriziosestito in #40
- Bind Scope::clone_visible by @fabriziosestito in #42
- Bind Scope::is_empty by @fabriziosestito in #44
- Bind Scope::len by @fabriziosestito in #45
- Bind Scope::with_capacity by @fabriziosestito in #46
- Bind Scope::remove by @fabriziosestito in #47
- Bind Scope::rewind by @fabriziosestito in #49
- Bind Scope::pop and Scope::set_value by @fabriziosestito in #51
- Bind Scope::set_alias by @fabriziosestito in #52
- Bind Scope::set_or_push by @fabriziosestito in #54
- Bind Engine::run and Engine::run_with_scope by @fabriziosestito in #56
- Bump ex_doc from 0.29.1 to 0.29.2 by @dependabot in #57
- Bump thiserror from 1.0.38 to 1.0.39 in /native/rhai_rustler by @dependabot in #58
- Bump rhai from 1.12.0 to 1.13.0 in /native/rhai_rustler by @dependabot in #60
- Bump ex_doc from 0.29.2 to 0.29.3 by @dependabot in #59
- Fix allow loop expressions test by @fabriziosestito in #67
- macOS extension workaround by @fabriziosestito in #68
- Bind AST source-related methods by @fabriziosestito in #69
- Bind AST::clear_functions by @fabriziosestito in #71
- Bump ex_doc from 0.29.3 to 0.29.4 by @dependabot in #72
- Bind AST functions and statements methods by @fabriziosestito in #74
- Bind Engine::call_fn by @fabriziosestito in #75
- Bind Engine::compact_script by @fabriziosestito in #76
- Bind Engine::compile* methods by @fabriziosestito in #77
- Bind Engine::run* methods by @fabriziosestito in #78
- Bind Engine::eval* methods by @fabriziosestito in #79
- Bind Engine::new_raw() by @fabriziosestito in #81
- Bind Engine AST optimization methods by @fabriziosestito in #82
- Bind Engine.disable_symbol/2 by @fabriziosestito in #83
- Bind Engine register_custom_operator by @fabriziosestito in #84
- Use from_array by @fabriziosestito in #85
- Bind Engine enusre_data_size_within_limits by @fabriziosestito in #86
- Bump rhai_dylib to 0.1.7 by @fabriziosestito in #87
- Remove Scope set_alias by @fabriziosestito in #88
- Refactor module resolvers and tests by @fabriziosestito in #90
- Add register package by @fabriziosestito in #91
- Refactor/rename Scope functions by @fabriziosestito in #92
- Test FileModuleResolver by @fabriziosestito in #93
- Bump rustler from 0.27.0 to 0.28.0 by @dependabot in #95
- Bump rustler from 0.27.0 to 0.28.0 in /native/rhai_rustler by @dependabot in #94
- Add test dylib module to dependabot by @fabriziosestito in #97
- Bump rhai to v1.14.0 and rhai_dylib to v0.1.8 by @fabriziosestito in #100
New Contributors
- @dottorblaster made their first contribution in #29
Full Changelog: v0.1.4...v1.0.0
v0.1.4
What's Changed
- Pin ubuntu version in release workflow by @fabriziosestito in #21
- Use config to set force build by @fabriziosestito in #22
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Bump to v0.1.3 (#19)
What's Changed
- Bump rustler_precompiled from 0.5.3 to 0.5.4 by @dependabot in #9
- Bump rhai from 1.10.1 to 1.11.0 in /native/rhai_rustler by @dependabot in #10
- Bump ex_doc from 0.29.0 to 0.29.1 by @dependabot in #11
- Bump rustler_precompiled from 0.5.4 to 0.5.5 by @dependabot in #12
- Bump to v0.1.3 by @fabriziosestito in #19
Full Changelog: v0.1.1...v0.1.3
v0.1.1
What's Changed
- Set fail on invalid map property by @fabriziosestito in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release