Added
- Add
MarshalJSONandUnmarshalJSONmethod toatomic.Pointer[T]type
allowing users to use pointer with json. - Add
MarshalJSONandUnmarshalJSONmethods toatomic.Timeso it
encodes and decodes the wrappedtime.Timeinstead of an empty struct.
Updated
- Bumped https://github.com/stretchr/testify to v1.12.1.
Full Changelog: v1.11.0...v1.12.0