Skip to content

Releases: ddeutils/ddeutil

0.3.5

26 May 07:08
Compare
Choose a tag to compare

✨ 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

13 May 04:01
Compare
Choose a tag to compare

✒️ 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

05 May 09:27
Compare
Choose a tag to compare

🐛 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

05 May 07:11
Compare
Choose a tag to compare

✨ 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

28 Apr 06:32
Compare
Choose a tag to compare

✒️ 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

11 Mar 04:34
Compare
Choose a tag to compare

Note

This version start support python version >= 3.9.13.

✨ Features

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

0.2.4

03 Mar 04:49
Compare
Choose a tag to compare

✒️ Code Changes

  • 🚧 refactored: 📦 update python-dateutil requirement from <3.0.0,==2.8.2 to ==2.9.0 (#44) (2024-03-03)
  • 🚧 refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (2024-03-01)
  • 🚧 refactored: 📦 bump tzdata from 2023.4 to 2024.1 (2024-03-01)
  • 🚧 refactored: 📦 bump clishelf from 0.1.2 to 0.1.8 (2024-03-01)

🗃️ Documents

  • 📄 docs: update README file for more information. (2024-03-03)
  • 📄 docs: update example code to README. (2024-01-29)

📮 Dependencies

  • 📌 deps: update dependencies and workflow deps. (2024-03-03)

0.2.3

29 Jan 05:01
Compare
Choose a tag to compare

0.2.3

Note

Change the Repository location from Personal to Organization, ddeutils.

Code Changes

  • 🚧 refactored: remove vendor from this repo and move to ddeutil-dataframe. (2024-01-28)
  • 🚧 refactored: 📦 bump clishelf from 0.1.1 to 0.1.2 (#41) (2024-01-28)
  • 🚧 refactored: 📦 bump types-python-dateutil from 2.8.19.14 to 2.8.19.20240106 (2024-01-28)
  • 🚧 refactored: ⬆ bump actions/cache from 3 to 4 (2024-01-28)

Fix Bugs

  • ⚙️ fixed: remove vendor path on pyproject config. (2024-01-29)
  • ⚙️ fixed: remove bumpversion config file from local. (2024-01-28)

0.2.2

24 Jan 10:01
Compare
Choose a tag to compare

0.2.2

Features

  • 🎯 feat: remove some funcs that does not use. (2024-01-24)

Documents

  • 📄 docs: update README that remove some func. (2024-01-24)
  • 📄 docs: update README file. (2024-01-22)

0.2.1

14 Jan 16:11
Compare
Choose a tag to compare

0.2.1

Features

  • 🎯 feat: add some decorator funcs from python blog. (2023-10-05)

Code Changes

  • 🚧 refactored: remove parallel and example of thread. (2024-01-14)
  • 🚧 refactored: merge filtering and randomly. (2024-01-14)
  • 🚧 refactored: ⬆ bump actions/setup-python from 4 to 5 (2024-01-01)
  • 🚧 refactored: 📦 bump clishelf from 0.1.0 to 0.1.1 (2024-01-01)
  • 🚧 refactored: 📦 bump tzdata from 2023.3 to 2023.4 (2024-01-01)
  • 🚧 refactored: 📦 update ujson requirement from <6.0.0,==5.8.0 to ==5.9.0 (2024-01-01)
  • 🚧 refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (2023-12-01)
  • 🚧 refactored: ⬆ bump clishelf from 0.0.4 to 0.1.0 (2023-11-01)
  • 🎨 style: add prefix on pre-commit ci hook and skip local test. (2023-09-12)
  • 🚧 refactored: [pre-commit.ci] auto fixes from pre-commit.com hooks (2023-09-11)
  • 🚧 refactored: ⬆ bump actions/checkout from 3 to 4 (2023-09-11)
  • 🚧 refactored: remove contribute file from this project. (2023-09-09)

Documents

  • 📄 docs: update README for list all of features. (2024-01-14)
  • 📄 docs: remove cli from README. (2023-09-08)

Fix Bugs

  • ⚙️ fixed: change config key of clishelf. (2024-01-14)

Build & Workflow

  • 🧰 build: change frequency of dependabot from weekly to monthly. (2023-11-22)
  • 🧰 build: update deps version on pyproject. (2023-10-12)
  • 🧰 build: change hook id on pre-commit config file. (2023-09-12)