Skip to content

Releases: BlackBoxMC/blackboxmc-rs

v1.0.21

02 Oct 01:04
Compare
Choose a tag to compare

Complete overhaul of the code that has a stable API thanks to having most (practically all) of the Spigot functions.

v0.4.0

22 Aug 20:27
Compare
Choose a tag to compare

I forgot the v0.3 series, sorry.

Full Changelog: v0.2.0...v0.4.0

v0.2.0

10 Aug 05:30
Compare
Choose a tag to compare
  • 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

v0.1.0

08 Aug 22:59
Compare
Choose a tag to compare

Initial release