Skip to content

Releases: adriamontoto/value-object-pattern

v2025.01.03

03 Jan 21:02
87c22ca
Compare
Choose a tag to compare
v2025.01.03 Pre-release
Pre-release

Changelog

✨ Features

  • Value Object Implementation:
    • Implemented a simple ValueObject class.
    • Developed unit tests for ValueObject class.
    • Added tests for __eq__, __hash__, __str__, and __repr__ methods.

🐛 Bug Fixes

  • Import Fixes:
    • Updated override import to ensure compatibility across different Python versions.

Full Changelog