Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

v0.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 10:26
· 44 commits to main since this release

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

Development: CI/CD, Build, etc

  • add Update poetry version to publish-test.yaml and
    fix pypi_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:
    fix Update 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

  • fix more_data type in
    ErrorDetail.py (c29b505)
  • update docstrings (122e667)

Development: CI/CD, Build, etc

  • build: update build.yaml
    events (57bdafc)
  • codeql:
    fix python-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