Skip to content

Releases: rhythmagency/rhythm.models.common

v1.4.0

12 Jan 02:28
Compare
Choose a tag to compare

Second part of dropping nullable support now in the Flatten() extension methods.

Breaking changes

Flatten() no longer support nullable objects in the incoming array. These should be filtered out before they hit this call. Top level nullability will still be supported at this time if the array is a null object.

v1.3.0

12 Jan 02:26
Compare
Choose a tag to compare

Initial dropping nullable support for IHavePageComponents.

Breaking changes

GetPageComponents() no longer supports nullable objects.

v1.2.0

11 Jan 20:59
Compare
Choose a tag to compare

Breaking changes

  • IComponentModel is now IPageComponentModel
  • IHaveComponents is now IHavePageComponents
    • GetComponents method is now GetPageComponents.

v1.1.0

11 Jan 21:04
Compare
Choose a tag to compare

Breaking changes

  • Removed IBlockModel
  • Renamed IPageModel Blocks property to Content