Skip to content

v0.2.0

Compare
Choose a tag to compare
@IoIxD IoIxD released this 10 Aug 05:30
· 51 commits to master since this release
  • 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