Skip to content

Releases: BrianPugh/autoregistry

v0.4.1

07 Jun 21:55
Compare
Choose a tag to compare
  • Fixed some type hinting
  • Temporary Poetry fix implemented for developers.

v0.4.0

21 May 14:56
Compare
Choose a tag to compare

Changes

  • Breaking: Removed abstractmethod decorator to reduce confusion; user will have to explicitly import it from abc import abstractmethod

v0.3.1

20 May 01:43
Compare
Choose a tag to compare
Update stuff for pypi

v0.3.0

19 May 17:10
Compare
Choose a tag to compare

New Features

  • Can now inject a whole python module.
    • Nested objects can be queried via dot "some.sub.module" or via slashes "some/sub/module"
  • tweaked some install settings, pip install -e . should work now.
  • Check for key collisions, configurable via overwrite.
  • Allow objects or list of objects to be passed into Registry constructor.

v0.2.1

18 May 23:58
Compare
Choose a tag to compare

Bugfixes

  • Fixed crash when passing configuration parameters directly into Registry object.

v0.2.0

18 May 03:43
Compare
Choose a tag to compare

Features

  • Greatly improved documentation.
  • Add __iter__ method so iterating over a registered class mimics that of a dictionary.
  • Add clear method to clear our a Registry.

Bugfixes

  • RegistryDecorator no longer registered in Registry.

Initial Release

16 May 17:57
Compare
Choose a tag to compare
v0.1.0

Use poetry-publish fork