Skip to content

Tags: jonbeebe/frontmatter

Tags

3.0.8

Toggle 3.0.8's commit message
Do not pin PyYAML, update Pipfile and bump version to 3.0.8

3.0.6

Toggle 3.0.6's commit message
Bump pyyaml from 3.13 to 5.1

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@3.13...5.1)

Signed-off-by: dependabot[bot] <[email protected]>

3.0.5

Toggle 3.0.5's commit message
Fixed bug that caused full content area to not be captured in some ca…

…ses.

Also updated testfile.md to reflect file that triggers the bug and incremented version to 3.0.5

3.0.4

Toggle 3.0.4's commit message
Critical bug fix (having '---' in body would cause YAML parser to fail)

3.0.3

Toggle 3.0.3's commit message
Increment version to 3.0.3

3.0.2

Toggle 3.0.2's commit message
Development status: 5 - Production/Stable

3.0.1

Toggle 3.0.1's commit message
Fix license display in setup.py; minor fixes

3.0.0

Toggle 3.0.0's commit message
Breaking changes - moved all functions to Frontmatter class and renam…

…ed to read_file() and read()

2.1.0

Toggle 2.1.0's commit message
Switched to regex for separating YAML frontmatter from text file.