Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@DenverCoder1 DenverCoder1 released this 15 Jul 16:14
· 17 commits to main since this release
80b56b2

Features

Set the random query parameter to true to display lines in a random order instead of the order provided

Set the letterSpacing parameter to a valid CSS letter-spacing value, for example, letterSpacing=0.2rem, letterSpacing=5px, letterSpacing=normal

  • Added HTTP response codes for errors by @mpa12 in #303

If an invalid query parameter is provided, the response code will be 422 - Unprocessable Entity. If an unknown server error occurs, the response code will be 500 - Server Error

Refactor

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0