Skip to content

Releases: adriamontoto/object-mother-pattern

v3.3.1

25 Aug 09:31
v3.3.1
458ae24

Choose a tag to compare

v3.3.1 (2025-08-25)

🐛 Bug Fixes

  • Ensure mother_type is a class before checking for ValueObject subclass (a7bd44e)

Detailed Changes: v3.3.0...v3.3.1

v3.3.0

25 Aug 09:14
v3.3.0
01f30fb

Choose a tag to compare

v3.3.0 (2025-08-25)

✨ Features

  • Implement RFC-compliant domain generation (9d17348)

  • Integrate value-object library for obtaining value object primitive type (79292c9)


Detailed Changes: v3.2.0...v3.3.0

v3.2.0

03 Aug 06:11
v3.2.0
fe391d7

Choose a tag to compare

v3.2.0 (2025-08-03)

✨ Features

  • Implement UUID v4 and String UUID v4 mothers (7768bad)

Detailed Changes: v3.1.1...v3.2.0

v3.1.1

30 Jun 18:23
v3.1.1
0119adc

Choose a tag to compare

v3.1.1 (2025-06-30)

🐛 Bug Fixes

  • Accept GenericAliases as BaseMother type (0d429fa)

Detailed Changes: v3.1.0...v3.1.1

v3.1.0

28 Jun 07:49
v3.1.0
d3b0232

Choose a tag to compare

v3.1.0 (2025-06-28)

✨ Features

  • Implement length in StringMother.invalid_value (786b202)

  • Override FloatMother invalid type to remove integer as well (515da32)


Detailed Changes: v3.0.0...v3.1.0

v3.0.0

21 Jun 20:27
v3.0.0
3ada882

Choose a tag to compare

v3.0.0 (2025-06-21)

✨ Features

  • Move models folder and its imports (d5e7140)

Detailed Changes: v2.1.1...v3.0.0

v2.1.1

21 Jun 19:55
v2.1.1
a88df88

Choose a tag to compare

v2.1.1 (2025-06-21)

🐛 Bug Fixes

  • Improve base mother create method type (d3cbcf3)

Detailed Changes: v2.1.0...v2.1.1

v2.1.0

21 Jun 11:20
v2.1.0
57c0762

Choose a tag to compare

v2.1.0 (2025-06-21)

🐛 Bug Fixes

  • Add noqa statement to discard warnings (7a525c0)

✨ Features

  • Implement timezone object mother (0794635)

Detailed Changes: v2.0.0...v2.1.0

v2.0.0

16 Jun 06:31
v2.0.0
957ffbc

Choose a tag to compare

v2.0.0 (2025-06-16)

📦 Build System

  • Remove pyproject extra space (7333621)

✨ Features

  • Rework how enumeration works, now you have to create a new class of type Enum (49dd756)

Detailed Changes: v1.1.0...v2.0.0

v1.1.0

16 Jun 05:45
v1.1.0
72d86d3

Choose a tag to compare

v1.1.0 (2025-06-16)

✨ Features

  • Remove type attribute from child mothers (6c97765)

Detailed Changes: v1.0.0...v1.1.0