Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Releases: sapegin/fledermaus

v7.1.0

Choose a tag to compare

@sapegin sapegin released this 25 Dec 15:49
  • Cache source files transformed to HTML to speedup the build.
  • dateToString helper: show component stack on error

v7.0.0

Choose a tag to compare

@sapegin sapegin released this 14 Jun 13:00

Breaking change

New Remark 7.0 plugin API, you should update your custom Remark plugins:

-function remarkRainbow(processor, options) {
+function remarkRainbow(options) {

v6.0.0

Choose a tag to compare

@sapegin sapegin released this 26 Jan 20:21

Breaking changes

  • Remove Group, Style and Script components
  • Drop Node 5 support

New features

  • Expose VDO as global.h
  • Pass context to VDO templates

5.0.4

Choose a tag to compare

@sapegin sapegin released this 26 Aug 14:53
  • Move absolutizeUrl() and absolutizeLinks() to utils (still available as helpers too).

v5.0.3

Choose a tag to compare

@sapegin sapegin released this 24 Jun 17:58
  • og() and meta() should work with numbers.

v5.0.2

Choose a tag to compare

@sapegin sapegin released this 09 Jun 17:15
  • absolutizeUrl helper should return absolute URLs as is.

5.0.1

Choose a tag to compare

@sapegin sapegin released this 17 May 13:08
  • __ helper should mark result as safe.

v5.0.0

Choose a tag to compare

@sapegin sapegin released this 10 May 17:17

Breaking changes

  • New template engine VDO, JSX templates instead of ECT.
  • Do not uppercase layout name.
  • New helper names: rt → typo, rtt → typoTitle.
  • Markdown helpers moved to utils and renamed: md → markdownBlock, mds → markdown.

New features

  • RSS generation.
  • New VDO component: Group.
  • New helpers: Script, Style, json, safe.

Other changes

  • Better error handling.

4.3.4

Choose a tag to compare

@sapegin sapegin released this 30 Mar 06:19
  • Fix code fragments printing in template compilation errors.

v4.3.3

Choose a tag to compare

@sapegin sapegin released this 29 Mar 21:12
  • Show code fragment in template compilation errors.