Skip to content

Releases: adambullmer/sublime_docblockr_python

1.7.0

Choose a tag to compare

@adambullmer adambullmer released this 09 Dec 18:21
ef6a6ad

Using pipenv and removed otherwise unnecessary setup.py

1.6.1

Choose a tag to compare

@adambullmer adambullmer released this 26 Sep 02:03
  • Removing duplicate exceptions from templated docstring
  • Fix detection of list types as default values
  • Fixed typehints breaking parser

1.6.0

Choose a tag to compare

@adambullmer adambullmer released this 05 Sep 04:41
92c79b3

Added support for MagicPython and Python Improved syntaxes

1.5.3

Choose a tag to compare

@adambullmer adambullmer released this 24 Jan 08:08
9a9e6ad
Merge pull request #29 from adambullmer/class-definition-content

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

1.5.2

Choose a tag to compare

@adambullmer adambullmer released this 24 Mar 06:43
Merge pull request #26 from adambullmer/ignore-first-param

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

1.5.1

Choose a tag to compare

@adambullmer adambullmer released this 24 Mar 06:31
Merge pull request #25 from adambullmer/index-out-of-range

Fixed index out of bounds error

1.5.0

Choose a tag to compare

@adambullmer adambullmer released this 01 Mar 01:00

Add support for single quote docstrings

1.4.0

Choose a tag to compare

@adambullmer adambullmer released this 16 Nov 08:18
Merge pull request #19 from adambullmer/tests

Added style tests to the project.

1.3.11

Choose a tag to compare

@adambullmer adambullmer released this 16 Nov 05:14

Fixed new scopes from the Sublime v3126 release
Resolves #17

v1.3.10

Choose a tag to compare

@adambullmer adambullmer released this 27 Jun 06:19
Merge pull request #16 from adambullmer/fix-syntax

Fixed Python Extended syntax