Skip to content

Releases: alerque/decasify

v0.5.7

15 Jul 13:28
v0.5.7
3960ff3

Choose a tag to compare

Release v0.5,7

- Export missing sentencecase function to JavaScript

v0.5.6

15 Jul 12:56
v0.5.6
94a6cda

Choose a tag to compare

Release v0.5.6

- *(wasm)* Implement API as WASM module
- Implement (fairly naive) sentence casing

v0.5.5

08 Jul 14:39
v0.5.5
18e7556

Choose a tag to compare

Release v0.5.5

- Stop CI from pretending to be a source tarball

v0.5.4

08 Jul 13:29
v0.5.4
ed2d881

Choose a tag to compare

Release v0.5.4

- Checkout repo history so CI deploy correctly packages source files

v0.5.3

08 Jul 12:38
v0.5.3
31841f7

Choose a tag to compare

Relase v0.5.3

- Use git-cliff to generate a changelog
- Package Python manifest in source distribution
- Hold back mlua build version to not break old LuaRocks

v0.5.2

07 Jul 23:09
v0.5.2
efb4cd6

Choose a tag to compare

Release v0.5.2

* Implement native Python module exposing the Rust API
* Do not distribute main man page, makes dist require Rust tooling
* Avoid the perceived need for an extra automake cycle in dist tarball

v0.5.1

24 May 20:16
v0.5.1
1a1ada1

Choose a tag to compare

Release v0.5.1

* Expose lowercase() and uppercase() functions in Lua module

v0.5.0

01 May 10:46
v0.5.0
4646128

Choose a tag to compare

Release v0.5.0

* Implement full string upper and lower case casting for EN & TR
* Fixup Autotools interaction with Rust so make distcheck passes

v0.4.8

08 Apr 19:37
v0.4.8
e6e81e9

Choose a tag to compare

Release v0.4.8

* Include Makefile fragments in released source tarball

v0.4.7

08 Apr 12:12
v0.4.7
a80f480

Choose a tag to compare

Release v0.4.7

* Add all test sources to distribution
* Generate checksums for release artifacts in CI
* Overhaul GNU/Autotools with more idiomatic patterns