Releases: adambullmer/sublime_docblockr_python
v1.3.9
Merge pull request #15 from adambullmer/fix-multiline-definitions Fixed some cases of multi lined definitions
v1.3.8
Update default settings path (hopefully) resolves issues when this is installed from package control.
v1.3.7
Fixes broken keybinding since build 3110
v1.3.6
- Removed unnecessary import strategy
- Updated README
- Added package control messaging
v1.3.5
DocBlockr Python - Package Control Edition
Prepped and ready for integration into the Package Control channel
v1.3.4
Fixed namespace issue plaguing anyone who added this through package control by adding the repository.
v1.3.3
Adding repository information for adding repo to package control
V1.3.1
Fixed crash when this plugin was used outside of a project
v1.3.0
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
Added formatters