diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-06 00:46:04 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-06 00:46:04 +0700 |
| commit | 5d94c37862657ed1e76e6525c8b6c73ec659bedb (patch) | |
| tree | 0e8045e9517ef8c5413711f218f4f61400c65fcb /share.go | |
| parent | 3ca023bddb0de2f54d8959f8f94abe0c761bdd77 (diff) | |
| download | pakakeh.go-0.51.0.tar.xz | |
Release share v0.51.0 (2023-12-06)v0.51.0
=== New features
* lib/http: implement Server-Sent Events (SSE)
* lib/net: add method Read
* lib/crypto: add support for reading passphrase using SSH_ASKPASS
* lib/memfs: add method JSON to Node
=== Enhancements
* lib/ini: create the file if its not exist on Open
* lib/net: use [time.Ticker] to loop in WaitAlive
* lib/memfs: add sub file system
* lib/memfs: improve the refresh method
* lib/ini: append variable into section before any empty lines
* lib/memfs: stop all Watcher spawn by DirWatcher
* lib/memfs: remove embedding os.FileInfo and http.File
* lib/memfs: refactoring, simplify DirWatcher logic
* email/dkim: set ExpiredAt to MaxInt64 if value is greater than 12 digits
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = `0.50.1` + Version = `0.51.0` ) |
