Skip to content

Releases: ddeutils/ddeutil

0.4.0

Choose a tag to compare

@korawica korawica released this 26 Sep 07:30

✨ Features

  • 🎯 feat: change name of property caching func and move random string func loc. (2024-09-26)

✒️ Code Changes

  • 🧪 tests: change name of pytest on pre-commit hook local. (2024-09-22)

🗃️ Documents

  • 📄 docs: update feature table on readme. (2024-09-26)
  • 📄 docs: update readme for notice about optional deps. (2024-09-26)
  • 📄 docs: update readme and create docs folder for mkdocs. (2024-09-22)

📮 Dependencies

  • 📌 deps: move all deps to optional deps. (2024-09-26)
  • 📌 deps: remove tzdata from project dependency. (2024-09-26)

0.3.8

Choose a tag to compare

@korawica korawica released this 13 Sep 08:38

🐛 Fix Bugs

  • ⚙️ fixed: add hash for list and set type in freeze_args func. (2024-09-13)

📦 Build & Workflow

  • 🧰 build: add support for python version 3.13. (2024-09-13)

0.3.7

Choose a tag to compare

@korawica korawica released this 13 Sep 07:38

✨ Features

  • 🎯 feat: add datetime utils function. (2024-09-13)

✒️ Code Changes

  • 🚧 refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (2024-09-01)

🗃️ Documents

  • 📄 docs: update readme and remove license topic. (2024-08-26)

🐛 Fix Bugs

  • ⚙️ fixed: freeze_args does not freeze all items. (2024-09-13)

0.3.6

Choose a tag to compare

@korawica korawica released this 26 Aug 07:53

✨ Features

  • 🎯 feat: add handler number of digit value in hash_str function. (2024-08-26)
  • 🎯 feat: add year mode on dtutils module. (2024-08-26)

✒️ Code Changes

  • 🚧 refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (2024-07-01)
  • 🚧 refactored: 📦 bump ujson from 5.9.0 to 5.10.0 (#51) (2024-06-03)

🗃️ Documents

  • 📄 docs: update readme file for more example. (2024-06-04)

📮 Dependencies

  • 📌 deps: update version of types-python-dateutil to 2.9.0.20240821. (2024-08-26)

0.3.5

Choose a tag to compare

@korawica korawica released this 26 May 07:08

✨ Features

  • 🎯 feat: add lazy function for lazy import string. (2024-05-26)

✒️ Code Changes

  • 🧪 tests: add testcase for increase coverage on hash and checker. (2024-05-19)
  • 🚧 refactored: remove base dir and add doc-str. (2024-05-18)
  • 🎨 style: add type hint for time decoratored. (2024-05-16)

🐛 Fix Bugs

  • ⚙️ fixed: change time.time to monotonic instead. (2024-05-19)
  • ⚙️ fixed: import lose function from __base. (2024-05-13)

📦 Build & Workflow

  • 🧰 build: add black that was removed from my mistake. (2024-05-18)

0.3.4

Choose a tag to compare

@korawica korawica released this 13 May 04:01

✒️ Code Changes

  • 🚧 refactored: change str docs and add __types file for make base type. (2024-05-13)
  • 🚧 refactored: change str docs and add __types file for make base type. (2024-05-13)
  • 🚧 refactored: rewrite getter args and change type hint. (2024-05-05)

🗃️ Documents

  • 📄 docs: update readme and remove deleted topic. (2024-05-05)

🐛 Fix Bugs

  • ⚙️ fixed: mrge branch that conflict with local. (2024-05-13)

📮 Dependencies

  • 📌 deps: remove optional dependencies from pyproject. (2024-05-13)

0.3.3

Choose a tag to compare

@korawica korawica released this 05 May 09:27

🐛 Fix Bugs

  • ⚙️ fixed: remove test import on tests workflow. (2024-05-05)

📦 Build & Workflow

  • 🧰 build: fixed find files on setuptools backend. (2024-05-05)
  • 🧰 build: add test import workflow. (2024-05-05)

📮 Dependencies

  • 📌 deps: update pre-commit hook deps. (2024-05-05)

0.3.2

Choose a tag to compare

@korawica korawica released this 05 May 07:11

✨ Features

  • 🎯 feat: add type hint for decorator functions. (2024-04-29)

✒️ Code Changes

  • 🚧 refactored: 📦 bump pytest from 8.1.1 to 8.2.0 (#49) (2024-05-01)
  • 🚧 refactored: 📦 bump clishelf from 0.2.0 to 0.2.1 (2024-05-01)

🐛 Fix Bugs

  • ⚙️ fixed: merge branch from remote into local. (2024-05-05)

📦 Build & Workflow

  • 🧰 build: split step of publish workflow for each environment. (2024-05-05)

0.3.1

Choose a tag to compare

@korawica korawica released this 28 Apr 06:32

✒️ Code Changes

  • 🚧 refactored: remove not necessary code from this package. (2024-04-28)
  • 🚧 refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (2024-04-01)
  • 🚧 refactored: 📦 bump types-python-dateutil from 2.8.19.20240311 to 2.9.0.20240316 (2024-04-01)
  • 🚧 refactored: 📦 bump python-dateutil from 2.9.0 to 2.9.0.post0 (2024-04-01)
  • 🚧 refactored: remove dynamic zoneinfo that support for py38. (2024-03-12)

🗃️ Documents

  • 📄 docs: remove example docs from readme file. (2024-04-28)
  • 📄 docs: update project urls on pyproject file. (2024-03-11)

0.3.0

Choose a tag to compare

@korawica korawica released this 11 Mar 04:34

Note

This version start support python version >= 3.9.13.

✨ Features

  • 🎯 feat: upgrade python version from 3.8 to 3.9. (2024-03-11)