Releases: fastruby/rails_stats
Releases Β· fastruby/rails_stats
v2.1.0
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
javascriptscount 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::CLIonConsoleFormatter. by @ruyrocha in #43 - Release v2.1.0 by @mateusdeap in #44
New Contributors
- @hmdros made their first contribution in #41
- @andyw8 made their first contribution in #36
- @JuanVqz made their first contribution in #46
- @ruyrocha made their first contribution in #43
- @mateusdeap made their first contribution in #44
Full Changelog: v2.0.1...v2.1.0
RailsStats v2.0.1
RailsStats v2.0
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
- @magneland made their first contribution in #5
- @geeknees made their first contribution in #19
- @kindoflew made their first contribution in #22
Full Changelog: v1.0.2...v2.0.0