
PKCE Versions
Overview
All versions adhere to the Semantic Versioning specification. Briefly, it 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.
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