Releases: abelljs/abell
Releases · abelljs/abell
0.2.10
- MAJOR UPDATE: Website Performance Improvements
All links from content's template will be prefetched on the index page.
0.2.8
- BREAKING CHANGE
Paths inrequire
are now relative to the respective .abell files.
0.2.7
Changelog
- BREAKING CHANGE
Default sourcePath changed fromsrc
totheme
- Documentation update
0.2.6-alpha.3
- No reload page content replace
0.2.6
Changelog
browser-sync
removed from dependency- New faster dev server written from complete scratch.
0.2.6-alpha.2
- Images not showing bug fix
npm i --save-dev [email protected]
0.2.6-alpha.1
Removed browser-sync
and replaced the package with a custom socket server
npm install --save-dev [email protected]
0.2.5
Changelog
- Migrated from
markdown-it
package toremarkable
(since remarkable has smaller dependencey tree)
0.2.4
Changelog
- Build adds
id
to Markdown to HTML rendered content.
0.2.3
Changelog
- BREAKING CHANGE
$contentList
changed to$contentArray
- Refactoring of how variables are handled internally
$contentObj
and$slug
variables added- BREAKING CHANGE
template/content.abell
changed to[$slug]/index.abell