This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
Releases: Payadel/def_result
Releases · Payadel/def_result
v1.0.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.1 (2023-04-03)
Project Discontinuation Announcement
The project will not be developed anymore.
Documents
- use absolute links to fix links in package readme file (161d82f)
- update readme
Development: CI/CD, Build, etc
- deps: bump actions/github-script from 5 to 6 (bd5007e)
- coverage: fix coverage action (c538b61)
- coverage: fix coverage action (ff03f77)
1.0.0 (2023-04-02)
Features
Fixes
- add stack trace
toErrorDetail.__str__
(9142862) - fix Result.str and add test
case (3470371) - fix ResultDetail.repr and add test
case (f84c29b) - update docstrings (b3a5ab7)
Development: CI/CD, Build, etc
- add more data to
pyproject.toml (0e190d4)
Documents
- readme: add build status to
README.md (6948384) - readme: update codes in
README.md (e56e770) - readme: use absolute links to fix links in package readme
file (b7b2041)
0.0.3 (2023-04-02)
Features
- import files in init
files (6e2ec3e)
Development: CI/CD, Build, etc
0.0.2 (2023-04-01)
Fixes
- minor updates (fb9db93)
Development: CI/CD, Build, etc
- add
Update poetry version
to publish-test.yaml and
fixpypi_token
(4a8fcaf) - add description to
pyproject.toml (60b6892) - coverage: add coverage.yaml github
action (8106295) - coverage: update
coverage.yaml (2767351) - fix inputs in
publish-test.yaml (793e3f8) - release:
fixUpdate poetry version
(c3e1db9) - release: fix
pypi_token (07bfc18) - remove excess section (scripts) from
pyproject.toml (daa7f36) - requirements: add
Install poetry
section to
requirements.py (ab09e1c) - separate publish from
release (8cfb936) - update Makefile. supports more GitHub
action (5d65dda)
Documents
- contributing: update
CONTRIBUTING.md (d137023) - readme: add code coverage
badge (59c5b97) - readme: update
README.md (cb888fb) - readme: update
README.md (67c9b71) - readme: update table of
contents (7afad9a) - update
PULL_REQUEST_TEMPLATE.md (8cfc570) - update README.md (fe43dfd)
0.0.1 (2023-03-31)
Features
- add
def_result
decorator (98f9101) - add BadRequestError (59711c8)
- add ConflictError (c37b217)
- add docstring to Result and
ResultDetail (381998e) - add ErrorDetail (7fb0722)
- add ExceptionError (6ca9f3c)
- add ForbiddenError (26575c9)
- add InternalError (c6504fd)
- add NotFoundError (2321dc3)
- add Payadel python package
template (c8f21a7) - add Payadel readme
template (cb3e4e0) - Add Result and ResultDetail
classes (bab86c8) - add some success
details (35ac92b) - add
SuccessDetail.py (261e631) - add
UnauthorizedError (a60234b) - add ValidationError (fbf0ed7)
- decorator: support functions that return
Result (274bbd3)
Fixes
Development: CI/CD, Build, etc
- build: update build.yaml
events (57bdafc) - codeql:
fixpython-version
(0b5f46a) - ignore some pylint
errors (234f870) - makefile: add
Makefile (5b9580f) - update
.pre-commit-config.yaml (933234a)
Refactors
- add
assert_more_data
function to
helpers.py (5be313d)
Tests
v1.0.0
Changelog
All notable changes to this project will be documented in this file.
See standard-version for commit guidelines.
1.0.0 (2023-04-02)
Features
Fixes
- add stack trace
toErrorDetail.__str__
(9142862) - fix Result.str and add test
case (3470371) - fix ResultDetail.repr and add test
case (f84c29b) - update docstrings (b3a5ab7)
Development: CI/CD, Build, etc
- add more data to
pyproject.toml (0e190d4)
Documents
- readme: add build status to
README.md (6948384) - readme: update codes in
README.md (e56e770) - readme: use absolute links to fix links in package readme
file (b7b2041)
0.0.3 (2023-04-02)
Features
- import files in init
files (6e2ec3e)
Development: CI/CD, Build, etc
0.0.2 (2023-04-01)
Fixes
- minor updates (fb9db93)
Development: CI/CD, Build, etc
- add
Update poetry version
to publish-test.yaml and
fixpypi_token
(4a8fcaf) - add description to
pyproject.toml (60b6892) - coverage: add coverage.yaml github
action (8106295) - coverage: update
coverage.yaml (2767351) - fix inputs in
publish-test.yaml (793e3f8) - release:
fixUpdate poetry version
(c3e1db9) - release: fix
pypi_token (07bfc18) - remove excess section (scripts) from
pyproject.toml (daa7f36) - requirements: add
Install poetry
section to
requirements.py (ab09e1c) - separate publish from
release (8cfb936) - update Makefile. supports more GitHub
action (5d65dda)
Documents
- contributing: update
CONTRIBUTING.md (d137023) - readme: add code coverage
badge (59c5b97) - readme: update
README.md (cb888fb) - readme: update
README.md (67c9b71) - readme: update table of
contents (7afad9a) - update
PULL_REQUEST_TEMPLATE.md (8cfc570) - update README.md (fe43dfd)
0.0.1 (2023-03-31)
Features
- add
def_result
decorator (98f9101) - add BadRequestError (59711c8)
- add ConflictError (c37b217)
- add docstring to Result and
ResultDetail (381998e) - add ErrorDetail (7fb0722)
- add ExceptionError (6ca9f3c)
- add ForbiddenError (26575c9)
- add InternalError (c6504fd)
- add NotFoundError (2321dc3)
- add Payadel python package
template (c8f21a7) - add Payadel readme
template (cb3e4e0) - Add Result and ResultDetail
classes (bab86c8) - add some success
details (35ac92b) - add
SuccessDetail.py (261e631) - add
UnauthorizedError (a60234b) - add ValidationError (fbf0ed7)
- decorator: support functions that return
Result (274bbd3)
Fixes
Development: CI/CD, Build, etc
- build: update build.yaml
events (57bdafc) - codeql:
fixpython-version
(0b5f46a) - ignore some pylint
errors (234f870) - makefile: add
Makefile (5b9580f) - update
.pre-commit-config.yaml (933234a)
Refactors
- add
assert_more_data
function to
helpers.py (5be313d)
Tests
v0.0.3
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.3 (2023-04-02)
Features
- import files in init files (6e2ec3e)
Development: CI/CD, Build, etc
0.0.2 (2023-04-01)
Fixes
- minor updates (fb9db93)
Development: CI/CD, Build, etc
- add
Update poetry version
to publish-test.yaml and
fixpypi_token
(4a8fcaf) - add description to
pyproject.toml (60b6892) - coverage: add coverage.yaml github
action (8106295) - coverage: update
coverage.yaml (2767351) - fix inputs in
publish-test.yaml (793e3f8) - release:
fixUpdate poetry version
(c3e1db9) - release: fix
pypi_token (07bfc18) - remove excess section (scripts) from
pyproject.toml (daa7f36) - requirements: add
Install poetry
section to
requirements.py (ab09e1c) - separate publish from
release (8cfb936) - update Makefile. supports more GitHub
action (5d65dda)
Documents
- contributing: update
CONTRIBUTING.md (d137023) - readme: add code coverage
badge (59c5b97) - readme: update
README.md (cb888fb) - readme: update
README.md (67c9b71) - readme: update table of
contents (7afad9a) - update
PULL_REQUEST_TEMPLATE.md (8cfc570) - update README.md (fe43dfd)
0.0.1 (2023-03-31)
Features
- add
def_result
decorator (98f9101) - add BadRequestError (59711c8)
- add ConflictError (c37b217)
- add docstring to Result and
ResultDetail (381998e) - add ErrorDetail (7fb0722)
- add ExceptionError (6ca9f3c)
- add ForbiddenError (26575c9)
- add InternalError (c6504fd)
- add NotFoundError (2321dc3)
- add Payadel python package
template (c8f21a7) - add Payadel readme
template (cb3e4e0) - Add Result and ResultDetail
classes (bab86c8) - add some success
details (35ac92b) - add
SuccessDetail.py (261e631) - add
UnauthorizedError (a60234b) - add ValidationError (fbf0ed7)
- decorator: support functions that return
Result (274bbd3)
Fixes
Development: CI/CD, Build, etc
- build: update build.yaml
events (57bdafc) - codeql:
fixpython-version
(0b5f46a) - ignore some pylint
errors (234f870) - makefile: add
Makefile (5b9580f) - update
.pre-commit-config.yaml (933234a)
Refactors
- add
assert_more_data
function to
helpers.py (5be313d)
Tests
v0.0.2
Changelog
All notable changes to this project will be documented in this file.
See standard-version for commit guidelines.
0.0.2 (2023-04-01)
Fixes
- minor updates (fb9db93)
Development: CI/CD, Build, etc
- add
Update poetry version
to publish-test.yaml and
fixpypi_token
(4a8fcaf) - add description to
pyproject.toml (60b6892) - coverage: add coverage.yaml github
action (8106295) - coverage: update
coverage.yaml (2767351) - fix inputs in
publish-test.yaml (793e3f8) - release:
fixUpdate poetry version
(c3e1db9) - release: fix
pypi_token (07bfc18) - remove excess section (scripts) from
pyproject.toml (daa7f36) - requirements: add
Install poetry
section to
requirements.py (ab09e1c) - separate publish from
release (8cfb936) - update Makefile. supports more GitHub
action (5d65dda)
Documents
- contributing: update
CONTRIBUTING.md (d137023) - readme: add code coverage
badge (59c5b97) - readme: update
README.md (cb888fb) - readme: update
README.md (67c9b71) - readme: update table of
contents (7afad9a) - update
PULL_REQUEST_TEMPLATE.md (8cfc570) - update README.md (fe43dfd)
0.0.1 (2023-03-31)
Features
- add
def_result
decorator (98f9101) - add BadRequestError (59711c8)
- add ConflictError (c37b217)
- add docstring to Result and
ResultDetail (381998e) - add ErrorDetail (7fb0722)
- add ExceptionError (6ca9f3c)
- add ForbiddenError (26575c9)
- add InternalError (c6504fd)
- add NotFoundError (2321dc3)
- add Payadel python package
template (c8f21a7) - add Payadel readme
template (cb3e4e0) - Add Result and ResultDetail
classes (bab86c8) - add some success
details (35ac92b) - add
SuccessDetail.py (261e631) - add
UnauthorizedError (a60234b) - add ValidationError (fbf0ed7)
- decorator: support functions that return
Result (274bbd3)
Fixes
Development: CI/CD, Build, etc
- build: update build.yaml
events (57bdafc) - codeql:
fixpython-version
(0b5f46a) - ignore some pylint
errors (234f870) - makefile: add
Makefile (5b9580f) - update
.pre-commit-config.yaml (933234a)
Refactors
- add
assert_more_data
function to
helpers.py (5be313d)
Tests
v0.0.1
Changelog
All notable changes to this project will be documented in this file.
See standard-version for commit guidelines.
0.0.1 (2023-03-31)
Features
- add
def_result
decorator (98f9101) - add BadRequestError (59711c8)
- add ConflictError (c37b217)
- add docstring to Result and
ResultDetail (381998e) - add ErrorDetail (7fb0722)
- add ExceptionError (6ca9f3c)
- add ForbiddenError (26575c9)
- add InternalError (c6504fd)
- add NotFoundError (2321dc3)
- add Payadel python package
template (c8f21a7) - add Payadel readme
template (cb3e4e0) - Add Result and ResultDetail
classes (bab86c8) - add some success
details (35ac92b) - add
SuccessDetail.py (261e631) - add
UnauthorizedError (a60234b) - add ValidationError (fbf0ed7)
- decorator: support functions that return
Result (274bbd3)
Fixes
Development: CI/CD, Build, etc
- build: update build.yaml
events (57bdafc) - codeql:
fixpython-version
(0b5f46a) - ignore some pylint
errors (234f870) - makefile: add
Makefile (5b9580f) - update
.pre-commit-config.yaml (933234a)
Refactors
- add
assert_more_data
function to
helpers.py (5be313d)