538 Commits

Author SHA1 Message Date
427e6add1f 0.9.4 2016-12-07 09:41:42 +01:00
b2bcabb71e Fix PATCH test v0.9.3 2016-12-07 09:39:44 +01:00
84493e07db 0.9.3 2016-12-07 09:28:52 +01:00
d6528665a1 Update CHANGELOG.md 2016-12-07 09:28:33 +01:00
24b2c9f1b6 Update CHANGELOG.md 2016-12-06 23:52:26 +01:00
d0596e1386 clean 2016-12-06 23:51:01 +01:00
3df272dbe3 Update package.json 2016-12-06 23:49:21 +01:00
46a5259584 Add stricter tests 2016-12-06 23:43:26 +01:00
f2f96514e5 Update README.md 2016-12-06 13:05:28 +01:00
060d194b04 Update CHANGELOG.md 2016-11-29 07:56:14 +01:00
814bae7969 0.9.2 v0.9.2 2016-11-29 08:54:28 +01:00
cb1d474ac6 Update run.js 2016-11-28 14:07:30 +01:00
b6b48facee Fix standard error 2016-11-28 13:33:29 +01:00
c527e1ef87 Fix nohup issue 2016-11-28 13:30:43 +01:00
2ce7cd37b2 Fix broken links (#426) 2016-11-28 12:09:58 +01:00
fdab5ee4d0 Create appveyor.yml 2016-11-28 08:55:14 +01:00
3f355b3ada Check if file is not null when watching dir 2016-11-27 20:12:38 +01:00
edbb860300 Fix invalid HTML, Improve formatting (#422) 2016-11-25 15:56:20 +01:00
6e75107638 Update README.md 2016-11-22 12:59:17 +01:00
d3883f9143 Update CHANGELOG.md 2016-11-21 14:57:11 +01:00
16577f1bfd Update CHANGELOG.md 2016-11-21 14:57:01 +01:00
05e147427d 0.9.1 v0.9.1 2016-11-21 02:43:35 +01:00
6051dde5f4 Update CHANGELOG.md 2016-11-21 02:43:18 +01:00
f54de70738 Update test 2016-11-21 02:39:29 +01:00
b5e4fcc9d2 Update underscore-db dependency 2016-11-21 02:39:04 +01:00
eca6b763f2 fix filter for boolean value false (#412) (#413) 2016-11-21 02:24:35 +01:00
b5eec153f7 Update package.json 2016-11-17 13:22:53 +01:00
4be7538412 Update README.md 2016-11-12 02:42:29 +01:00
a42373eaf2 Add markdown-toc 2016-11-12 02:42:06 +01:00
1cb4e3e27e Update README.md v0.9.0 2016-11-12 02:24:44 +01:00
d46cbd20f0 Add prepublish 2016-11-12 02:22:30 +01:00
526ff59aff 0.9.0 2016-11-12 02:01:26 +01:00
2b26630ac6 v0.9.0 (#404)
* Remove automatic type conversion

* Remove body-parser from default middlewares

* Ignore lib

* ES2015

* Use shortid

* Add babel-register

* Update paths to ./lib

* Add .npmignore

* Update bin

* temp fix

* Fix bin

* Add message when creating default db

* Use fs.watch

* Fix operator existence test

* Fix 0.12 tests

* Update dependencies

* Update

* Increase timeout

* Fix 0.12 support

* 0.9.0-beta.1

* Fix missing example.json issue

* 0.9.0-beta.2

* Update message

* Update CHANGELOG.md

* Update lowdb dependency

* Add error message

* Update README.md

* Add database validation

* Update

* Update

* Fix tests

* Update
2016-11-12 01:59:43 +01:00
44bdfb490a Update README.md 2016-11-10 12:57:48 +01:00
0861dfe581 Update .travis.yml 2016-11-03 12:48:52 +01:00
b2228581c8 0.8.23 v0.8.23 2016-11-03 09:23:57 +01:00
c6d0a57202 Update CHANGELOG.md 2016-11-03 09:19:26 +01:00
1f89edb665 Update CHANGELOG 2016-11-03 09:17:41 +01:00
2b93bf5113 Exposing Link in the header instead of Links (#394)
- fix the small typo `Links` to `Link`
- update relevant tests
2016-11-02 23:33:55 +01:00
0dbb5ba1a7 Update README.md 2016-10-30 13:29:28 +01:00
7a619bcc7b Update README.md 2016-10-25 21:42:36 +02:00
fddd450705 fix middlewares example (#385) 2016-10-13 11:42:15 +02:00
8f484cd7c0 Update README.md
Thanks to @istommao
2016-10-11 10:43:49 +02:00
a7784f07f0 Update README.md 2016-10-06 01:02:07 +02:00
d1fcca9efa 0.8.22 v0.8.22 2016-10-04 12:43:52 +02:00
d873d6f953 Update CHANGELOG.md 2016-10-04 12:43:35 +02:00
b44a0d8288 add Links header test 2016-10-04 12:41:43 +02:00
b070d56194 Expose the Links header. (#381) 2016-10-04 12:04:48 +02:00
86db19aa94 Update README.md 2016-10-01 17:00:45 +02:00
b06bc27d91 Add support for query params in rewrite targets (#373)
* Add support for query params in rewrite targets

Re-parse the rewrite target to add query params, fixes #372

* Use lodash for Object.assign for node v0.12 compatibility
2016-10-01 02:25:13 +02:00