Releases: oapi-codegen/nullable
Releases · oapi-codegen/nullable
New getter function
🚀 New features and improvements
There is now a GetOrEmpty() on Nullable which will return the wrapped value if it's available, or it will create a new zerovalue if Nullable is uninitialized, or initialized to nil.
📝 Documentation updates
- docs(sponsors): add
FUNDING.yml(#9) @jamietanna
✍ Other changes
- Update CI config (#33) @mromaszewicz
- chore: onboard to Renovate (#5) @jamietanna
📦 Dependency updates
Sponsors
We would like to thank our sponsors for their support during this release.
v1.1.0: Add a `MustGet` function
🚀 New features and improvements
- Add
MustGetfunction (#2) @AuroraTea
📝 Documentation updates
- Fix typo in README.md, "omiempty" -> "omitempty" (#4) @andrewmelis