Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 905 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 905 Bytes

Changelog

  • v1.0.0 (2013-11-28 JST): First release
  • v1.1.0 (2013-12-02 JST): Add feature that disables format by no-flog.txt
  • v1.1.1 (2013-12-06 JST): Change to alias_method_change from alias for method aliasing
  • v1.2.0 (2014-01-14 JST): Add feature that disables format partially by no-flog-sql.txt and no-flog-params.txt
  • v1.3.0 (2014-01-26 JST): Add configuration
  • v1.3.1 (2014-01-27 JST): Refactored
  • v1.3.2 (2014-04-28 JST): Confirm with Rails 4.1
  • v1.3.3 (2015-11-16 JST): Confirm with Rails 4.2
  • v1.4.0 (2017-10-01 JST): Compatible for Rails 5.0 and Rails 5.1, and dropped Ruby 1.9.3 support
  • v1.5.0 (2018-12-19 JST): Add sql_indent and sql_in_values_num options, and dropped eol rails versions.
  • v1.6.0 (2019-07-26 JST): Add ignore_query and ignore_params options (Thanks @mothule)
  • v1.6.1 (2021-01-13 JST): Use amazing_print instead of awesome_print