v0.0.3: Removed Get()
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