Releases: ericselin/deno-ssg-bob
Releases · ericselin/deno-ssg-bob
v2.2.0
v2.1.1
v2.1.0
v2.0.2
v2.0.1
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.
v1.2.0
1.2.0 (2021-10-26)
Bug Fixes
- Filter current page from
wantedPages
array (708f21a)
Features
- Add
date
field toContentBase
(b31eab6), closes #14 - Add
summary
to page properties (c2235fe), closes #9 - Add output URL to FilePath (03f319a), closes #8
- Create helper for sorting pages by date (1041ea0), closes #13
- Do not build draft pages by default (81f4c9d), closes #12
- Set title on
ContentBase
(1fea872)
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2021-10-07)
Bug Fixes
- Enable passing in undefined to content reader (550eca4)
- Improve dirty layout checker logging (3f396bf)
- Show force build warning only if actually forced (ee4e0ca)
- Throw actual error when layout module importing fails (d2c8225)
- Update tests to reflect new API (5d313cb)
Features
- Add ability to load pages (2204a13)
- Add ability to read array of content files (3ca93d4)
- Add ability to specify public output folder for build (5837e80)
- Add build stats to cli output (2f5ec2a)
- Add force building and verbose logging cli flags (9a0a88a)
- Add proper layout lookup (cffb530)
- Async component rendering (a96516b)
- Create lookup for layout files similar to Hugo (2de6819)
- Incremental builds (16230bf)
- Rebuild everything if layout files changed (2c01d4c)
- Render TSX based on a component file (479da26)