-
-
Notifications
You must be signed in to change notification settings - Fork 43
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: makspll/bevy_mod_scripting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0-ladfile_builder
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: makspll/bevy_mod_scripting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1-ladfile_builder
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 17 files changed
- 2 contributors
Commits on Mar 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 83c29b6 - Browse repository at this point
Copy the full SHA 83c29b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b94f5 - Browse repository at this point
Copy the full SHA c4b94f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e92e2 - Browse repository at this point
Copy the full SHA 29e92e2View commit details -
chore(mdbook_lad_preprocessor): release v0.1.6 (#400)
## 🤖 New release * `mdbook_lad_preprocessor`: 0.1.5 -> 0.1.6 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.6](v0.1.5-mdbook_lad_preprocessor...v0.1.6-mdbook_lad_preprocessor) - 2025-03-29 ### Fixed - types links being broken again </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 378ea84 - Browse repository at this point
Copy the full SHA 378ea84View commit details -
feat: bump bevy to 0.15.3 (#401)
# Summary Long overdue, bumps bevy to 0.15.3 before 0.16 comes out
Configuration menu - View commit details
-
Copy full SHA for 78a4ab7 - Browse repository at this point
Copy the full SHA 78a4ab7View commit details
Commits on Mar 30, 2025
-
## 🤖 New release * `bevy_mod_scripting_derive`: 0.11.0 -> 0.11.1 * `bevy_system_reflection`: 0.1.0 -> 0.1.1 (✓ API compatible changes) * `bevy_mod_scripting_core`: 0.11.0 -> 0.11.1 (✓ API compatible changes) * `bevy_mod_scripting_lua`: 0.11.0 -> 0.11.1 (✓ API compatible changes) * `bevy_mod_scripting_rhai`: 0.11.0 -> 0.11.1 (✓ API compatible changes) * `bevy_mod_scripting_functions`: 0.11.0 -> 0.11.1 (✓ API compatible changes) * `ladfile_builder`: 0.3.0 -> 0.3.1 (✓ API compatible changes) * `bevy_mod_scripting`: 0.11.0 -> 0.11.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `bevy_mod_scripting_derive` <blockquote> ## [0.11.0](bevy_mod_scripting_derive-v0.10.0...bevy_mod_scripting_derive-v0.11.0) - 2025-03-29 ### Added - overhaul mdbook preprocessor, prettify generated docs, support dummy globals ([#377](#377)) </blockquote> ## `bevy_mod_scripting_core` <blockquote> ## [0.11.0](bevy_mod_scripting_core-v0.10.0...bevy_mod_scripting_core-v0.11.0) - 2025-03-29 ### Added - optimize access map ([#395](#395)) - optimize `get` and `set` functions, add `MagicFunctions` sub-registry ([#397](#397)) - improve tracing spans, add `profile_with_tracy` feature flag ([#394](#394)) - add `profile_with_tracy` feature which plays nicely with bevy's `bevy/trace_tracy` feature ([#393](#393)) - Add initial benchmarks, integrate them into CI & add getters/settters for `Scripts` resource ([#381](#381)) - add ScriptValue override for printing opaque values ([#380](#380)) - ✨ Dynamic Script Components, `register_new_component` binding, `remove_component` no longer requires `ReflectComponent` data ([#379](#379)) - overhaul mdbook preprocessor, prettify generated docs, support dummy globals ([#377](#377)) ### Fixed - fix global type cache not containing generic types ([#388](#388)) ### Other - switch to hashbrown hashmap in the function registry ([#399](#399)) - try play with hashing for access maps ([#398](#398)) - allow check creation for bencher </blockquote> ## `bevy_mod_scripting_lua` <blockquote> ## [0.11.0](bevy_mod_scripting_lua-v0.10.0...bevy_mod_scripting_lua-v0.11.0) - 2025-03-29 ### Added - optimize `get` and `set` functions, add `MagicFunctions` sub-registry ([#397](#397)) - allow the conversion of lua functions into `ScriptValue` via `DynamicScriptFunction` ([#396](#396)) - Add initial benchmarks, integrate them into CI & add getters/settters for `Scripts` resource ([#381](#381)) - ✨ Dynamic Script Components, `register_new_component` binding, `remove_component` no longer requires `ReflectComponent` data ([#379](#379)) </blockquote> ## `bevy_mod_scripting_rhai` <blockquote> ## [0.11.0](bevy_mod_scripting_rhai-v0.10.0...bevy_mod_scripting_rhai-v0.11.0) - 2025-03-29 ### Added - [**breaking**] bump bersion - optimize `get` and `set` functions, add `MagicFunctions` sub-registry ([#397](#397)) - Add initial benchmarks, integrate them into CI & add getters/settters for `Scripts` resource ([#381](#381)) </blockquote> ## `bevy_mod_scripting_functions` <blockquote> ## [0.11.0](bevy_mod_scripting_functions-v0.10.0...bevy_mod_scripting_functions-v0.11.0) - 2025-03-29 ### Added - optimize `get` and `set` functions, add `MagicFunctions` sub-registry ([#397](#397)) - ✨ Dynamic Script Components, `register_new_component` binding, `remove_component` no longer requires `ReflectComponent` data ([#379](#379)) - overhaul mdbook preprocessor, prettify generated docs, support dummy globals ([#377](#377)) </blockquote> ## `ladfile_builder` <blockquote> ## [0.3.1](v0.3.0-ladfile_builder...v0.3.1-ladfile_builder) - 2025-03-29 ### Added - bump bevy to 0.15.3 ([#401](#401)) </blockquote> ## `bevy_mod_scripting` <blockquote> ## [0.11.1](v0.11.0...v0.11.1) - 2025-03-29 ### Added - bump bevy to 0.15.3 ([#401](#401)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3b50fb - Browse repository at this point
Copy the full SHA c3b50fbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.0-ladfile_builder...v0.3.1-ladfile_builder