1.0.0-beta.12
Pre-release
Pre-release
Release 1.0.0b12. Multiple changes:
- Implement
Style()
type: This changes the way in which Sty'sRegister()
class sets, reads and renders styling rules. This allows for a more Pythonic customization interface.
This change obsoletesset_style()
andget_style()
, thus the two methods are now deprecated. - Change yapf line-length to 88.
Documentation will be update with the next commits.
Breaking Changes
There are two breaking changes within the customization interface, which are easy to fix:
sty.Base
was renamed tosty.Register
.sty.Render
was renamed tosty.RenderType
.