Skip to content

Releases: aaronvb/logrequest

Bump to stable version

08 May 07:29
02eae54
Compare
Choose a tag to compare
v1.0.0

Update README.md

Add a new method that returns the fields

08 May 07:23
02eae54
Compare
Choose a tag to compare

Allow duration to be hidden at end of request

02 May 22:12
d580fb1
Compare
Choose a tag to compare
  • Added a bool, HideDuration, to the LogRequest struct that will hide the duration output at the end of the request if set to true.

v0.2.0: Add NewLine and Timestamp options

13 May 03:27
2319e61
Compare
Choose a tag to compare

Added two new options:

NewLine (integer) - This will append N lines at the end of the log output. Note: This only works with logger output.

Timestamp (boolean) - This will add a timestamp at the beginning of the request.

v0.1.2

07 Apr 07:22
ce7c813
Compare
Choose a tag to compare
  • Fix order of output where started would be after any logging in the http handler.

v0.1.1

01 Apr 09:06
136cf01
Compare
Choose a tag to compare
  • Added CircleCI
  • Updated README with example usage
  • Updated README with badges

Initial release

01 Apr 08:33
ebe6d68
Compare
Choose a tag to compare
v0.1.0

Initial commit