Skip to content

Releases: oapi-codegen/nullable

New getter function

22 Jun 15:09
e4ef9c9

Choose a tag to compare

🚀 New features and improvements

  • feat: new method for fetching ignoring error (#13) @lzap

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

✍ Other changes

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

v1.1.0: Add a `MustGet` function

25 Jan 17:50
5c8aab1

Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates