Maintenance release
- Fix minimum docutils dependency requirement (#80)
$ git shortlog -s v0.6.1...v0.6.2
2 Amethyst Reese
1 Emil van der Westhuizen
Bugfix release
- Fix rendering of codespans within link text (#68)
- Added explicit dependency on Sphinx (#70)
$ git shortlog -s v0.6.0...v0.6.1
2 Amethyst Reese
1 Peter Sobot
5 dependabot[bot]
Feature release
- Added support for mistune v3, dropped support for mistune v2 (#22, #46)
- Added strict type annotations and type checking (#62)
- Cleaned up legacy implementation from m2r (#58)
Many thanks to Julian Gilbey for the help upgrading to mistune v3!
$ git shortlog -s v0.5.4...v0.6.0
3 Amethyst Reese
1 Julian Gilbey
3 dependabot[bot]
Maintenance release
- Better testing of sphinx extension and docutils directive (#48)
- Support fixes for docutils v0.21 (#55)
- Add support for Python 3.11 and 3.12 (#25, #39)
- Drop support for Python 3.7 (#25)
$ git shortlog -s v0.5.3...v0.5.4
8 Amethyst Reese
16 dependabot[bot]
Bugfix release
- Fix deprecation warnings from docutils (#11)
- Fix dependency ranges and validate compatibility
- Pin to mistune
2.x
in preparation for breaking changes in3.0
(#15) - Package migrated to the Omnilib Project
$ git shortlog -s v0.5.2...v0.5.3
5 Amethyst Reese
2 Patrick Hoefler
3 Samuel Giffard
Maintenance release
- Add support for docutils
0.19
(#8) - Enable building docs without installing package (#6)
$ git shortlog -s v0.5.1...v0.5.2
6 Amethyst Reese
Bugfix release
- Fix autolinks (#3, #2)
$ git shortlog -s v0.5.0...v0.5.1
3 Amethyst Reese
2 Tim Hatch
Feature release
- Support for mistune 2.0 with major refactoring of codebase
- Removal of sphinx configuration options with better defaults
$ git shortlog -s v0.5.0b1...v0.5.0
3 Amethyst Reese
Feature release
- Support for mistune 2.0 with major refactoring of codebase
- Removal of sphinx configuration options with better defaults
$ git shortlog -s v0.4.0...v0.5.0b1
7 Amethyst Reese
Feature release
- Forked project from m2r2
- Renamed package to
sphinx-mdinclude
- Removes CLI to focus on Sphinx extension
- Remove mermaid extension support
- Overhauled documentation with less boilerplate
- Move tests into
sphinx_mdinclude
namespace - Pin dependencies to mistune<1.0 and docutils<0.18
- Build using flit instead of setuptools
- Formatted with latest black and µsort
$ git shortlog -s v0.4.0b1...v0.4.0
4 Amethyst Reese
1 dependabot[bot]
Beta release
- Forked project from m2r2
- Renamed package to
sphinx-mdinclude
- Removes CLI to focus on Sphinx extension
- Overhauled documentation with less boilerplate
- Move tests into
sphinx_mdinclude
namespace - Pin dependencies to mistune<1.0 and docutils<0.18
- Build using flit instead of setuptools
- Formatted with latest black and µsort
$ git shortlog -s v0.2.7...v0.4.0b1
18 Amethyst Reese
10 CrossNox
1 Ezequiel Rosas
1 illes
1 kalvdans
- Fix argparse for python3.10
$ git shortlog -s v0.3.0...v0.3.1
1 Bas Nijholt
13 CrossNox
1 Daniel Caballero
1 illes
1 kalvdans
- Add support for mermaid code
- Change bump for bump2version
$ git shortlog -s v0.2.8...v0.3.0
1 CrossNox
- Fix bug that made multiple inline mathematical expressions fail to render
$ git shortlog -s v0.2.5...v0.2.8
1 CrossNox
- Add official python3.9 support
- Fix classifiers
$ git shortlog -s v0.2.6...v0.2.7
2 CrossNox
- Fix error for Sphinx3.3.0
$ git shortlog -s v0.2.5...v0.2.6
1 Bas Nijholt
1 CrossNox
1 Daniel Caballero
- Update repo name in every reference
$ git shortlog -s v0.2.4...v0.2.5
1 CrossNox
- Central versioning
- Add bump
$ git shortlog -s v0.2.3...v0.2.4
4 CrossNox
- Fix miyakogi/m2r#51
- Change
tox
fornox
- Add
pre-commit
hooks and fix styling
$ git shortlog -s v0.2.1...v0.2.3
9 CrossNox
- Add
--disable-inline-math
andm2r_disable_inline_math
sphinx option
$ git shortlog -s v0.2.0...v0.2.1
3 Morgan Willcock
1 kyluca
9 miyakogi
- Add
start-line
andend-line
option tomdinclude
directive - Add
anonymous_references
option (#26)
$ git shortlog -s v0.1.15...v0.2.0
3 Jake VanderPlas
11 miyakogi
- Support Sphinx's doc/ref directives for relative links (#16)
$ git shortlog -s v0.1.14...v0.1.15
9 Ryan Lane
7 miyakogi
- Implement markdown link with title
$ git shortlog -s v0.1.13...v0.1.14
11 miyakogi
- Catch up sphinx updates
$ git shortlog -s v0.1.12...v0.1.13
8 miyakogi
- Support multi byte characters for heading
$ git shortlog -s v0.1.11...v0.1.12
6 miyakogi
- Add metadata for sphinx
- Add
convert(src)
function, which is shortcut ofm2r.M2R()(src)
$ git shortlog -s v0.1.10...v0.1.11
13 miyakogi
- Include CHANGES and test files in source distribution
$ git shortlog -s v0.1.9...v0.1.10
4 miyakogi
- Print help when input_file is not specified on command-line
$ git shortlog -s v0.1.8...v0.1.9
5 miyakogi
- Update metadata on setup.py
$ git shortlog -s v0.1.7...v0.1.8
6 miyakogi
- Fix undefined name error (PR #5).
$ git shortlog -s v0.1.6...v0.1.7
1 Kai Fricke
1 cclauss
9 miyakogi
- Drop python 3.3 support
- Improve image_link regex (PR #3)
$ git shortlog -s v0.1.5...v0.1.6
1 John W. O'Brien
1 Nikola Forró
6 miyakogi
- Support multiple backticks in inline code, like:
backticks (``) in code
$ git shortlog -s v0.1.4...v0.1.5
6 miyakogi
- Support indented directives/reST-comments
- Support role-name after backticks (
`text`:role: style
)
$ git shortlog -s v0.1.3...v0.1.4
6 miyakogi
- Remove extra escaped-spaces ('\ ')
- before and after normal spaces
- at the beginning of lines
- before dots
$ git shortlog -s v0.1.2...v0.1.3
4 miyakogi
- Add reST's
::
marker support - Add options to disable emphasis by underscore (
_
or__
)
$ git shortlog -s v0.1.1...v0.1.2
9 miyakogi
- Fix Bug: when code or link is placed at the end of line, spaces to the next word is disappeared
$ git shortlog -s v0.1...v0.1.1
6 miyakogi
First public release.
$ git shortlog -s v0.1
40 miyakogi