Skip to content

Releases: mishina2228/nova_git_stats

v2.4.1 / 2022-10-09

09 Oct 13:11
Compare
Choose a tag to compare

Changes

  • Relax activesupport version from >= 6.1 to >= 5.2
  • Replace deprecated DateTime with Time
  • Support Haml 6

Full Changelog: v2.4.0...v2.4.1

v2.4.0 / 2022-07-24

24 Jul 10:08
Compare
Choose a tag to compare

Bugfixes

  • Renamed CLI option name --tree to --tree-path
    • This is a potentially breaking change.
    • --tree and -d did not work before.
      The CLI option name was --tree, but an internal variable name was tree-path, and there was a mismatch.
      So we changed the CLI option name --tree to --tree-path.

Full Changelog: v2.3.0...v2.4.0

v2.3.0 / 2022-06-29

29 Jun 13:19
Compare
Choose a tag to compare

Breaking Changes

  • Stop bundling jQuery and Bootstrap assets
    • Those libraries are delivered by CDN, so an Internet connection is required now.

Changes

  • Enable frozen_string_literal by adding the magic comment to all files
  • Updated Bootstrap from v3.3.7 to v5.0.2

Enhancements

  • Include documents and license in the package
  • Replace the project name with new one in the visible part

Bugfixes

  • Fixed highlighting of active tabs

Full Changelog: v2.2.0...v2.3.0

v2.2.0 / 2022-03-07

07 Mar 11:37
Compare
Choose a tag to compare

This is the initial release of NovaGitStats! 🎉

Features

  • Renamed to NovaGitStats(nova_git_stats) from GitStats(git_stats)

Full Changelog: v2.1.2...v2.2.0

NOTE: v2.0.0 through v2.1.2 have not been released to RubyGems.org.
Please see CHANGELOG.md for changes made prior to v2.1.2.