- CHANGED: Turbo now renders 4xx and 5xx HTML error responses to form submissions for both Turbo Drive and Turbo Frames. We suggest serving form validation errors with a HTTP 422 status. [#39]
- CHANGED: Turbo ignores form submissions where the form or triggering button has a
data-turbo="false"
annotation. [#3] - CHANGED: Updated a handful of documentation links to point to the new Stimulus site. [#17, #27]
- INTERNAL: Set up CI and configured the test suite to run on Firefox. [#60]