Skip to content

Releases: bybatkhuu/module-python-utils

v0.5.3

27 Feb 11:35

Choose a tag to compare

What's Changed

🐛 Fixes

  • fix: handle ValueError in is_debug_mode function by @bybatkhuu in #17

Full Changelog: v0.5.2...v0.5.3

v0.5.2

26 Feb 01:28

Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Feb 16:32

Choose a tag to compare

What's Changed

🐛 Fixes

  • fix: reorder parameters in async_create_ssl_certs and correct typo in… by @bybatkhuu in #16

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Feb 16:06

Choose a tag to compare

What's Changed

✨ Features

  • feat(crypto): add asymmetric, symmetric, hashing, JWT, and password u… by @bybatkhuu in #15

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Feb 08:23

Choose a tag to compare

What's Changed

✨ Features

  • feat: add new enums for languages and currencies; enhance regex patte… by @bybatkhuu in #14

Full Changelog: v0.3.1...v0.4.0

v0.3.1

11 Feb 01:38

Choose a tag to compare

What's Changed

🐛 Fixes

  • fix: correct indentation for sorting file paths in read_all_configs f… by @bybatkhuu in #13

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Feb 14:34

Choose a tag to compare

Full Changelog: v0.2.1...v0.3.0

v0.2.1

04 Feb 14:33

Choose a tag to compare

What's Changed

✨ Features

  • feat: add support for reading multiple config file formats asynchrono… by @bybatkhuu in #12

📦 Dependencies

  • chore(deps): update mkdocstrings[python] requirement from <1.0.0,>=0.24.3 to >=0.24.3,<2.0.0 by @dependabot[bot] in #11

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Nov 01:31

Choose a tag to compare

What's Changed

✨ Features

  • feat: add async and sync functions to read YAML, JSON, TOML, and INI … by @bybatkhuu in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Nov 07:56

Choose a tag to compare

What's Changed

✨ Features

  • feat: add is_debug_mode function to check application debug status by @bybatkhuu in #8

📦 Dependencies

  • chore(deps): update aiofiles requirement from <25.0.0,>=24.1.0 to >=24.1.0,<26.0.0 by @dependabot[bot] in #5
  • chore(deps): update pylint requirement from <4.0.0,>=3.0.4 to >=3.0.4,<5.0.0 by @dependabot[bot] in #6
  • chore(deps): update pytest requirement from <9.0.0,>=8.0.2 to >=8.0.2,<10.0.0 by @dependabot[bot] in #7

New Contributors

Full Changelog: v0.0.5...v0.1.0