Skip to content

v0.0.3: Removed Get()

Compare
Choose a tag to compare
@wneessen wneessen released this 01 Sep 19:18
· 125 commits to main since this release
25913bb

The Get() method was simply an alias for the Value() method and did not add any functionality. This simplification makes the code cleaner and reduces unnecessary duplication, improving maintainability.

What's Changed

Full Changelog: v0.0.2...v0.0.3