Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: Burnett01/sys-api

0.4.3 (hotfix) - DEPRECATED

20 Sep 20:28
Compare
Choose a tag to compare

Forward argument to next() when .next() is called with an argument. In previous versions router.next() was blocking.

0.4.2 - DEPRECATED

30 Jul 19:24
Compare
Choose a tag to compare
  • Added all restify bundled plugins (acceptParser, dateParser, queryParser, jsonp, gzipResponse, throttle, conditionalRequest)
  • Added pre() and use() methods which can be used by your api instance
  • The internal @server() wrapper takes a third argument (boolean) to skip use of a fn on a TLS instance. For example: If the gzipResponse plugin is used, it will not work on the TLS instance since GZIP in combination with TLS is prone to the BEAST attack. This API automatically protects you by skipping GZIP when used for TLS

0.4.0 - DEPRECATED

27 Jul 10:25
Compare
Choose a tag to compare

0.3.4 - DEPRECATED

16 May 10:30
Compare
Choose a tag to compare

Now supports put and del methods

0.3.3 - DEPRECATED

16 May 10:04
Compare
Choose a tag to compare

Logging, HTTPS, Multiple plugin-roots, middleware

https://github.com/Cloud2Box/sys-api/issues?q=milestone%3A0.3.2+is%3Aclosed

This is a production-ready release of 0.3.2

0.3.2 - DEPRECATED

14 May 19:19
Compare
Choose a tag to compare
0.3.2 - DEPRECATED Pre-release
Pre-release

https://github.com/Cloud2Box/sys-api/issues?q=milestone%3A0.3.2+is%3Aclosed

This is a pre-release. Wait for 0.3.3 if you need a production-ready release

0.3.1 - DEPRECATED

14 May 19:19
Compare
Choose a tag to compare
Version 0.3.1

0.3.0 - DEPRECATED

06 May 19:38
Compare
Choose a tag to compare

Major release because of New Routing-Pattern!

0.2.2 - DEPRECATED

16 Apr 10:52
Compare
Choose a tag to compare
Improved plugin-loader, replaced bcrypt with bcryptjs,

0.2.0 - DEPRECATED

12 Feb 19:34
Compare
Choose a tag to compare
  • custom-plugin support, autoloading plugins, core-addon container