Releases: up9inc/basenine
Releases · up9inc/basenine
v0.1.3
Changelog:
- Changed the
datetime
parse layout from01/02/2006 3:04:05 PM
to01/02/2006, 3:04:05 PM
- Fixed an interface conversion in
Eval
- Made the
datetime
helper useUnixNano
instead ofUnix
- Added
Close
calls for the hanging TCP connections in the wrapper methods. - Replaced type castings in the helpers with
stringOperand
calls.
v0.1.2
Changelog:
- Added
ldflags
;-s
and-w
to build rules - Added
Dockerfile
- Added
fsnotify
dependency and file watching back.
v0.1.1
Changelog:
- Fixed a buffer overflow in the Go client.
- Fixed a crash in the server.
- Removed
fsnotify
dependency. - Added
systemd
and OpenRC (init.d
) scripts.
v0.1.0
First release.