Releases: aaronvb/logparams
Releases · aaronvb/logparams
v1.3.0
v1.2.1
Add ToFields() method
v1.1.0 Update README.md
Bump to stable version
- Added
HidePrefixoption that will hide theParameters:prefix in the output. - Remove CircleCI
- Switch to GH action for CI
- Update README
v0.2.4: Regex parse content-type for json type
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
- Fixes bug where [FILTERED] was actually replacing the password in the form
- Updated tests to verify the above fix
Add CI
Updates to README
v0.2.1 Add middleware exmple
v0.2.0
- Support for query parameters
- Support for JSON body
- Automatically filter
passwordandpassword_confirmationparameters. Can be override withShowPassword: true(DO NOT RECOMMEND) - Change
HideEmptytoShowEmpty, which will default empty parameters to be hidden if argument is not passed to struct.