Skip to content

Releases: N-Wouda/docblock

v0.1.5

02 Feb 23:31
Compare
Choose a tag to compare

v0.1.4

02 Feb 23:20
Compare
Choose a tag to compare

Partially reverts some broken matches.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 Feb 23:09
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Feb 22:51
4c92aa6
Compare
Choose a tag to compare

Updates docblock to Python 3.12, drops support for Python 3.8. Also fixes an issue where functions sometimes were incorrectly matched.

What's changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

04 Dec 20:29
Compare
Choose a tag to compare

This releases correctly parses

        timeWarp(Duration const maxDuration
                 = std::numeric_limits<Duration>::max()) const;

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Nov 19:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.1.0

v0.0.5

21 Jul 14:46
Compare
Choose a tag to compare

Fixes an issue with parsing whitespace in operators.

v0.0.4

21 Jul 14:38
Compare
Choose a tag to compare

This release:

  • Allows matching on names like ::X.
  • Matches operator overloads of the form operator< etc.

v0.0.3

20 Jul 17:25
Compare
Choose a tag to compare

Fixes an issue where docstrings were incorrectly stripped of (significant) whitespace.

v0.0.2

20 Jul 15:16
Compare
Choose a tag to compare

Updates the README to include example usage.