Skip to content

Latest commit

 

History

History
86 lines (48 loc) · 5.44 KB

CHANGELOG.md

File metadata and controls

86 lines (48 loc) · 5.44 KB

1.0.0 (2022-04-18)

quitcost was released, which led to the development of this Gem!🎉

According to semver.org, "If your software is being used in production, it should probably already be 1.0.0.", so we would like to release this Gem as v1.0.0 as well!

ci

feat

  • add library settings for steep (57643af)
  • add rbs collection (0c07ac0)

fix

  • convert nilable argument into String (971d9c6)
  • remove Gemfile.lock generated by Appraisal (ddbe46d)
  • add empty line from data and rake task which creates data (1c538de & 6803ba7)

0.3.1 (2022-02-03)

feat

  • Specify ruby version in auto-update workflow (572fc5e), closes #77 #79

fix

  • Fix JpLocalGov.valid_code?'s condition (5e1ccf4), closes #85

0.3.0 (2022-01-28)

feat

  • Loosen Ruby version requirement to 2.7.0 (e3d5f6da)
  • Removing .ruby-version file lets other devs to use their preferred version of Ruby (3b3bd483)

0.2.1 (2022-01-14)

docs

  • Add how to use JpLocalGov::Random (aab920b), closes #66

fix

  • Fix dependency of JpLocalGov::Random (6da699b), closes #70

0.2.0 (2022-01-14)

chore

  • Add RSpec Runner for JetBrains IDE (83d8c86)
  • Make JpLocalGov::Data::Importer#prefecture_capital? to return true/false (82daafd)

ci

  • Add spell checking GitHub Actions Workflow (fc23bd1)

docs

feat

  • Add JpLocalGov::Random module (bae16d7), closes #65
  • Add JpLocalGov.all_xxx (f522686), closes #54
  • Make JpLocalGov.valid_code? public (e46b4e7), closes #55

fix

  • Fix a task(jp_local_gov:data:update_all) (e21125c), closes #60

style

  • Add rubocop-rake and rubocop-rspec (eb5f7d2)
  • omit parentheses for internal DSL(RSpec) (3c23ec5)
  • Remove Metrics rule for spec (e362565)

0.1.0 (2021-11-28)

  • Initial release