Skip to content

Releases: abelljs/abell

0.2.10

18 May 05:52
Compare
Choose a tag to compare
0.2.10 Pre-release
Pre-release
  • MAJOR UPDATE: Website Performance Improvements
    All links from content's template will be prefetched on the index page.

0.2.8

17 May 11:02
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release
  • BREAKING CHANGE
    Paths in require are now relative to the respective .abell files.

0.2.7

16 May 09:28
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

Changelog

  • BREAKING CHANGE
    Default sourcePath changed from src to theme
  • Documentation update

0.2.6-alpha.3

16 May 07:13
Compare
Choose a tag to compare
0.2.6-alpha.3 Pre-release
Pre-release
  • No reload page content replace

0.2.6

16 May 08:19
ad01cfd
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

Changelog

  • browser-sync removed from dependency
  • New faster dev server written from complete scratch.

0.2.6-alpha.2

15 May 18:47
Compare
Choose a tag to compare
0.2.6-alpha.2 Pre-release
Pre-release
  • Images not showing bug fix
npm i --save-dev [email protected]

0.2.6-alpha.1

15 May 16:18
Compare
Choose a tag to compare
0.2.6-alpha.1 Pre-release
Pre-release

Removed browser-sync and replaced the package with a custom socket server

npm install --save-dev [email protected]

0.2.5

15 May 06:27
b9c9a3a
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Changelog

  • Migrated from markdown-it package to remarkable (since remarkable has smaller dependencey tree)

0.2.4

14 May 20:47
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Changelog

  • Build adds id to Markdown to HTML rendered content.

0.2.3

14 May 20:34
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

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