Skip to content

Releases: clay/amphora

v1.1.0

20 Oct 21:37
Compare
Choose a tag to compare

New Features

  • #164: Allow DELETE on /uris/ and /pages

Stable

06 Oct 19:56
Compare
Choose a tag to compare

We are now stable.

v0.15.3

05 Oct 18:36
Compare
Choose a tag to compare

Patches / Fixes:
#158: Remove unused functionality to establish releasable v1 API
#157: Better normalizers for path and directory of a site
#156: Readme updates

v0.15.0

24 Sep 20:53
Compare
Choose a tag to compare

#151: Add CORS support on a per-site basis.

v0.13.0

31 Aug 19:33
Compare
Choose a tag to compare

New Features

  • #146: Add batch and put events to DB service.

v0.12.0

27 Aug 19:33
Compare
Choose a tag to compare

New Features:

  • #44 Indexing components instances in search engine
  • #45 Fail on bad jscs and jshint, so that we can eventually move to eslint.

v0.11.0

13 Aug 15:48
Compare
Choose a tag to compare

New Features

  • #139: Add assetDir and assetPath to config.yaml
  • #140: Setting env REDIS_HOST allows use of a Redis DB.

v0.10.0

10 Aug 18:14
Compare
Choose a tag to compare

New Feature:

  • #132: Allow router to be given to byline, making this a real partial API that can be added upon.

Bug Fixes:

  • #127: Layout styles and scripts are now being added to rendered pages.
  • #126: Styles and scripts should only be referenced once, even if different instances.

v0.9.0

10 Aug 14:01
Compare
Choose a tag to compare

New Features

  • #123: All /components, /pages, /uris have site information.

Breaking Change

  • /components, /pages, /uris are only available at a site hostname and path.
  • All refs must include hostname and path (and are thus true uris)

v0.8.0

09 Aug 20:18
Compare
Choose a tag to compare

New Feature

  • #122: Expose a lot more information to the templates, including _self, _pageData, _version, and components, which is a list of components in the rendered template in order of first appearance, and refs, which is a lists of references that are shortcuts into various places of the larger JSON document, in order of appearance.