Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Added

- The Any type added as an alias on interface{} in the library style.
- The encode methods created for Any to work in MessagePack.
- Tests added for Any.

### Changed

- Corrections made like interface{} -> any as required by the linter.

### Fixed

## [v1.1.0] - 2025-12-02

The release introduces the `option.Any` type.

### Added

- The `option.Any` type is a wrapper for the `any` type (#14).

## [v1.0.0] - 2025-09-09

This release introduces code generator `gentypes`.
Expand Down
Loading