Releases: stephend017/sd_utils
v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.1
-
Update action.py (#15)
-
Update action.py
-
Updated version to 0.3.1
-
Update action.py (#13)
-
Update action.py
-
Update action.py
-
Update fileio.py (#12)
-
Update pencil_pusher.config.json (#11)
-
Update pencil_pusher.config.json
-
Delete release.yml
-
Create release.yml
-
Create python-release.yml
-
Create pencil_pusher.config.json
-
Create python-docs.yml
v0.3.0-beta
- added simple github interface (getting a file)
- added github actions interface (validating an action file with its environment)
v0.2.1-beta
made on_register
hook for plugins optional
this is to prevent users who don't need this hook from implementing it
added iterate_all
method for plugin manangers and on_iterate
hook for plugins
this is for the use case where you need to iterate over all plugins without running a single on directly. An example could be a file validation system where each plugin is used to validate a different part of the file.
v0.2.0-beta
improved plugins and provided better documentation
v0.1.0-beta
First minor release of this library, now includes 2 basic features, logging and plugins.
v0.0.1-alpha
This is the first release of this package. it only includes basic logging functionality