Releases: adambullmer/sublime_docblockr_python
Releases · adambullmer/sublime_docblockr_python
1.7.0
1.6.1
- Removing duplicate exceptions from templated docstring
- Fix detection of list types as default values
- Fixed typehints breaking parser
1.6.0
Added support for MagicPython and Python Improved syntaxes
1.5.3
Merge pull request #29 from adambullmer/class-definition-content Fixed bug where parser wasn't properly stopping class definition content
1.5.2
Merge pull request #26 from adambullmer/ignore-first-param Stop checking `self` and `cls` params if not the first parameter
1.5.1
Merge pull request #25 from adambullmer/index-out-of-range Fixed index out of bounds error
1.5.0
Add support for single quote docstrings
1.4.0
Merge pull request #19 from adambullmer/tests Added style tests to the project.
1.3.11
v1.3.10
Merge pull request #16 from adambullmer/fix-syntax Fixed Python Extended syntax