Skip to content

Releases: static-dev/spike-records

v2.2.1

Choose a tag to compare

@jescalan jescalan released this 09 Aug 22:49
  • Update all dependencies!

v2.2.0

Choose a tag to compare

@jescalan jescalan released this 13 Oct 05:18

Feature: function as data type (#77)

v.2.1.0

Choose a tag to compare

@jescalan jescalan released this 14 Aug 19:26
  • Add transformRaw option, thanks to @drewwestrick for the implementation!

v2.0.0

Choose a tag to compare

@jescalan jescalan released this 12 Jul 14:54
  • Fixes an issue where layouts and includes in single templates would resolve from the root rather than the single template's path. This is breaking if you are using a single template with a layout and/or include (hence the major version). To migrate just adjust the path such that it is relative to the file rather than the project root.

v1.0.3

Choose a tag to compare

@jescalan jescalan released this 10 Jul 17:00
  • Fixes a bug with template variables that would appear using this latest version of reshape-standard

v1.0.2

Choose a tag to compare

@jescalan jescalan released this 08 Jun 17:45
  • Dependencies up to date

v1.0.0

Choose a tag to compare

@jescalan jescalan released this 05 Apr 22:06
  • Stable release! 🐫
  • Update to work with spike v1.0.0

v0.4.1

Choose a tag to compare

@jescalan jescalan released this 12 Jan 19:06
  • Working with node v7 and latest spike version
  • Error messages and traces improved
  • Dependencies updated

v0.4.0

Choose a tag to compare

@jescalan jescalan released this 17 Nov 20:58
9115bfd
  • Fixes a bug with the webpack loader context when using the template option

v0.3.1

Choose a tag to compare

@jescalan jescalan released this 24 Aug 20:22
  • Remove unnecessary dependency, package.json fixes