Skip to content

Commit dc56a55

Browse files
chore(bevy_mod_scripting_functions): release v0.9.0-alpha.1
1 parent 258ba8f commit dc56a55

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.9.0-alpha.1](https://github.com/makspll/bevy_mod_scripting/releases/tag/bevy_mod_scripting_functions-v0.9.0-alpha.1) - 2024-12-31
11+
12+
### Fixed
13+
14+
- fix lifetime issue, allow refs
15+
16+
### Other
17+
18+
- make iteration work
19+
- just lookup length for iteration for now
20+
- allow passing more arguments than needed
21+
- implement iterators, and add function passing
22+
- make overloading work for subtraction
23+
- *(codegen)* update bevy bindings (#181)
24+
- add script function registry and update registrations
25+
- implement the rest of reflect reference functions
26+
- remove need for world jerry-rig, use static reference
27+
- get static calls working
28+
- get bindings compiling, add more impls
29+
- *(codegen)* update bevy bindings (#180)
30+
- *(codegen)* update bevy bindings (#179)
31+
- *(codegen)* update bevy bindings (#178)
32+
- select new pre-release version
33+
- clean up versions from last pre-release
34+
- *(codegen)* update bevy bindings (#177)
35+
- imports
36+
- *(codegen)* update bevy bindings (#176)
37+
- *(codegen)* update bevy bindings (#175)
38+
- change imports
39+
- move bindings under different module
40+
- *(codegen)* update bevy bindings (#174)
41+
- *(codegen)* update bevy bindings (#173)
42+
- *(codegen)* update bevy bindings (#172)
43+
- *(codegen)* update bevy bindings (#171)
44+
- *(codegen)* update bevy bindings (#170)
45+
- properly register the top level types too
46+
- work out function type dependency registration basics
47+
- WIP
48+
- re-enable list applies
49+
- handle errors properly
50+
- initial from_script_ref
51+
- shift to bakery paradigm
52+
- remove older stuff
53+
- change core functions to script functions
54+
- refactor accesses slightly
55+
- Big things coming
56+
- WIP
57+
- move script value things into another module
58+
- refactor a bit
59+
- add support for list
60+
- refactor errors considerably
61+
- dynamic get and set calls
62+
- Implement ScriptValue things
63+
- DYNAMIC CALLS WOOOOOOO

0 commit comments

Comments
 (0)