Releases: adriamontoto/object-mother-pattern
Releases · adriamontoto/object-mother-pattern
v3.3.1
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
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
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
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
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
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
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
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
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
v1.1.0 (2025-06-16)
✨ Features
- Remove type attribute from child mothers (
6c97765)
Detailed Changes: v1.0.0...v1.1.0