v1.2.0
This release adds support for Python 3.11 on all platforms. Upgrading from 1.1.4 is highly encouraged, as this release also fixes a critical bug in the class member default values that could lead to unexpected behavior during runtime.
What's Changed
- Feature:
create_new()
API for classes that directly serve files by @mvnmgrx in #33 - Fix: Made VSCode automatic test discovery work by @mvnmgrx in #34
- Fix: Mutable member defaults by @mvnmgrx in #35
- Fix: Checked
self.stroke
to be None in FpLine.to_sexpr() by @mvnmgrx in #36 - Fix: Documentation on Justify.to_sexpr()'s return value by @mvnmgrx in #37
Full Changelog: v1.1.4...v1.2.0