Skip to content

Commit

Permalink
netscape-go: release v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed Jun 3, 2022
1 parent 90d98f3 commit 82f2759
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
project adheres to [Semantic Versioning](https://semver.org/).

## [v2.1.0](https://github.com/virtualtam/netscape-go/releases/tag/v2.1.0) - 2022-06-03
### Changed

- Do not use time.Time pointers to represent nullable dates
- Introduce JSON marshaling methods with intermediary structs to handle nullable
dates (via time.Time.IsZero())

### Fixed

- Initialize Decoder for proper UNIX timestamp format detection


## [v2.0.0](https://github.com/virtualtam/netscape-go/releases/tag/v2.0.0) - 2022-04-30
### Added

Expand Down

0 comments on commit 82f2759

Please sign in to comment.