Releases: barseghyanartur/faker-file
Releases · barseghyanartur/faker-file
0.18.4
0.18.3
2025-05-07
- Correct guessing of mimetypes in
eml_file
provider.
0.18.2
0.18.1
- Tested against Django 5.1.
- Minor documentation fixes.
0.18
2025-03-10
- Drop Python 3.7 and 3.8 support.
- Add Python 3.12 support.
- Add
pathy==0.11.x
support. - Prepare to support more cloud-pathlib alternatives (like
cloudpathlib
),
next to existingpathy
.
0.17.14
2024-11-14
- Minor fixes.
- Clean-up Makefile.
- Replace
black
andisort
withruff
. - Update
ruff
style imports. - Upgrade
pre-commit
. - Update contributing docs.
- Clean-up unused scripts.
0.17.13
2024-10-30
- Upgrade
Pillow
related code to work withPillow
>=9.1.0 (tested with 10.x and 11.x). - Drop EOL Python 3.8 support.
0.17.12
2024-09-12
- Upgrade requirements.
- Upgrade precommit.
- Update secrets.
- Storage optimisations.
0.17.11
- Minor documentation fixes.
0.17.10
- Make
text_extractor_cls
andtext_augmenter_cls
arguments of the
AugmentFileFromDirProvider
provider access string values (to load
requested class from path given). - Add
TextaugmentAugmenter
based ontextaugment
_ package (very
lightweight) and make it a default text augmenter. - Minor documentation fixes.
- Optimized GitHub CI.