Releases: BlackBoxMC/blackboxmc-rs
Releases · BlackBoxMC/blackboxmc-rs
v1.0.21
v0.4.0
I forgot the v0.3 series, sorry.
Full Changelog: v0.2.0...v0.4.0
v0.2.0
- Methods that take Spigot objects as arguments no longer take references, a change made to due to lifetime issues.
- Methods that took impl Into<&String> now take impl Into
- Enums now have value_of bound.
- Subclasses of other classes that are enums are now bound as enums.
- Calls to static methods weren't having their errors properly translated.
- Methods that can return a null reference to something now will.
.unwrap()
has been replaced with other alternatives that safely return errors. The exception are Into traits, where they were replaced with.expect(...)
calls
v0.3.0 and v0.3.1 aren't here because i forgot. sorry