Releases: shyamd/mkdocs-bibtex
Releases · shyamd/mkdocs-bibtex
v2.0.6
v2.0.5
v2.0.4
v2.0.3
Version 2.0.3
Commits
- [22a6e52] Merge pull request #116 from shyamd/fix_duplicates
- [37bbb48] autolint
- [a3ea96f] no need for reformatting numbers in old code
- [d845267] fix citation formatting
- [92c0f56] ensure cite_keys are unique
- [6aa672b] new test to check for duplicate citations in markdown
- [ed46045] fix bug in format citations tests
- [a00cbf8] Bump pytest from 6.2.5 to 7.0.1
v2.0.2
v2.0.1
Version 2.0.1
Commits
v2.0.0
Version 2.0.0
Commits
- [8f73346] Merge pull request #104 from shyamd/update-python-compat
- [9943d36] Update README
- [1f198ea] fix backslashing in pybtex parsiong
- [3fb00db] remove padded whitespaces
- [2cec1f0] sometimes i hate regex
- [7b9d0f8] ensure only one capture group
- [2264b42] better regex for legacy parsing
- [7086f6f] make first capture group optional
- [7affef9] fix linting for new src heirarchy
- [3af3908] parse multiline markdown
- [d19babf] remove stale print
- [9d61981] Merge branch 'master' into update-python-compat
- [e6b99e6] pre-commit formatting
- [8116f4d] move package to src
- [3bd57bc] finish integration
- [01a05cb] update all tests
- [f5193b3] bring formatting to utils
- [4461c8d] move tests out of module
- [1d292ed] refactor utility functions into separate module
- [e6a080d] convert bib files into one
- [25a94c9] scaffold new functions
- [212ac9c] refactor markdown processing
- [2fd52ba] update documentation on markdown conversion
- [65542c2] remove cite_style
- [7bf655e] Merge pull request #99 from shyamd/dependabot/pip/mypy-0.930
- [5f7c228] make mypy python version dependent
- [8f7e75b] Merge pull request #102 from shyamd/update-python-compat
- [63cb0cc] python 3.10 has to be a string in github workflows
- [e4dd49e] test newer python versions
v1.2.0
v1.1.0
Version 1.1.0
Commits
- [1e55636] Merge pull request #101 from shyamd/fix-pandoc-parsing
- [15ff2b3] simplifying parsing logic
- [3584351] fix parsing for older pandoc version
- [e948bff] fix bad escape sequence in test strings
- [94caa94] fix pandoc parsing
- [bb598e4] add test for new pandoc output style
- [4aa2a19] fix pre-commit for any python version
- [5f59dd2] Bump pypandoc from 1.6.4 to 1.7.2
- [faba480] Merge pull request #93 from shyamd/dependabot/pip/flake8-4.0.1
- [a326c20] bump pycodestyle to be compatible with flake8
- [25847f0] Bump markdown from 3.3.4 to 3.3.6
- [b7c9e34] Bump pre-commit from 2.15.0 to 2.16.0
- [f0976cb] Bump flake8 from 3.9.2 to 4.0.1
- [d1eb6f0] Bump mkdocs from 1.2.2 to 1.2.3
- [98ffc24] Bump pytest-cov from 2.12.1 to 3.0.0
- [7d4a0ac] Bump pre-commit from 2.14.1 to 2.15.0
- [3c428c0] Bump pypandoc from 1.6.3 to 1.6.4
- [fbc77cf] Bump pytest from 6.2.4 to 6.2.5
- [74e49cb] Bump pre-commit from 2.13.0 to 2.14.1
- [2c65a4d] Bump pytest-cov from 2.12.0 to 2.12.1
- [0ae8813] Bump pypandoc from 1.5 to 1.6.3
- [fd9df79] Bump mkdocs from 1.1.2 to 1.2.2
- [dcaa559] Remove post-processing from testing
- [15809a1] Create post-process.yml
v1.0.0
Version 1.0.0
Commits
- [e289655] Merge pull request #82 from shyamd/fix_pandoc
- [dddd8e3] fix name typo
- [88e16de] use main branch?
- [7796540] pre-commit
- [a2300fb] squash citation to single line
- [fcce337] only cut off first numeral
- [b723556] use markdown_strict
- [40474b8] test long citation
- [cefa825] Convert to version dependent pandoc conversion
- [63b6061] replace os.path with PathLib and validation
- [173c0fb] test multiple pandoc versions
- [fdd881a] Add note about conda-forge pypandoc
- [93ff179] Add footnotes extension to README