Releases: payrollhero/dynamic_form
Releases · payrollhero/dynamic_form
v1.3.2
What's Changed
- Handle error message possibly already being an array by @scpike in #5
- Allow Ruby 3.4 by @joe-sharp in #9
New Contributors
- @scpike made their first contribution in #5
- @joe-sharp made their first contribution in #9
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Add support for ruby 3.3 (#3)
v1.3.0: Fix CI, run on GitHub actions, and fix as many tests as possible. (#2)
* run tests on github actions * add rails 7.1 and newer rubies to the CI matrix * add missing convert_to_model method, and do not create @response object * fix as many tests as possible, disable others update .gitignore * ruby 2.6 is deprecated, 3.3 is failing * bump version, fix condition * add runtime dependencies * autocomplete came with rails 6.1 * remove comment * fix tests * fix Gemfile * raise and expect an exception instead
v1.2.0 - Bump version, Ruby 3.x and Rails 7 support
v1.2.0 - Bump version, Ruby 3.x and Rails 7 support