diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-03 15:07:14 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-03 15:07:19 +0700 |
| commit | ec8dcf9eba1fc69a3b3369a2494ee8f01ef4f196 (patch) | |
| tree | a08f077941332e8f735b04e7f8b08c578eb125f9 /share.go | |
| parent | 557cf80f27208fad7bf240ed400185e62d0684e8 (diff) | |
| download | pakakeh.go-0.39.0.tar.xz | |
Release share v0.39.0 (2022-07-03)v0.39.0
Breaking changes
* all: move lib/sanitize.HTML to net/html.Sanitize
New features,
* lib/mlog: add method Close to MultiLogger
* lib/clise: implement json.Marshaler on Clise
* net/html: add function NormalizeForID
* lib/http: add function to unmarshal url.Values using tag `form:`
* lib/reflect: implement Set function to set reflect.Value by string
* lib/reflect: add function Unmarshal
* lib/reflect: add function Tag to simplify lookup on struct's field tag
Enhancements,
* lib/memfs: update the template format
* net/html: use inline replacement to clean up white spaces
* lib/mlog: minimize allocation when generating log
* lib/dns: use Shutdown to stop DoH server
* lib/websocket: realign all struct to minimize allocations
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share const ( // Version of this module. - Version = "0.36.0" + Version = "0.39.0" ) |
