The letter A styled as Alchemists logo. lchemists
HTMX Icon

HTMX 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.

1.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

1.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

0.4.1 (2023-11-15)

  • Fixed gem loader to find by tag and cache instance - Brooke Kuhlmann

  • Updated Gemfile to support next minor Ruby version - Brooke Kuhlmann

  • Updated to Caliber 0.42.0 - Brooke Kuhlmann

  • Refactored Gemfile to use ruby file syntax - Brooke Kuhlmann

0.4.0 (2023-09-30)

  • Fixed Zeitwerk loader - Brooke Kuhlmann

  • Added gem loader - Brooke Kuhlmann

  • Updated GitHub issue template with simplified sections - Brooke Kuhlmann

0.3.0 (2023-08-10)

  • Fixed RuboCop Packaging/BundlerSetupInTests issues - Brooke Kuhlmann

  • Fixed prefixer to handle underscores as dashes - Brooke Kuhlmann

  • Fixed request header key capitalization - Brooke Kuhlmann

  • Added key and header finders for request and response headers - Brooke Kuhlmann

  • Updated Rake RSpec task configuration to not be verbose - Brooke Kuhlmann

0.2.1 (2023-06-19)

  • Updated to Caliber 0.35.0 - Brooke Kuhlmann

  • Updated to Git Lint 6.0.0 - Brooke Kuhlmann

0.2.0 (2023-06-13)

  • Updated to Refinements 11.0.0 - Brooke Kuhlmann

0.1.0 (2023-05-24)

  • Fixed module method to cache prefixer instance - Brooke Kuhlmann

  • Fixed request and response headers to be more performant - Brooke Kuhlmann

  • Updated prefixer allowed constant - Brooke Kuhlmann

0.0.0 (2023-05-20)

  • Added prefixer - Brooke Kuhlmann

  • Added project skeleton - Brooke Kuhlmann

  • Added request header - Brooke Kuhlmann

  • Added response header - Brooke Kuhlmann

  • Added root error - Brooke Kuhlmann