Skip to content

Releases: fastruby/rails_stats

v2.1.0

07 Apr 21:09
88cc93f

Choose a tag to compare

What's Changed

  • Update readme by @hmdros in #41
  • Match text and JSON output by @hmdros in #40
  • Make diff output clearer for test failures by @andyw8 in #36
  • Output number of table created from schema.rb or structure.sql, add polymorphic models count by @hmdros in #37
  • Update CI to use Ruby 3.1 to Ruby 3.4 by @andyw8 in #33
  • Add TS|TSX|JSX files count in javascripts count by @hmdros in #42
  • Stop asserting on bundler-stats output in tests by @JuanVqz in #46
  • Improve our test workflow by @etagwerker in #35
  • [#30] Explicitly set format as text for Bundler::Stats::CLI on ConsoleFormatter. by @ruyrocha in #43
  • Release v2.1.0 by @mateusdeap in #44

New Contributors

Full Changelog: v2.0.1...v2.1.0

RailsStats v2.0.1

19 Dec 22:27

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

RailsStats v2.0

19 Dec 21:58

Choose a tag to compare

What's Changed

  • Ml add more aggregate stats by @magneland in #5
  • Add basic coverage to RailsStats::CodeStatistics#to_s by @etagwerker in #10
  • Improve the example for running rails_stats outside a Rails app by @etagwerker in #16
  • Enable simplecov and codecov by @etagwerker in #18
  • Add methods for calculating M/C and LOC/M by @geeknees in #19
  • Support JSON output by @etagwerker in #20
  • Add dependency on bundler-stats and improve output by @etagwerker in #21
  • [CHORE]: add CHANGELOG, Code of Conduct, and PR template by @kindoflew in #22
  • Start counting files and displaying it in JSON and console output by @etagwerker in #25

New Contributors

Full Changelog: v1.0.2...v2.0.0