| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-28 | chore(release): bump version to 0.3.0 and write changelog | natsuoto | 1 | -1/+1 | |
| Park the metadata at 0.3.0. This is not the release — the changelog header stays "(unreleased)" and we'll swap in a date when we actually tag. - setup.py, docs/conf.py, src/edify/__init__.py, .bumpversion.cfg: 0.2.2 -> 0.3.0. - README.rst: bump both `commits-since/v0.2.2` shields to v0.3.0. The shield will 404 until v0.3.0 is tagged, which is an accepted trade-off for keeping `bumpversion` config consistent. - CHANGELOG.rst: replace Copilot's stub `Unreleased` heading with a real `0.3.0 (unreleased)` entry covering everything since 0.2.2 — Python 3.7 drop (#32), 3.12/3.13/3.14 support and RTD updates (#31), GitHub Actions and PyPy and pre-commit modernization (#33, #35, #37), dependency floor bumps (#25-#29), repo infrastructure (#39), and housekeeping (#41, #43). - docs/conf.py: fix `extlinks` caption format. The old style — a bare prefix string like 'PR #' — was deprecated in Sphinx 5 and removed in Sphinx 6, but the bug stayed latent because no existing CHANGELOG entry actually used the `:pr:` or `:issue:` roles. The new changelog uses `:pr:` for every cross-reference, which is what surfaced the breakage in the docs CI job. Updated both captions to the modern `'PR #%s'` / `'#%s'` form. Closes #44 | |||||
| 2026-04-28 | fix: resolve 18 failing CI checks (pip version, macOS ARM, flake8 E721) | copilot-swe-agent[bot] | 1 | -3/+3 | |
| Agent-Logs-Url: https://github.com/luciferreeves/edify/sessions/e7f51b79-93cc-48ac-bcc0-db3ca7b27a85 Co-authored-by: luciferreeves <[email protected]> | |||||
| 2022-12-22 | Bump version: 0.2.1 → 0.2.2 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | Bump version: 0.2.0 → 0.2.1 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | Revert "Bump version: 0.2.0 → 0.3.0" | Bobby | 1 | -1/+1 | |
| This reverts commit 73edbdcc0f258fd53a742397b4f993b9ec9a78ab. | |||||
| 2022-11-27 | Bump version: 0.2.0 → 0.3.0 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | Bump version: 0.1.0 → 0.2.0 | Bobby | 1 | -1/+1 | |
| 2022-11-27 | fixing lint | Bobby | 10 | -1170/+267 | |
| 2022-11-27 | added ssn and mac validators | Bobby | 3 | -0/+34 | |
| 2022-11-27 | added password validator | Bobby | 2 | -0/+31 | |
| 2022-11-27 | added guid validator | Bobby | 2 | -0/+15 | |
| 2022-11-27 | added zip code validator | Bobby | 3 | -0/+1201 | |
| 2022-11-27 | added uuid validator | Bobby | 2 | -0/+14 | |
| 2022-11-27 | added url validator | Bobby | 2 | -0/+39 | |
| 2022-10-06 | Fixed validation for special phone numbers | Bobby | 1 | -1/+2 | |
| 2022-09-10 | Fixed linting errors for date pattern | Bobby | 1 | -1/+2 | |
| 2022-09-10 | Added date pattern | Bobby | 2 | -0/+35 | |
| 2022-09-10 | Added ipv4 and ipv6 validations | Bobby | 2 | -0/+36 | |
| 2022-09-10 | Added email_rfc_5322 pattern | Bobby | 2 | -0/+17 | |
| 2022-09-03 | Fixed \ literal bug | Bobby | 1 | -1/+1 | |
| 2022-09-03 | Fixed bugs and passing tests | Bobby | 1 | -1/+2 | |
| 2022-09-02 | Refactoring, Fixing Tests and Coverage 💯 | Bobby | 2 | -29/+25 | |
| 2022-09-02 | Refactor and Fixed Bugs | Bobby | 3 | -22/+22 | |
| 2022-09-01 | refactor code, fixed errors and added test cases | Bobby | 2 | -35/+42 | |
| 2022-09-01 | Adding noqa to __init__.py | Bobby | 1 | -0/+2 | |
| 2022-09-01 | Exporting Builder to main | Bobby | 2 | -12/+1 | |
| 2022-09-01 | Fixed Linting Errors | Bobby | 2 | -11/+12 | |
| 2022-09-01 | Regex Builder class | Bobby | 7 | -104/+191 | |
| 2022-09-01 | Creating a deep copy at a different pointer location for each RegexBuilder ↵ | Bobby | 3 | -41/+206 | |
| class subroutine call | |||||
| 2022-09-01 | Fix liniting errors | Bobby | 5 | -60/+38 | |
| 2022-09-01 | Rewriting builder based on Super Expressive | Bobby | 6 | -9/+420 | |
| 2022-08-31 | refactor code | Bobby | 2 | -0/+3 | |
| 2022-08-31 | Remove redundant functions and refactor | Bobby | 6 | -59/+15 | |
| 2022-08-31 | Fixing isort errors | Bobby | 4 | -7/+9 | |
| 2022-08-31 | Added Basic Regex Builder | Bobby | 9 | -84/+147 | |
| 2022-08-31 | Added Basic Datatypes | Bobby | 2 | -0/+87 | |
| 2022-08-31 | Fixed Linting Errors | Bobby | 2 | -1/+2 | |
| 2022-08-31 | Added Phone Number Validation | Bobby | 2 | -0/+19 | |
| 2022-08-30 | Added #noqa as required | Bobby | 2 | -1/+5 | |
| 2022-08-30 | Added Library and Email Verification Script | Bobby | 3 | -4/+17 | |
| 2022-08-30 | Covering all code | Bobby | 1 | -1/+1 | |
| 2022-08-30 | Covering all code | Bobby | 1 | -4/+0 | |
| 2022-08-30 | Remove declarations from __init__.py | Bobby | 1 | -1/+0 | |
| 2022-08-30 | Change Main Function | Bobby | 2 | -0/+1 | |
| 2022-08-30 | Fixing Tests | Bobby | 1 | -0/+1 | |
| 2022-08-30 | Added Initial Test | Bobby | 1 | -0/+7 | |
| 2022-08-30 | Add initial project skeleton. | Bobby | 1 | -0/+1 | |
