Skip to content

Releases: eyeseast/python-frontmatter

Now with type checking

16 Jan 18:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Nov 18:26
Compare
Choose a tag to compare
  • Now with Python 3.12 support (or really, just testing on that).

Stable

15 Mar 01:45
66888e7
Compare
Choose a tag to compare

This library has been stable for a while, so it's time to make it official: v1.0.0.

These changes have landed in the past few days:

  • Remove support for Python 2 #75 (and 3.4 and 3.5, for good measure)
  • Reorganize tests and switch to pytest #74 and #47
  • Use handler.detect instead of that weird global dictionary #48
  • Add a handler.format method to customize output #49
  • Add a directory of examples to show ways to solve problems people have raised #72

All that said, the API hasn't really changed, except for dropping Python 2 support. This is more a promise that it won't change (at least until v2).

Everything should be a little tighter and more predictable now, and testing should be a little easier and better organized.