Skip to content

Releases: aaronvb/logparams

v1.3.0

02 Aug 05:50
dd5512b

Choose a tag to compare

Add support for multipart/form-data content.

Full Changelog: v1.2.1...v1.3.0

v1.2.1

26 Jun 07:18
f5f5c6f

Choose a tag to compare

Update README.md

Add ToFields() method

26 Jun 06:03
734a58a

Choose a tag to compare

v1.1.0

Update README.md

Bump to stable version

13 May 08:10
5005809

Choose a tag to compare

  • Added HidePrefix option that will hide the Parameters: prefix in the output.
  • Remove CircleCI
  • Switch to GH action for CI
  • Update README

v0.2.4: Regex parse content-type for json type

25 Aug 01:35

Choose a tag to compare

In some cases the type can come in as `application/json;charset=utf-8`.

This should allow other metadata to be appended to the content type header.

Fixes #1

v0.2.3: Fix bug with FILTERED password mutating form attr

24 Apr 23:38
319e97d

Choose a tag to compare

  • Fixes bug where [FILTERED] was actually replacing the password in the form
  • Updated tests to verify the above fix

Add CI

28 Mar 20:51
f313222

Choose a tag to compare

  • Added CircleCI
  • Added badges for documentation and CI status

Updates to README

22 Mar 21:23
c52eb82

Choose a tag to compare

v0.2.1

Add middleware exmple

v0.2.0

22 Mar 11:34
d4d6c53

Choose a tag to compare

  • Support for query parameters
  • Support for JSON body
  • Automatically filter password and password_confirmation parameters. Can be override with ShowPassword: true (DO NOT RECOMMEND)
  • Change HideEmpty to ShowEmpty, which will default empty parameters to be hidden if argument is not passed to struct.

v0.1.0

20 Mar 22:51
1e8bb69

Choose a tag to compare

Initial release