Releases: spotlibs/go-lib
Releases · spotlibs/go-lib
Beta v0.8.1
- Fixing panic on middleware
activity monitor
in windows
Beta v0.8.0
- Enhancement middleware
activity monitor
to better capturingmultipart
content-type data
Beta v0.7.2
- Implement feedback for
log
andctx
metadata
Beta v0.7.1
- Fixing should use the new pkg
log
in logging activity monitor middleware
Beta v0.7.0
New pkg log
activity
: log for activity that may be used only in middleware of goravelruntime
: log for runtime that can be used anywhere in the systemworker
: only used in worker/job related logs
Improvement pkg ctx
to use custom key instead of just string by using the latest goravel
Beta v0.6.0
New function in currency
:
- float to words indonesian
Beta v0.5.0
New currency
:
- Transform integer to its wording in Indonesian
New feature in ctx
:
- Handling metadata with context
Beta v0.4.0
New ctx
:
- Handle metadata information within
http.Context
New some middleware(s):
activity monitor
: monitor request/response and print it to stdoutmetadata header
: set metadata information from request header
Beta v0.3.1
- ref: renaming pkg to
spotlibs
Beta v0.3.0
- feat(stderr): option to get which line should be captured
- ref(debug): return all captured stacktrace by default if no line option provided