Releases: rhythmagency/rhythm.models.common
Releases · rhythmagency/rhythm.models.common
v1.4.0
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
Initial dropping nullable support for IHavePageComponents
.
Breaking changes
GetPageComponents() no longer supports nullable objects.
v1.2.0
Breaking changes
IComponentModel
is nowIPageComponentModel
IHaveComponents
is nowIHavePageComponents
GetComponents
method is nowGetPageComponents
.
v1.1.0
Breaking changes
- Removed
IBlockModel
- Renamed
IPageModel
Blocks property to Content