Releases: nixys/nxs-go-appctx
Releases · nixys/nxs-go-appctx
Release v3.0.0
Changelog
- feat: Init v3 version of nxs-go-appctx
v2.3.0
Changed license
v2.2.0
Added stderr log output
v2.1.0
New:
DB
andDatasource
application units are merged. Packages fromdb/
anddatasource/
must locates inds/
. See nxs-go-appctx-example-restapi for example.
v2.0.0
Released new version.
Changelog:
Init()
,Reload()
andFree()
functions now is a part of custom context.- Created some helper functions to make your application code clearer and simplest
- Added ability to set own log format
- The structure of applications using the
nxs-go-appctx
is now changed - It is now easier to create new applications with
nxs-go-appctx