Skip to content

v0.5.0

Choose a tag to compare

@jescalan jescalan released this 05 Aug 14:49
· 3 commits to master since this release

BREAKING: The collection option for single view templates is no longer supported. Please use hook instead to achieve the same functionality. Also the records object is a real object, no longer an array with properties, in case that affects anyone, which it should not.

  • This update is a major rewrite which has resulted in much cleaner code with better test coverage, and has closed out a number of bugs.
  • Adds the ability to pass http options along with a URL
  • All records now available inside each single view page
  • hook now works correctly with single page views
  • Significantly improved error reporting