What’s changed
- Make Rails EnumType handle serializing pre-serialized values by @joeldrapper in #256
- Literal::Enum#to_s by @joeldrapper in #257
- Update README.md by @danielmyasnikov in #258
- Remove the option to disable checks by @joeldrapper in #259
- Switch to assert-style tests by @joeldrapper in #260
- Fix typo by @visini in #262
- Allow enum coercion from symbol by @joeldrapper in #261
- Literal::Array(Literal::Tuple)#transpose by @joeldrapper in #263
- Literal array transpose with array by @joeldrapper in #264
Literal::Array(T)
coercion by @joeldrapper in #267- Literal::Array#zip by @joeldrapper in #268
- Make enums ordered by @joeldrapper in #269
- Literal Array #sort_by! by @hslzr in #272
- Literal Array #each_index by @hslzr in #270
- Literal Array #take_while by @hslzr in #271
- Fix issue with constraint allocations by @joeldrapper in #273
- Fix error when using non-ActiveRecord::Base on ActiveRecord::Relation by @stephannv in #274
- Fixing Rubocop and JRuby CI by @stephannv in #275
- Adding _Date, _Date?, _Time, and _Time? to Literal::Types by @albertico in #277
New Contributors
- @danielmyasnikov made their first contribution in #258
- @visini made their first contribution in #262
- @stephannv made their first contribution in #274
- @albertico made their first contribution in #277
Full Changelog: 1.4.0...1.5.0