v2.0.0
2.0.0 (2021-11-01)
Features
- Create development server (b0ef6c1), closes #6
- Create static file copy to public dir (5cc0f44), closes #5
BREAKING CHANGES
-
- The
Page
propertyfilepath
has been renamedlocation
. To migrate, please change reference to this property to reflect the new name. E.g.page.filepath.url
topage.location.url
.
- The
- The deprecated
ContentBase
andContentUnknown
types have been removed. Please use the new typePage
instead.