Skip to content

Releases: adambullmer/sublime_docblockr_python

v1.3.9

27 Jun 05:54
Compare
Choose a tag to compare
Merge pull request #15 from adambullmer/fix-multiline-definitions

Fixed some cases of multi lined definitions

v1.3.8

24 Jun 18:59
Compare
Choose a tag to compare
Update default settings path

(hopefully) resolves issues when this is installed from package control.

v1.3.7

23 May 01:36
Compare
Choose a tag to compare

Fixes broken keybinding since build 3110

v1.3.6

23 Dec 08:27
Compare
Choose a tag to compare
  • Removed unnecessary import strategy
  • Updated README
  • Added package control messaging

v1.3.5

17 Dec 19:38
Compare
Choose a tag to compare

DocBlockr Python - Package Control Edition

Prepped and ready for integration into the Package Control channel

v1.3.4

15 Dec 08:51
Compare
Choose a tag to compare

Fixed namespace issue plaguing anyone who added this through package control by adding the repository.

v1.3.3

15 Dec 07:05
Compare
Choose a tag to compare

Adding repository information for adding repo to package control

V1.3.1

15 Dec 05:33
Compare
Choose a tag to compare

Fixed crash when this plugin was used outside of a project

v1.3.0

11 Dec 09:19
Compare
Choose a tag to compare

Almost There

This update carried some major changes to it. Namely the way that the formatters are being loaded. This new method will allow for plugins to this package to be made.

Simply extend the docblockr_python.formatters.base.Base class in your own formatter and add the name attribute for what you'd like to register your formatter under.

With that being said, there are some maintenance things to be done, on this project, like add unit testing, and this should be ready for a full 2.0.0 release.

v1.2.0

10 Dec 00:44
Compare
Choose a tag to compare

Added formatters