Codebase list python-lml / b2f075be-a4e0-47c7-aa41-2d58009d0847/upstream/0.1.0 CHANGELOG.rst
b2f075be-a4e0-47c7-aa41-2d58009d0847/upstream/0.1.0

Tree @b2f075be-a4e0-47c7-aa41-2d58009d0847/upstream/0.1.0 (Download .tar.gz)

CHANGELOG.rst @b2f075be-a4e0-47c7-aa41-2d58009d0847/upstream/0.1.0view markup · raw · history · blame

Change log

0.1.0 - 21/10/2020

Updated

  1. non class object can be a plugin too
  2. #20: When a plugin was not installed, it now calls raise_exception method

0.0.9 - 7/1/2019

Updated

  1. #11: more test contents for OpenSuse package validation

0.0.8 - 4/1/2019

Updated

  1. #9: include tests, docs for OpenSuse package validation

0.0.7 - 17/11/2018

Fixed

  1. #8: get_primary_key will fail when a module is loaded later
  2. deprecated old style plugin scanner: scan_plugins

0.0.6 - 07/11/2018

Fixed

  1. Revert the version 0.0.5 changes. Raise Import error and log the exception

0.0.5 - 06/11/2018

Fixed

  1. #6: Catch and Ignore ModuleNotFoundError

0.0.4 - 07.08.2018

Added

  1. #4: to find plugin names with different naming patterns

0.0.3 - 12/06/2018

Added

  1. dict can be a pluggable type in addition to function, class
  2. get primary tag of your tag, helping you find out which category of plugins your tag points to

0.0.2 - 23/10/2017

Updated

  1. pyexcel#103: include LICENSE in tar ball

0.0.1 - 30/05/2017

Added

  1. First release