Releases: abelljs/abell
Releases · abelljs/abell
0.3.1 - Major Refactor and End to end tests
0.3.0
0.3.0
- We now support plugins 🎉 Example: https://github.com/saurabhdaware/abell-sitemap-plugin
- Nested folders in
content
now maintain structure (Resolved Issue #19) - BREAKING CHANGE All assets should be inside
content/<slug>/assets/
folder (#22) - Keeping dev-server alive when not defined errors occur (Patially fixes #16)
- Keeping dev-server alive when new blog added/deleted (Fixed #23)
- Refresh cache in dev-server to avoid display of old data (#26)
- Crash on
content/index.md
change fix (Issue #21) - Removed
ignoreInDist
, will be auto-calculated depending on which files are required (Resolves #25) - Refactoring
- Ability to change socket ports with
abell serve --socket-port 3000 --port 5000
- BREAKING CHANGE
./theme/[$slug]/index.abell
changed to./theme/[$path]/index.abell
- TODO: Add root in all files.
- Fix of nested .abell files in
theme
- Added
$root
to global variables in all.abell
files. - Multiple templates in
[$path]
0.3.0-rc.3
- Prep for 0.3.0
0.2.20
0.2.19 [Unreleased on NPM]
Changelog
- Warnings are displayed in yellow color
- abell-renderer updated to 0.1.10 Changelog of Abell Renderer
0.2.18
Changelog
- BUG FIX
Caching of files required from.abell
files during dev-server fixed. Now Auto-refresh will work on required files as well.
0.2.17
Changelog
- Having
content
directory is no more neccessary. Ability to build a static site which is not dependent on markdown content.
0.2.14 - 0.2.16
Changelog
0.2.16
- Fix for dev-server not having right content-type of
.mjs
files.
0.2.15
- Having
[$slug]/index.abell
is no more neccessary.
0.2.14
- Prefetch now recognizes the links that are preloaded in the next page.
0.2.13
- Forgot to add .vscode to
.npmignore
in 0.2.12 and my vscode configs went with the package so fixed it in this patch 😭😭 - Added
as=<type>
to prefetched links during build-time
0.2.11
Changelog
- Building all
.abell
files insidetheme
folder. (Thanks to @akash-joshi for PR #12) - BREAKING CHANGE
Dropping option oftemplateExtension
fromabell.config.js
- Tiny Refactor of ignoring files flow.