Releases: sivakov512/python-markdown-full-yaml-metadata
Releases · sivakov512/python-markdown-full-yaml-metadata
2.2.1
2.2.0
- drop support for python 3.6 and 3.7
- use Poetry to manage dependencies
- change code style
2.1.0
Support for custom yaml loaders
2.0.2
Update dependencies and few minor improvements
2.0.1
New release:
- do not require testing dependencies in setup.py
- store only development deps in requirements.txt
- development\contributing guide for README.md
2.0.0
Require PyYAML~=5.0 and load yaml content in more safe manner
1.1.1
Dependencies fixes:
- Do not require setuptools_markdown
- Allow using any version of markdown that os greater than 3.0
1.0.0
- Use new python-markdown api
- Drop support for python 3.4 and 3.5
- Use black for automatic code formatting
- Bit of minor improvements