Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 19:15
26fc5ab

✨ Features

  • add c.Debug() that print logs on screen. Old way of logging to a file has been removed. Docs.
  • add new example: Gitch.
  • ⚠️ Deprecation Notice: cellPadding(), cellPaddingDouble() and noCellPadding() are now deprecated and will be removed in v1.0.0. You can use cellModeCustom(), cellModeDouble() and cellModeDefault() that provide the same features. Docs.

🐛 Bug fixes

  • huge performance improvement. Ref #12. Contribution from @rahji 🙏
  • version number is now more precise for development versions. Ref #9.