Skip to content

Releases: abelljs/abell

0.3.1 - Major Refactor and End to end tests

23 Jun 16:49
Compare
Choose a tag to compare
  • Run bug fix when content is empty (Credits to #34 by @judionit
  • Major refactor of code and added cypress tests for the build (PR #37)

0.3.0

19 Jun 14:03
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

18 Jun 11:01
Compare
Choose a tag to compare
0.3.0-rc.3 Pre-release
Pre-release
  • Prep for 0.3.0

0.2.20

29 May 18:24
Compare
Choose a tag to compare
0.2.20 Pre-release
Pre-release

Changelog

  • Way to overwrite $createdAt and $modifiedAt values from meta.json in content. Resolved #14

0.2.19 [Unreleased on NPM]

29 May 17:20
Compare
Choose a tag to compare
Pre-release

Changelog

0.2.18

25 May 09:00
Compare
Choose a tag to compare
0.2.18 Pre-release
Pre-release

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

25 May 06:45
Compare
Choose a tag to compare
0.2.17 Pre-release
Pre-release

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

22 May 18:53
Compare
Choose a tag to compare
0.2.14 - 0.2.16 Pre-release
Pre-release

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

20 May 05:34
Compare
Choose a tag to compare
0.2.13 Pre-release
Pre-release
  • 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

18 May 18:31
Compare
Choose a tag to compare
0.2.11 Pre-release
Pre-release

Changelog

  • Building all .abell files inside theme folder. (Thanks to @akash-joshi for PR #12)
  • BREAKING CHANGE
    Dropping option of templateExtension from abell.config.js
  • Tiny Refactor of ignoring files flow.