Skip to content

v0.0.26

Choose a tag to compare

@samselikoff samselikoff released this 17 Apr 20:45
· 2059 commits to master since this release

Update notes: none.

Changes:

  • [ENHANCEMENT] #70 Allow function route handler to customize status
    code, HTTP headers and data. See the
    wiki

    for details.
  • [BUGFIX] #81 Include assets in dev build, in case users visit /tests
    from ember s.
  • [BUGFIX] smarter id coercion in controller @mikehollis
  • [IMPROVEMENT] import mergeTrees and funnel @willrax @cibernox
  • [IMPROVEMENT] better status code lookup @cibernox
  • [IMPROVEMENT] use ember-try @willrax