Fmtutil

Latest version: v1.0.6

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.0.6

:sparkles: Features

- :dart: feat: add escape formatter group function. (_2024-05-24_)

:black_nib: Code Changes

- :test_tube: tests: add test cases for escape regex work. (_2024-05-25_)
- :art: style: add logging with __name__ on init file. (_2024-05-19_)
- :art: style: change type hint for itself class to Self. (_2024-05-18_)

:card_file_box: Documents

- :page_facing_up: docs: update readme and doc-string. (69) (_2024-05-15_)

:bug: Fix Bugs

- :gear: fixed: import return type does not use on __all__. (_2024-05-25_)
- :gear: fixed: add abstractmethod for abc class. (_2024-05-15_)

:postbox: Dependencies

- :pushpin: deps: remove perf deps and add mkdocs deps for docs generator. (_2024-05-15_)

1.0.5

:sparkles: Features

- :dart: feat: add validate method for Storage formatter object. (_2024-05-02_)

:black_nib: Code Changes

- :test_tube: tests: add testcase for formatter group that should to fixed. (_2024-05-02_)
- :test_tube: tests: add testcase for str2byte on Storage formatter obj. (_2024-05-02_)

:bug: Fix Bugs

- :gear: fixed: change staticmethod that use itself class to classmethod for support inherit. (_2024-05-02_)

:package: Build & Workflow

- :toolbox: build: change repo url from github workflow file to env variable. (_2024-05-02_)
- :toolbox: build: add environment for seperate deployment to PyPI. (_2024-05-02_)

1.0.4

:sparkles: Features

- :dart: feat: migrate and optimization the formatter object (_2024-05-02_)

:black_nib: Code Changes

- :construction: refactored: change format generator suffix value update. (_2024-05-02_)
- :construction: refactored: add ClassVar to any class attributes. (_2024-05-01_)
- :construction: refactored: update change from the latest of main. (_2024-05-01_)

:bug: Fix Bugs

- :gear: fixed: raise exception class does not use from exceptions file. (_2024-05-02_)
- :gear: fixed: revert "Merge branch 'main' into migration". (_2024-04-30_)

:package: Build & Workflow

- :toolbox: build: add use venv step for activate python interpeter. (_2024-04-30_)
- :toolbox: build: add cache on venv that reduce installation time. (_2024-04-30_)
- :toolbox: build: use uv for installing Python dependencies in tests. (_2024-04-30_)
- :toolbox: build: change installation uv by curl command. (_2024-04-30_)
- :toolbox: build: test upgrade pip installation with uv. (_2024-04-30_)

1.0.3

:sparkles: Features

- :dart: feat: add clishelf git config for force fix commit prefix. (_2024-04-29_)
- :dart: feat: add parse method on migration of formatter object. (_2024-04-29_)
- :dart: feat: change input argument name from register to asset. (_2024-04-29_)
- :dart: feat: add migration code for support dynamic creation. (_2024-03-04_)

:black_nib: Code Changes

- :construction: refactored: remove exception classes that do not use on the formatter. (_2024-04-29_)

:card_file_box: Documents

- :page_facing_up: docs: add migration note on formatter file. (_2024-04-29_)

:bug: Fix Bugs

- :gear: fixed: merge branch 'migration' that fix the suffix matching. (_2024-04-29_)
- :gear: fixed: fix the bug that does not add suffix with the correct cache number. (_2024-04-29_)

:package: Build & Workflow

- :toolbox: build: add pytest on installation step that loss from clishelf. (_2024-04-14_)

:postbox: Dependencies

- :arrow_up: deps: upgrade dependencies from main branch (63) (_2024-04-10_)

1.0.2

:sparkles: Features

- :dart: feat: override __format__ method for support fstring. (_2024-04-14_)

:black_nib: Code Changes

- :construction: refactored: 📦 bump types-python-dateutil from 2.8.19.20240106 to 2.9.0.20240316 (_2024-04-01_)
- :construction: refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (_2024-04-01_)
- :construction: refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (_2024-03-01_)
- :art: style: add type TypeAlias for hint support change on 3.12. (_2024-02-19_)
- :construction: refactored: change repo type of clishelf from local to hook. (_2024-02-13_)
- :construction: refactored: ⬆ bump actions/download-artifact from 3 to 4 (_2024-02-01_)
- :construction: refactored: ⬆ bump codecov/codecov-action from 3 to 4 (_2024-02-01_)
- :construction: refactored: ⬆ bump actions/upload-artifact from 3 to 4 (_2024-02-01_)
- :construction: refactored: 📦 bump types-python-dateutil from 2.8.19.14 to 2.8.19.20240106 (_2024-02-01_)
- :construction: refactored: ⬆ bump actions/cache from 3 to 4 (_2024-02-01_)

:card_file_box: Documents

- :page_facing_up: docs: update README file. (_2024-03-03_)
- :page_facing_up: docs: update option highlight for note on README file. (_2024-02-29_)
- :page_facing_up: docs: update README for noted supported python version. (_2024-02-12_)
- :page_facing_up: docs: update README for supported python38. (_2024-01-30_)

:bug: Fix Bugs

- :gear: fixed: change param name of download-artifact to pattern. (_2024-03-03_)
- :gear: fixed: fix pre-commit skip hook id on ci workflow. (_2024-02-13_)
- :gear: fixed: fix bug for download and upload artifact v4. (_2024-02-12_)

:package: Build & Workflow

- :toolbox: build: add issue template for problem on GitHub repo. (_2024-02-18_)
- :toolbox: build: add multiple name for download and upload artifact supported on v4. (_2024-02-12_)

:postbox: Dependencies

- :pushpin: deps: add typing-extensions for support import TypeAlias. (_2024-02-19_)

1.0.1

Code Changes

- :construction: refactored: 🚧 [pre-commit.ci] auto fixes from pre-commit.com hooks (_2024-01-29_)
- :construction: refactored: 🚧 [pre-commit.ci] auto fixes from pre-commit.com hooks (_2024-01-15_)
- :construction: refactored: upgrade pyupgrade config for support py39. (_2024-01-11_)
- :test_tube: test: reformat test case that use assertIn instead assertTrue. (_2024-01-11_)

Build & Workflow

- :toolbox: build: remove fix version of clishelf package. (_2024-01-30_)

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.