CrSerializer v0.7.0 Release Notes

Release Date: 2019-04-20 // almost 5 years ago
  • ๐Ÿ”‹ Features

    ๐Ÿ’ฅ Breaking Changes

    • Validation methods now must be called directly on the model. No need to include the .validator.
      • model.valid? vs model.validator.valid?.
    • ๐Ÿ‘€ When including CrSerializer, a generic type must be included that determines the format that should be supported. See the docs for more info.