Skip to content

v1.12.0

Latest

Choose a tag to compare

@justinhwang justinhwang released this 17 Sep 21:32
· 1 commit to master since this release
786022a

Added

  • Add MarshalJSON and UnmarshalJSON method to atomic.Pointer[T] type
    allowing users to use pointer with json.
  • Add MarshalJSON and UnmarshalJSON methods to atomic.Time so it
    encodes and decodes the wrapped time.Time instead of an empty struct.

Updated

Full Changelog: v1.11.0...v1.12.0