Skip to content

Releases: shyamd/mkdocs-bibtex

v2.0.6

24 Apr 02:58
22a6e52
Compare
Choose a tag to compare

Version 2.0.6

Commits

v2.0.5

22 Apr 01:35
22a6e52
Compare
Choose a tag to compare

Version 2.0.5

Commits

v2.0.4

21 Apr 19:27
22a6e52
Compare
Choose a tag to compare

Version 2.0.4

Commits

v2.0.3

03 Apr 02:55
22a6e52
Compare
Choose a tag to compare

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

01 Mar 14:04
ff47f5c
Compare
Choose a tag to compare

Version 2.0.2

Commits

v2.0.1

21 Feb 19:00
ff47f5c
Compare
Choose a tag to compare

Version 2.0.1

Commits

  • [ff47f5c] Merge pull request #108 from shyamd/fix-inline-numbering
  • [d011c2d] ensure dictionary ordering on older python versions
  • [576b54c] fix citation numbering
  • [3547099] Test two citations in one page
  • [82e7e4b] Bump mypy from 0.930 to 0.931
  • [06233b2] Bump pre-commit from 2.16.0 to 2.17.0

v2.0.0

20 Jan 06:25
8f73346
Compare
Choose a tag to compare

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

06 Jan 05:58
1e55636
Compare
Choose a tag to compare

Version 1.2.0

Commits

v1.1.0

06 Jan 05:50
1e55636
Compare
Choose a tag to compare

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

02 Jul 05:09
e289655
Compare
Choose a tag to compare

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