Skip to content

Releases: kedoska/resty

v0.0.5

17 Sep 15:53
7feeb02
Compare
Choose a tag to compare
  • Create routes only if defined in the data-adapter;
  • Export errorHandler

v0.0.4

14 Sep 21:09
508472a
Compare
Choose a tag to compare

Implement essential pagination extractor, taking into consideration limit and page from the Querystring.

v0.0.3

14 Sep 01:18
ccaa748
Compare
Choose a tag to compare

Implement basic CRUD operation.
Add Example of how to create a basic CRUD REST API with ExpressJs, resty and Sqlite.

v0.0.2

13 Sep 03:43
5d290c9
Compare
Choose a tag to compare
fix Publish action (include package.json) (#2)

* fix Publish action (include package.json)
* v0.0.1 prevent versioning from the local machine

v0.0.1

13 Sep 03:31
5ecb505
Compare
Choose a tag to compare
impl GET ALL and POST (#1)