Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 14:50
· 86 commits to main since this release

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 property filepath has been renamed location. To migrate, please change reference to this property to reflect the new name. E.g. page.filepath.url to page.location.url.
  • The deprecated ContentBase and ContentUnknown types have been removed. Please use the new type Page instead.