Skip to content

Releases: spotlibs/go-lib

Beta v0.8.1

01 Oct 09:32
4800830
Compare
Choose a tag to compare
  • Fixing panic on middleware activity monitor in windows

Beta v0.8.0

29 Sep 08:59
8933031
Compare
Choose a tag to compare
  • Enhancement middleware activity monitor to better capturing multipart content-type data

Beta v0.7.2

23 Sep 10:31
a3cd483
Compare
Choose a tag to compare
  • Implement feedback for log and ctx metadata

Beta v0.7.1

23 Sep 05:49
72f0760
Compare
Choose a tag to compare
  • Fixing should use the new pkg log in logging activity monitor middleware

Beta v0.7.0

23 Sep 05:27
1ee55af
Compare
Choose a tag to compare

New pkg log

  • activity: log for activity that may be used only in middleware of goravel
  • runtime: log for runtime that can be used anywhere in the system
  • worker: 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

10 Sep 07:54
6daa6f8
Compare
Choose a tag to compare

New function in currency:

  • float to words indonesian

Beta v0.5.0

09 Sep 07:41
20a1c13
Compare
Choose a tag to compare

New currency:

  • Transform integer to its wording in Indonesian

New feature in ctx:

  • Handling metadata with context

Beta v0.4.0

09 Sep 02:32
2351fa1
Compare
Choose a tag to compare

New ctx:

  • Handle metadata information within http.Context

New some middleware(s):

  • activity monitor: monitor request/response and print it to stdout
  • metadata header: set metadata information from request header

Beta v0.3.1

27 Aug 06:07
59ad860
Compare
Choose a tag to compare
  • ref: renaming pkg to spotlibs

Beta v0.3.0

23 Aug 07:32
2a21a58
Compare
Choose a tag to compare
  • feat(stderr): option to get which line should be captured
  • ref(debug): return all captured stacktrace by default if no line option provided