Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 4.94 KB

CHANGELOG.md

File metadata and controls

74 lines (48 loc) · 4.94 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


Build

  • (deps) bump orhun/git-cliff-action from 3 to 4 - (2e84eed) - dependabot[bot]

0.2.0 - 2024-10-03

Documentation

  • update spec_helper.rb file path - (f37c6f7) - Ryan Chang
  • add codeclimate badge - (b0b3f73) - Ryan Chang

Build

  • (deps) bump rspec-expectations from 3.13.1 to 3.13.3 - (0e6721a) - dependabot[bot]
  • (deps) bump activesupport from 7.2.0 to 7.2.1 - (ea73c43) - dependabot[bot]
  • (deps-dev) bump rubocop from 1.65.1 to 1.66.0 - (0f8e701) - dependabot[bot]
  • (deps-dev) bump rubocop from 1.66.0 to 1.66.1 - (1edaec3) - dependabot[bot]
  • (deps-dev) bump rubocop-rspec from 3.0.4 to 3.1.0 - (2494e9a) - dependabot[bot]

Lib

  • relax to >= ruby 2.5, bump activesupport to >= 6.1 - (84f1638) - Ryan Chang
  • use ruby 2.5 syntax for instance type check - (cea7322) - Ryan Chang
  • use appraisal gem to generate Gemfile for different activesupport version - (1d1f5c9) - Ryan Chang

0.1.2 - 2024-08-18

Documentation

  • update readme - (2aefc0a) - Ryan Chang
  • update readme with grammar corrections - (7bcff26) - Ryan Chang
  • update readme with correct CI link - (d05b81f) - Ryan Chang

Lib

  • update gemspec description - (9ce149d) - Ryan Chang

[0.1.1] - 2024-08-18

Bug Fixes

  • gemspec require statement for version - (be1fe96) - Ryan Chang
  • rename have_deprecated to warn_depreacation - (88e3736) - Ryan Chang

Documentation

  • update readme - (40a8ec7) - Ryan Chang
  • fix readme typo - (2ef3ea2) - Ryan Chang

Tests

  • add test cases for the RSpec matcher - (adcde12) - Ryan Chang

Lib

  • update gem file - (0e6263f) - Ryan Chang
  • update gemspec - (90bd248) - Ryan Chang
  • initialize lib and spec structure - (e539cc7) - Ryan Chang
  • ensure folder structure are following snake case for consistent require statements - (146dd9a) - Ryan Chang
  • rename Rspec to RSpec - (51780f0) - Ryan Chang
  • use ruby 3.3.4 - (cf54c61) - Ryan Chang
  • update gemfile lock - (e822fcb) - Ryan Chang