Skip to content

Releases: barseghyanartur/faker-file

0.18.4

09 May 21:41
bb72863
Compare
Choose a tag to compare

2025-05-09

  • Enhance customisation of eml_file provider.

0.18.3

08 May 20:09
35cf4a5
Compare
Choose a tag to compare

2025-05-07

  • Correct guessing of mimetypes in eml_file provider.

0.18.2

03 May 20:56
56430bf
Compare
Choose a tag to compare

2025-05-03

0.18.1

11 Mar 23:41
4454a6d
Compare
Choose a tag to compare
  • Tested against Django 5.1.
  • Minor documentation fixes.

0.18

10 Mar 23:37
11f2acf
Compare
Choose a tag to compare

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 existing pathy.

0.17.14

15 Nov 00:13
ac55c8c
Compare
Choose a tag to compare

2024-11-14

  • Minor fixes.
  • Clean-up Makefile.
  • Replace black and isort with ruff.
  • Update ruff style imports.
  • Upgrade pre-commit.
  • Update contributing docs.
  • Clean-up unused scripts.

0.17.13

30 Oct 00:14
ccbacc4
Compare
Choose a tag to compare

2024-10-30

  • Upgrade Pillow related code to work with Pillow>=9.1.0 (tested with 10.x and 11.x).
  • Drop EOL Python 3.8 support.

0.17.12

11 Sep 23:37
7375bfd
Compare
Choose a tag to compare

2024-09-12

  • Upgrade requirements.
  • Upgrade precommit.
  • Update secrets.
  • Storage optimisations.

0.17.11

20 Nov 23:51
32d23a2
Compare
Choose a tag to compare
  • Minor documentation fixes.

0.17.10

19 Nov 00:28
68b1293
Compare
Choose a tag to compare
  • Make text_extractor_cls and text_augmenter_cls arguments of the
    AugmentFileFromDirProvider provider access string values (to load
    requested class from path given).
  • Add TextaugmentAugmenter based on textaugment_ package (very
    lightweight) and make it a default text augmenter.
  • Minor documentation fixes.
  • Optimized GitHub CI.