v1.2.0
Features
- Initial support for creating a row from an object using a Source Generator.
- Added support for more font styling: italic and strikethrough.
- Added support for creating cells directly from
long
andlong?
.
Breaking changes
- Removed the deprecated
Cell
struct. It has been replaced byDataCell
.