Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.34 KB

Changelog

0.8.0

  • Update license to MIT #19
  • Update gems and CI #20

0.7.0

  • Add support for Rails 6 #18

0.6.0

  • Add support for Rails 5 API-only controllers #17

0.5.0

  • Add options to enable/disable start and end logs #15
  • Fix with_context to use ensure #16

0.4.0

  • Add context support to Logger #12

0.3.1

  • Add context to request log #10

0.3

  • Update development dependencies #1
  • Allow controllers to add context to logs #2
  • Fix removing Rails default parameters when filter_parameters are set #4
  • Add a filter using Rails filter_parameters #3
  • Change action view logs to DEBUG #5
  • Filter all request data using filter_parameters #6

0.2

Initial public release