This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: Burnett01/sys-api
Releases · Burnett01/sys-api
0.4.3 (hotfix) - DEPRECATED
Forward argument to next() when .next() is called with an argument. In previous versions router.next() was blocking.
0.4.2 - DEPRECATED
- 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
0.3.4 - DEPRECATED
Now supports put and del methods
0.3.3 - DEPRECATED
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
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
Version 0.3.1
0.3.0 - DEPRECATED
Major release because of New Routing-Pattern!
0.2.2 - DEPRECATED
Improved plugin-loader, replaced bcrypt with bcryptjs,
0.2.0 - DEPRECATED
- custom-plugin support, autoloading plugins, core-addon container