github SeaQL/sea-orm 0.5.0

latest releases: 1.0.1, 1.1.0-rc.1, 1.0.0...
2 years ago

Fixed Issues

  • Why insert, update, etc return a ActiveModel instead of Model? #289
  • Rework ActiveValue #321
  • Some missing ActiveEnum utilities #338

Merged PRs

Breaking Changes

  • ActiveModel::insert and ActiveModel::update return Model instead of ActiveModel
  • Method ActiveModelBehavior::after_save takes Model as input instead of ActiveModel
  • Rename method sea_orm::unchanged_active_value_not_intended_for_public_use to sea_orm::Unchanged
  • Rename method ActiveValue::unset to ActiveValue::not_set
  • Rename method ActiveValue::is_unset to ActiveValue::is_not_set
  • PartialEq of ActiveValue will also check the equality of state instead of just checking the equality of value

New Contributors

Full Changelog: 0.4.2...0.5.0

Don't miss a new sea-orm release

NewReleases is sending notifications on new releases.