Skip to content

1.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@feluxe feluxe released this 10 Sep 15:18
· 124 commits to master since this release

Release 1.0.0b12. Multiple changes:

  • Implement Style() type: This changes the way in which Sty's Register() class sets, reads and renders styling rules. This allows for a more Pythonic customization interface.
    This change obsoletes set_style() and get_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 to sty.Register.
  • sty.Render was renamed to sty.RenderType.