Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 23:20
· 14 commits to master since this release
v0.8.0
a5f16af
Release v0.8.0

- (crate) Implement `From<String>` for option types
- Promote only TR implementation to 'TDK' style guide
- (crate) Specify new `Decasify` trait
- (crate) Implement `Decasify` trait for commonn types
- (lua) Implement `FromLua` for relevant crate types
- (cli) Improve console error message output with Snafu
- (lua) Make sure LuaRock identifies its version even when sideloaded
- (crate) [breaking] Stop exporting `Segment` type
- (crate) [breaking] Change out anyhow for snafu errors in library
- (crate) [breaking] Flatten modules to simplify public API
- [breaking] Rename `to_()` functions as just `()`