Skip to content

Releases: tarantool/go-option

v1.0.0

09 Sep 10:09

Choose a tag to compare

This release introduces code generator gentypes.

Added

  • Support for third-party types: A new code generator gentypes is introduced. It allows generating optional types for any user-defined or third-party types. The generator can be invoked using go:generate.

v0.1.0

20 Aug 16:31

Choose a tag to compare

This release introduces base option types: wrappers for all types supported by the msgpack/v5 library and a generic type.

Added

  • Implemented optional types for builtin go types int*, uint*, float*, bytes, string, bool.
  • Implemented generic optional type for any go type.