Releases: alerque/decasify
Releases · alerque/decasify
v0.10.1
v0.10.0
Release v0.10.0 - (lua) Make Lua module callable for more idiomatic usage - (crate) Implement builder pattern for style options - (crate) Implement overriding case output for specific words - (cli) Implement word override as new option flag - (python) Bring casing override options to Python module - (lua) Bring casing override options to Lua module - (typst) Bring casing override options to Typst package - (wasm) Bring casing override options to JavaScript module - (sile) Bring casing override options to SILE package - (nvim) Bring casing override options to NeoVIM plugin
v0.9.1
Release v0.9.1 - (build) Package Typst sources in source dist so Rust workspace is complete - (sile) Correctly pass desired case to generic conversion function
Release v0.9.0
Release v0.9.0
- (crate) Impl From for String
- (typst) Setup Typst package manifest
- (typst) Introduce Cargo workspace to split out Typst crate
- (crate) Accept input languages as string in any case
- (build) Correct semver derivation to avoid autotools race
- (build) Set correct final permissions on intermediary shell completion artifacts (#37)
v0.8.0
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 `()`
v0.7.6
Release v0.7.6 - Make sure distributed rockspecs include version
v0.7.5
Release v0.7.5 - Make sure lock file is updated before release tag
v0.7.4
Release v0.7.4 - (sile) Make sure SILE module is in release package
v0.7.3
Release v0.7.3 - (python) Export module version number for debug convenience - (sile) Add SILE package with document command for recasing - (sile) Setup to publish SILE package via LuaRocks - (nvim) Correct regeneration of nvim dev rockspec
v0.7.2
Release v0.7.2 - (build) Remove unused developer tooling requirement - (nvim) Require matching version of module for editor plugin