Releases: viur-framework/viur-toolkit
v0.2.0
What's Changed
- feat: Create
Nil
type to have no confusing<object object at 0x12345679>
object by @sveneberth in #14 - feat: Add
import_conf_name
parameter toImportable.create_config()
to get the context by @sveneberth in #15 - feat: Add pre-commit git hooks by @sveneberth in #18
- feat: Add
only_parameter
andexclude_parameter
to@debug
decorator by @sveneberth in #17 - feat: Support
viur-core>=3.7
; Use_private_bucket
for reports' storage place by @skoegl in #19 - feat: Add support for singleton imports by @sveneberth in #27
- feat: Call
onAdd
andonEdit
hooks inImportable
by @sveneberth in #29
New Contributors
Full Changelog: v0.1.5...v0.2.0
v0.2.0.rc1
What's Changed
- feat: Create
Nil
type to have no confusing<object object at 0x12345679>
object by @sveneberth in #14 - feat: Add
import_conf_name
parameter toImportable.create_config()
to get the context by @sveneberth in #15 - feat: Add pre-commit git hooks by @sveneberth in #18
- feat: Add
only_parameter
andexclude_parameter
to@debug
decorator by @sveneberth in #17 - feat: Support
viur-core>=3.7
; Use_private_bucket
for reports' storage place by @skoegl in #19 - feat: Add support for singleton imports by @sveneberth in #27
New Contributors
Full Changelog: v0.1.5...v0.2.0.rc1
v0.1.5
What's Changed
- fix: variables were swapped by @sveneberth in #24
- fix: Add missing
module
argument forvalues_to_skel
by @sveneberth in #28 - fix:
db.set_status()
can't be called within a transaction by @phorward in #25 - fix: Require
mypy
only in dev-packages by @sveneberth in #26
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- fix:
Importer.logout
only when there is a login-method by @phorward in #22 - chore(deps-fix): Lock
mypy
to1.11.X
by @sveneberth in #23
Full Changelog: v0.1.3...v0.1.4
Note: I accidentally bumped the version to an old state. The PyPi release does not contain #23, but #22. Since this makes no difference in the python code, this should be fine. This is the related release action for reference: https://github.com/viur-framework/viur-toolkit/actions/runs/11347710076
v0.1.3
What's Changed
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- fix:
size
might be missing in file relation by @sveneberth in #13
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- fix:
Importable._bone_translation_table
needs to be an instance attribute by @sveneberth in #12
Full Changelog: v0.1.0...v0.1.1
v0.1.0
We're leaving the dev pre-release phase. But please keep in mind we're still at a 0.X.X version. Which means breaking API changes are still possible (see https://semver.org/#spec-item-4).
What's Changed
- chore(deps-dev): bump zipp from 3.17.0 to 3.19.1 in the pip group by @dependabot in #7
- feat: Add PEP8 linter GitHub Action by @sveneberth in #10
- feat: Use only
pyproject.toml
for packaging by @sveneberth in #9 - feat: Add static type checker mypy by @sveneberth in #11
New Contributors
- @sveneberth made their first contribution in #10
Full Changelog: v0.1.0.dev13...v0.1.0
v0.1.0.dev13
Full Changelog: v0.1.0.dev12...v0.1.0.dev13
v0.1.0.dev12
What's Changed
- chore(deps-dev): bump the pip group with 2 updates by @dependabot in #6
- feat: Add ViUR importer framework from private repository by @phorward in #5
Full Changelog: v0.1.0.dev11...v0.1.0.dev12