Releases: abemedia/go-don
Releases · abemedia/go-don
v0.2.2
11 Oct 12:57
Compare
Sorry, something went wrong.
No results found
0.2.2 (2025-10-11)
Bug Fixes
encoding: take the first encoding supported (#205 ) (3f53fd0 )
Performance Improvements
v0.2.1
04 Jun 17:14
Compare
Sorry, something went wrong.
No results found
0.2.1 (2023-06-04)
Bug Fixes
content-length is 0 when responding with nil value (#148 ) (9cf40b2 )
Performance Improvements
v0.2.0
14 May 22:00
Compare
Sorry, something went wrong.
No results found
0.2.0 (2023-05-14)
⚠ BREAKING CHANGES
remove Empty type (use any instead) (#135 )
move encoding logic to sub-package (#111 )
Features
Bug Fixes
no content issues on error or pointer to Empty (#125 ) (fa50d36 )
Performance Improvements
encoding/protobuf: cache reflection results (#138 ) (99e0cea )
encoding: improve encoding performance (#113 ) (a541544 )
reuse requests to reduce allocs (#127 ) (827209b )
Code Refactoring
v0.1.4
09 May 03:29
Compare
Sorry, something went wrong.
No results found
0.1.4 (2023-05-09)
Bug Fixes
v0.1.3
08 May 23:56
Compare
Sorry, something went wrong.
No results found
0.1.3 (2023-05-08)
Features
Bug Fixes
Performance Improvements
v0.1.2
05 May 03:23
Compare
Sorry, something went wrong.
No results found
0.1.2 (2023-05-05)
Features
Bug Fixes
v0.1.1
14 Jan 22:53
Compare
Sorry, something went wrong.
No results found
0.1.1 (2023-01-14)
Features
better error handling, minor refactor (#58 ) (0de3fc3 )
encoding/text: support marshaler & stringer, improve performance (#60 ) (b7bffe8 )
v0.1.0
29 Aug 14:06
Compare
Sorry, something went wrong.
No results found
0.1.0 (2022-08-29)
Bug Fixes
encoding/text: int conversion on 32bit (#32 ) (3e469fe )
use error's marshaler, circular ref in Handler, lint issues (#28 ) (f8b32ea )