Skip to content

Releases: adambullmer/sublime_docblockr_python

1.7.0

09 Dec 18:21
ef6a6ad
Compare
Choose a tag to compare

Using pipenv and removed otherwise unnecessary setup.py

1.6.1

26 Sep 02:03
Compare
Choose a tag to compare
  • Removing duplicate exceptions from templated docstring
  • Fix detection of list types as default values
  • Fixed typehints breaking parser

1.6.0

05 Sep 04:41
92c79b3
Compare
Choose a tag to compare

Added support for MagicPython and Python Improved syntaxes

1.5.3

24 Jan 08:08
9a9e6ad
Compare
Choose a tag to compare
Merge pull request #29 from adambullmer/class-definition-content

Fixed bug where parser wasn't properly stopping class definition content

1.5.2

24 Mar 06:43
Compare
Choose a tag to compare
Merge pull request #26 from adambullmer/ignore-first-param

Stop checking `self` and `cls` params if not the first parameter

1.5.1

24 Mar 06:31
Compare
Choose a tag to compare
Merge pull request #25 from adambullmer/index-out-of-range

Fixed index out of bounds error

1.5.0

01 Mar 01:00
Compare
Choose a tag to compare

Add support for single quote docstrings

1.4.0

16 Nov 08:18
Compare
Choose a tag to compare
Merge pull request #19 from adambullmer/tests

Added style tests to the project.

1.3.11

16 Nov 05:14
Compare
Choose a tag to compare

Fixed new scopes from the Sublime v3126 release
Resolves #17

v1.3.10

27 Jun 06:19
Compare
Choose a tag to compare
Merge pull request #16 from adambullmer/fix-syntax

Fixed Python Extended syntax