Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Releases: atomixinteractions/createrest

v0.9.0 🎈

01 Jul 01:14
v0.9.0
22a105d
Compare
Choose a tag to compare

Breaking changes

Features

createRest(root => {
  root.resources('users', UsersController)
})
// GET /users             -> index()
// POST /users            -> create()
// GET /users/:userId     -> read()
// PUT /users/:userId     -> update()
// PATCH /users/:userId   -> patch()
// DELETE /users/:userId  -> destroy()

Other changes

v0.8.3 🍀

11 Jun 18:50
v0.8.3
8a5f662
Compare
Choose a tag to compare

Changes

  • Add aliases beforeEach/afterEach for before/after #5

v0.8.2 🌟

11 Jun 18:43
v0.8.2
5b8b919
Compare
Choose a tag to compare

Changes

  • Updated readme with examples for express and koa
  • Added docs for isCreateRestInstance function

v0.8.1

11 Jun 18:41
v0.8.1
6b494e9
Compare
Choose a tag to compare

Incorrect version do not use it

v0.8.0 💥

11 Jun 18:10
v0.8.0
369f088
Compare
Choose a tag to compare

Changes

  • Refactored checking routes instance 0177d09

v0.7.0

11 Jun 18:09
v0.7.0
cebb9bb
Compare
Choose a tag to compare

Changes

  • Add symbol to routes instances 7e82ee2

v0.6.2

11 Jun 18:07
v0.6.2
5dbf283
Compare
Choose a tag to compare

Updated documentation

v0.6.1

11 Jun 18:05
v0.6.1
bf5ff6c
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Docs updated

v0.6.0

01 Jun 13:12
v0.6.0
b025845
Compare
Choose a tag to compare

Changes

v0.5.2 ✨

01 Jun 09:40
v0.5.2
b482ae9
Compare
Choose a tag to compare
  • Semantic release
  • ESDoc at createrest.js.org
  • npm@5 support
  • resource and scope support