Skip to content

Releases: adambullmer/sublime_docblockr_python

v1.3.9

Choose a tag to compare

@adambullmer adambullmer released this 27 Jun 05:54
Merge pull request #15 from adambullmer/fix-multiline-definitions

Fixed some cases of multi lined definitions

v1.3.8

Choose a tag to compare

@adambullmer adambullmer released this 24 Jun 18:59
Update default settings path

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

v1.3.7

Choose a tag to compare

@adambullmer adambullmer released this 23 May 01:36

Fixes broken keybinding since build 3110

v1.3.6

Choose a tag to compare

@adambullmer adambullmer released this 23 Dec 08:27
  • Removed unnecessary import strategy
  • Updated README
  • Added package control messaging

v1.3.5

Choose a tag to compare

@adambullmer adambullmer released this 17 Dec 19:38

DocBlockr Python - Package Control Edition

Prepped and ready for integration into the Package Control channel

v1.3.4

Choose a tag to compare

@adambullmer adambullmer released this 15 Dec 08:51

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

v1.3.3

Choose a tag to compare

@adambullmer adambullmer released this 15 Dec 07:05

Adding repository information for adding repo to package control

V1.3.1

Choose a tag to compare

@adambullmer adambullmer released this 15 Dec 05:33

Fixed crash when this plugin was used outside of a project

v1.3.0

Choose a tag to compare

@adambullmer adambullmer released this 11 Dec 09:19

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

Choose a tag to compare

@adambullmer adambullmer released this 10 Dec 00:44

Added formatters