Skip to content

Releases: justeat/f-templates

v1.5.1

Choose a tag to compare

@dandel10n dandel10n released this 17 Jun 08:39

Changed

  • Fixed version numbers mistyping

v1.5.0

Choose a tag to compare

@dandel10n dandel10n released this 14 Jun 15:38
a7249ce

Changed

  • Updated npm dependencies.
  • Updated yarn.lock for indirect dependencies to fix vulnerability issues

v1.4.0

Choose a tag to compare

@dandel10n dandel10n released this 26 Oct 12:33

Added

  • concat handlebars helper added to project

v1.3.0

Choose a tag to compare

@ashleynolan ashleynolan released this 10 Aug 10:47

Added

  • handlebars-helper-inlinesvg added to project to allow inlining of SVGs into global projects

v1.2.0

Choose a tag to compare

@DamianMullins DamianMullins released this 09 Aug 09:45
95ed8f5

Added

  • Added Babel object rest spread transform.
  • Added danger module and checks.

Changed

  • Updated dependencies.
  • Webpack updated and build modified to output production code.
  • Small refactor of the templates module.
  • Tpdated Travis config.

Removed

  • Removed badges for deprecated and unused services.

Fixed

  • Fixed linting issues.

v1.1.0

Choose a tag to compare

@DamianMullins DamianMullins released this 18 Jun 08:48

Changed

  • Wrapped template logic in try/catch block.
  • Updated readme.

v0.0.4

Choose a tag to compare

@DamianMullins DamianMullins released this 31 Jan 10:53
c8c826b

Changed

  • Changed destination directory for template.js file.

v0.0.3

Choose a tag to compare

@DamianMullins DamianMullins released this 31 Jan 08:38
fb376d7

Added

  • Added ability to pass in language.

v0.0.2

Choose a tag to compare

@DamianMullins DamianMullins released this 09 Jan 13:18
babdc30

Added

  • Added support for internationalisation.
  • Added support for partial views.

v0.0.1

Choose a tag to compare

@DamianMullins DamianMullins released this 04 Jan 15:41
2ecf1b4

Added

  • Added initial project files.