|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.9.0-alpha.2](https://github.com/makspll/bevy_mod_scripting/compare/v0.9.0-alpha.1...v0.9.0-alpha.2) - 2025-01-05 |
| 4 | + |
| 5 | +### Fixed |
| 6 | + |
| 7 | +- fix test and small refactor |
| 8 | +- fix readme |
| 9 | +- fix lifetime issue, allow refs |
| 10 | + |
| 11 | +### Other |
| 12 | + |
| 13 | +- make display without world more sensible |
| 14 | +- further clean up |
| 15 | +- remove preludes, remove more crates |
| 16 | +- remove unused dependencies |
| 17 | +- fmt |
| 18 | +- more clippy |
| 19 | +- clippy fixes |
| 20 | +- clippy fixes |
| 21 | +- cleanup some imports |
| 22 | +- change query signature slightly |
| 23 | +- add on load and unload hooks |
| 24 | +- improve logs and things |
| 25 | +- finally |
| 26 | +- keep working on docs and fixing bugs |
| 27 | +- make the generics more tenable, and update docs |
| 28 | +- start cleaning up examples, use ScriptValue as argument for all things |
| 29 | +- add more conversions |
| 30 | +- change handle to weak so unloading strong handle is enough to delete script, and update docs |
| 31 | +- add error conversions for rhai |
| 32 | +- remove trailing whitespace |
| 33 | +- clippy fixes |
| 34 | +- allow optionally disabling bindings |
| 35 | +- pin smol str, begin rhai work |
| 36 | +- it doens't exist |
| 37 | +- enable bevy input in functions for smol_str |
| 38 | +- enable more flags in bevy functions |
| 39 | +- make iteration work |
| 40 | +- just lookup length for iteration for now |
| 41 | +- allow passing more arguments than needed |
| 42 | +- implement iterators, and add function passing |
| 43 | +- make overloading work for subtraction |
| 44 | +- *(codegen)* update bevy bindings (#181) |
| 45 | +- add script function registry and update registrations |
| 46 | +- implement the rest of reflect reference functions |
| 47 | +- remove need for world jerry-rig, use static reference |
| 48 | +- get static calls working |
| 49 | +- get bindings compiling, add more impls |
| 50 | +- *(codegen)* update bevy bindings (#180) |
| 51 | +- *(codegen)* update bevy bindings (#179) |
| 52 | +- *(codegen)* update bevy bindings (#178) |
| 53 | +- select new pre-release version |
| 54 | +- clean up versions from last pre-release |
| 55 | +- *(codegen)* update bevy bindings (#177) |
| 56 | +- imports |
| 57 | +- *(codegen)* update bevy bindings (#176) |
| 58 | +- *(codegen)* update bevy bindings (#175) |
| 59 | +- change imports |
| 60 | +- move bindings under different module |
| 61 | +- *(codegen)* update bevy bindings (#174) |
| 62 | +- *(codegen)* update bevy bindings (#173) |
| 63 | +- *(codegen)* update bevy bindings (#172) |
| 64 | +- *(codegen)* update bevy bindings (#171) |
| 65 | +- *(codegen)* update bevy bindings (#170) |
| 66 | +- properly register the top level types too |
| 67 | +- work out function type dependency registration basics |
| 68 | +- WIP |
| 69 | +- re-enable list applies |
| 70 | +- handle errors properly |
| 71 | +- initial from_script_ref |
| 72 | +- shift to bakery paradigm |
| 73 | +- remove older stuff |
| 74 | +- change core functions to script functions |
| 75 | +- refactor accesses slightly |
| 76 | +- Big things coming |
| 77 | +- WIP |
| 78 | +- move script value things into another module |
| 79 | +- refactor a bit |
| 80 | +- add support for list |
| 81 | +- refactor errors considerably |
| 82 | +- dynamic get and set calls |
| 83 | +- Implement ScriptValue things |
| 84 | +- DYNAMIC CALLS WOOOOOOO |
| 85 | + |
3 | 86 | ## [0.8.0-alpha.2](https://github.com/makspll/bevy_mod_scripting/compare/v0.8.0-alpha.1...v0.8.0-alpha.2) - 2024-12-03
|
4 | 87 |
|
5 | 88 | ### Fixed
|
|
0 commit comments