Releases: nulldb/nulldb
Releases · nulldb/nulldb
ActiveRecord 8.0 support
What's Changed
- Add ActiveRecord 8.0 support by @simpl1g in #136
- Register adapter with AR for AR version >= 7.2 by @taylorthurlow in #132
- Improve README.md with fenced codeblocks for syntax highlighting by @fwolfst in #134
- Add unique_constraint method to table_definition by @Kagemaru in #131
New Contributors
- @simpl1g made their first contribution in #136
- @fwolfst made their first contribution in #134
- @Kagemaru made their first contribution in #131
Full Changelog: v1.0.1...v1.1.1
v1.0.1
What's Changed
- Quick & dirty support for Rails & ActiveRecord 7.1 by @taylorthurlow in #124
- Add postgres enum column alias by @Zeko369 in #122
New Contributors
- @taylorthurlow made their first contribution in #124
- @Zeko369 made their first contribution in #122
Full Changelog: v0.9.0...v1.0.1
v0.9.0
Rails 6.1 support
- Add support to Rails 6.1 #106
That PR also include moving away from Travis to Github Actions and testing it for Ruby 3.0 that was released last December 25th.
Thanks @jmortlock for these contributions. 💜
Finish dropping support to older Rails
- Breaking: Finish dropping support to Rails <= 5.1 by removing custom code for these versions. #101
Add support to UUID
- Add support to UUID #97