All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Remove
gojo
dependencies, any usage ofStringBuilder
now uses String streaming. - Made
Style.render()
more flexible by acceptingWritable
types, instead of justString
. - Cleaned up any additional allocations being made by using
StringSlice
where possible.
- Added a Moogle example and revised the readme. Pulled in upstream
mist
andhue
changes for compatability improvments. - Updated the
layout
example to include color grids.