
PKCE Versions
Overview
All versions adhere to the Strict Semantic Versioning as enforced with Versionaire and automated by Milestoner. Briefly, this means:
- Major (X.y.z): Incremented for any backwards incompatible public API changes.
- Minor (x.Y.z): Incremented for new, backwards compatible, public API enhancements/fixes.
- Patch (x.y.Z): Incremented for small, backwards compatible, bug fixes.
2.1.0 (2024-03-03)
-
🟢 Added repl_type_completor gem - Brooke Kuhlmann
-
🔼 Updated RuboCop to use XDG local configuration - Brooke Kuhlmann
-
🔼 Updated to Caliber 0.50.0 - Brooke Kuhlmann
-
🔼 Updated to Caliber 0.51.0 - Brooke Kuhlmann
-
🔼 Updated to Git Lint 7.1.0 - Brooke Kuhlmann
-
🔼 Updated to RSpec 3.13.0 - Brooke Kuhlmann
-
🔼 Updated to Reek 6.3.0 - Brooke Kuhlmann
-
🔼 Updated to Refinements 12.1.0 - Brooke Kuhlmann
2.0.0 (2024-01-01)
-
Updated Circle CI step names - Brooke Kuhlmann
-
Updated gem dependencies - Brooke Kuhlmann
-
Updated to Ruby 3.3.0 - Brooke Kuhlmann
-
Removed Gemfile code prefix from quality group - Brooke Kuhlmann
-
Removed Rakefile code prefix from quality task - Brooke Kuhlmann
1.0.6 (2023-11-15)
-
Fixed setup documentation - Brooke Kuhlmann
-
Updated Gemfile to support next minor Ruby version - Brooke Kuhlmann
1.0.5 (2023-10-15)
-
Fixed RuboCop Packaging/BundlerSetupInTests issues - Brooke Kuhlmann
-
Updated GitHub issue template with simplified sections - Brooke Kuhlmann
-
Updated Rake RSpec task configuration to not be verbose - Brooke Kuhlmann
-
Updated to Caliber 0.42.0 - Brooke Kuhlmann
-
Refactored Gemfile to use ruby file syntax - Brooke Kuhlmann
1.0.4 (2023-06-19)
-
Updated to Caliber 0.35.0 - Brooke Kuhlmann
-
Updated to Debug 1.8.0 - Brooke Kuhlmann
-
Updated to Git Lint 6.0.0 - Brooke Kuhlmann
-
Updated to Refinements 11.0.0 - Brooke Kuhlmann
1.0.3 (2023-04-30)
-
Updated to Caliber 0.30.0 - Brooke Kuhlmann
-
Updated to Ruby 3.2.2 - Brooke Kuhlmann
1.0.2 (2023-03-22)
-
Updated Reek dependency to not be required - Brooke Kuhlmann
-
Updated site URLs to use bare domain - Brooke Kuhlmann
-
Updated to Caliber 0.25.0 - Brooke Kuhlmann
-
Updated to Ruby 3.2.1 - Brooke Kuhlmann
-
Refactored Pathname require tree refinement to pass single argument - Brooke Kuhlmann
1.0.1 (2023-01-23)
-
Fixed Guardfile to use RSpec binstub - Brooke Kuhlmann
-
Added Rake binstub - Brooke Kuhlmann
-
Updated to Caliber 0.21.0 - Brooke Kuhlmann
-
Updated to Git Lint 5.0.0 - Brooke Kuhlmann
-
Updated to SimpleCov 0.22.0 - Brooke Kuhlmann
-
Removed encoder logger accessor - Brooke Kuhlmann
-
Refactored RSpec helper to use spec root constant - Brooke Kuhlmann
1.0.0 (2022-12-25)
-
Fixed RuboCop Style/RequireOrder issues - Brooke Kuhlmann
-
Added RSpec binstub - Brooke Kuhlmann
-
Updated to Debug 1.7.0 - Brooke Kuhlmann
-
Updated to Dry Monads 1.6.0 - Brooke Kuhlmann
-
Updated to RSpec 3.12.0 - Brooke Kuhlmann
-
Updated to Refinements 10.0.0 - Brooke Kuhlmann
-
Updated to Ruby 3.1.3 - Brooke Kuhlmann
-
Updated to Ruby 3.2.0 - Brooke Kuhlmann
-
Refactored code as data object instead of struct - Brooke Kuhlmann
0.2.0 (2022-10-22)
-
Fixed Rakefile RSpec initialization - Brooke Kuhlmann
-
Fixed SimpleCov Guard interaction - Brooke Kuhlmann
-
Fixed SimpleCov gem requirement to not be required by default - Brooke Kuhlmann
-
Added Circle CI SimpleCov artifacts - Brooke Kuhlmann
-
Updated README sections - Brooke Kuhlmann
-
Updated README to clarify strict use of semantic versioning - Brooke Kuhlmann
-
Updated SimpleCov configuration to use filters and minimum coverage - Brooke Kuhlmann
-
Updated to Caliber 0.16.0 - Brooke Kuhlmann
-
Updated to Refinements 9.7.0 - Brooke Kuhlmann
0.1.0 (2022-07-17)
-
Fixed 0.0.0 version details - Brooke Kuhlmann
-
Fixed gemspec label and summary - Brooke Kuhlmann
-
Updated README inroduction - Brooke Kuhlmann
-
Updated to Caliber 0.11.0 - Brooke Kuhlmann
-
Updated to Debug 1.6.0 - Brooke Kuhlmann
-
Updated to Refinements 9.6.0 - Brooke Kuhlmann
0.0.0 (2022-06-25)
-
Added challenger
-
Added code struct
-
Added documentation
-
Added Dry Monads gem
-
Added encoder
-
Added gemspec summary
-
Added Git Lint configuration
-
Added module class convenience method
-
Added project skeleton
-
Added RSpec patterns shared context
-
Added verifier
-
Refactored Refinements gem to test group