Skip to content

Releases: alerque/decasify

v0.10.1

15 Mar 21:41
v0.10.1
ffd4fd9
Compare
Choose a tag to compare
Release v0.10.1

- (tooling) Package image assets used in READMEs
- (tooling) Don't force rebuild of SILE and Typst packages when building default target

v0.10.0

15 Mar 21:16
v0.10.0
3e126a1
Compare
Choose a tag to compare
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

01 Mar 20:30
v0.9.1
3a8d2b4
Compare
Choose a tag to compare
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

26 Feb 11:28
v0.9.0
51031f4
Compare
Choose a tag to compare

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

26 Oct 23:20
v0.8.0
a5f16af
Compare
Choose a tag to compare
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

22 Oct 23:18
v0.7.6
7aba972
Compare
Choose a tag to compare
Release v0.7.6

- Make sure distributed rockspecs include version

v0.7.5

22 Oct 22:57
v0.7.5
4af710d
Compare
Choose a tag to compare
Release v0.7.5

- Make sure lock file is updated before release tag

v0.7.4

22 Oct 22:47
v0.7.4
473fabd
Compare
Choose a tag to compare
Release v0.7.4

- (sile) Make sure SILE module is in release package

v0.7.3

21 Oct 23:39
v0.7.3
59097db
Compare
Choose a tag to compare
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

21 Oct 14:38
v0.7.2
d2ada48
Compare
Choose a tag to compare
Release v0.7.2

- (build) Remove unused developer tooling requirement
- (nvim) Require matching version of module for editor plugin