Skip to content

v0.1.0

Compare
Choose a tag to compare
@ColOfAbRiX ColOfAbRiX released this 30 Nov 17:15
· 76 commits to master since this release
v0.1.0

Initial release.

The initial features of the first release are:

  • Rendering of figures is identical to the original FIGlet
  • Support for FLF font definitions files in plain text
  • Included all the main FIGlet fonts (some of which have been fixed)
  • All figlet horizontal layout supported (only basic vertical layout supported)
  • Default API provides direct access to the return values with exceptions thrown
  • Extension package adds support for Scala's Either and Cats' IO
  • Extensive error reporting when parsing font files
  • Builder used to avoid dealing directly with each and every option
  • Scaladoc for all the API
  • Support for Scala 2.13.x and 2.12.x