Commit Graph

18 Commits

Author SHA1 Message Date
9fb0c776d7 📝 Add acknowledgements section to README for API design inspiration (#20) v0.2.0 2025-05-29 14:44:52 +02:00
cfa8812081 🐛 Fix some complex emojis not being converted and enhance test coverage (#19) 2025-05-29 14:41:33 +02:00
34739a077c Refactor emojize and demojize functions to use shared replacement functions for improved performance (#18) 2025-05-29 13:52:50 +02:00
47aa6a3fc1 Add __all__ declaration to expose public API for emojize and demojize functions (#17) 2025-05-29 13:41:52 +02:00
ad98dd9a58 Implement demojize function for bidirectional emoji conversion (#16)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-29 13:38:56 +02:00
a1d2592ee1 ⬆️ Update subproject commit reference in dismoji/raw (#9) v0.1.4 2025-05-19 10:54:14 +02:00
6dc46f06d6 Optimize memory usage by removing EMOJIS variable after mapping (#10) 2025-05-19 10:51:33 +02:00
8af0deea07 🔧 Add pydocstyle convention and clean up pyproject.toml (#11) 2025-05-19 10:48:59 +02:00
2014fb4a61 Fix emoji pattern to work without spaces and enhance test coverage for emojize function (#8) v0.1.3 2025-05-04 01:35:32 +02:00
e1fa04ad70 Lock uv.lock (#7) v0.1.2 2025-05-04 01:01:27 +02:00
57720ff191 Allow broader python versions in pyproject my bad (#6) 2025-05-04 00:55:44 +02:00
b40ac78ae5 Remove unnecessary json5 from dependencies (#3) 2025-05-04 00:51:47 +02:00
3ba10846a7 Improve project metadata (#2) 2025-05-04 00:48:55 +02:00
8d957198b9 Fix missing submodules in publish action checkout (#1) v0.1.1 2025-05-04 00:39:57 +02:00
ab6b493057 Fix formatting of Python version list in quality.yaml v0.1.0 2025-05-04 00:29:59 +02:00
cecb0406be Fix formatting of Python version strings and ensure submodules are checked out in quality.yaml 2025-05-04 00:28:43 +02:00
a714f4d53c Update quality.yaml to include uv installation step and modify README.md for library name and description 2025-05-04 00:27:03 +02:00
d1548b6e8a First commit 2025-05-03 23:57:22 +02:00