Skip to content

Releases: carrot/roots-records

v0.5.1

Choose a tag to compare

@zspecza zspecza released this 18 Sep 15:56
  • fixed a bug where the request would not return JSON for authorized endpoints

v0.5.0

Choose a tag to compare

@jescalan jescalan released this 05 Aug 14:49

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

v0.4.0

Choose a tag to compare

@jescalan jescalan released this 12 Jul 16:14
  • Fix a small bug, get rid of some internal code ambiguity
  • Bring all deps up to date and ensure all tests are passing

v0.3.3

Choose a tag to compare

@kylemac kylemac released this 03 Jun 14:32
  • adds note to readme about the item local for single view templates (#19)
  • adds dynamic template paths to Single Views (#21)
  • respect compiler options from app.coffee (#20)

v0.3.0

Choose a tag to compare

@nporteschaikin nporteschaikin released this 24 Mar 20:44

Includes @joshrowley's PR for using a function rather than a key-path string to send a specific object to locals.

This breaks any template with a path option.

v0.1.0

Choose a tag to compare

@jescalan jescalan released this 21 Nov 22:42

Pushing to a minor version as this is fairly stable. This release fixes a bug introduced by breaking changes to npm v2.