Skip to content

Tags: jetify-com/typeid-go

Tags

v1.3.0

Toggle v1.3.0's commit message
Add IsZero() and fix empty suffix bug (#352)

## Summary
- Adds an `IsZero` method that returns true if the typeid has the zero
suffix
- Fixes bug where parsing allowed for the empty string as a suffix, and
then generated a random suffix in it's place.

## How was it tested?
Wrote unit tests and ran them.

v1.2.0

Toggle v1.2.0's commit message
Update Internal Dependencies (#336)

Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: mikeland73 <[email protected]>