All Versions
14
Latest Version
Avg Release Cycle
73 days
Latest Release
-

Changelog History
Page 1

  • v0.10.0 Changes

    • ๐Ÿ— Due to issues while setting up builds with Github Actions, I have dropped Ruby 2.2 support. It's EOL date was 2018-03-31, and I don't have the bandwidth to support deprecated Ruby versions. The only reason at this point why Ruby versions 2.3, 2.4 and 2.5 are supported is because they still work with other dependencies, so it's no effort currently to support them. Once they become issues, they'll probably be dropped.
  • v0.9.0 Changes

    • ๐Ÿ”€ Ruby 3 support! Merged in #85, a PR that relaxed Ruby version constraints and added a minor change to support Ruby 3.0. Thanks to swiknaba.
  • v0.8.3 Changes

    April 05, 2020
    • ๐Ÿ”€ Merged in #79, a PR that makes sure the output is green when there are no failures.
  • v0.8.2 Changes

    February 05, 2020
    • ๐Ÿ›  Fixes #77. An error occurs on the symbol to proc check when somebody invokes a method with no arguments on an array or range inside of the inspected block. Seems like a bug in the inspected code, but nevertheless it is a code path we need to support.
  • v0.8.1 Changes

    November 25, 2019
    • Ignore lambda literals when checking symbol to proc. Thanks to kiyot for his fix in PR #74.
  • v0.8.0 Changes

    November 04, 2019
    • ๐Ÿ“œ Dropped support for ruby versions below 2.2.0 and locks ruby_parser to be above or equal to 1.14.1. The new ruby_parser version 1.14.1 explicitly requires ruby versions above 2.2.0, so this affects fasterer as well.
  • v0.7.1 Changes

    September 30, 2019
    • Fix check_symbol_to_proc rule from crashing when there is no receiver #67
  • v0.7.0 Changes

    September 22, 2019
    • More inclusive check_symbol_to_proc rule - don't only look at #each but any method that could leverage the symbol to proc rule. Merged through #41
  • v0.6.0 Changes

    July 05, 2019
    • Enable placing the .fasterer.yml file not just in the current dir, but in any parent directory as well.
  • v0.5.1 Changes

    March 14, 2019
    • โฌ†๏ธ Upgrade to ruby_parser 3.13.0 that fully supports Ruby 2.6