Thanks to visit codestin.com
Credit goes to github.com

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

Releases: Burnett01/sys-api

1.4.1

16 Jan 16:35

Choose a tag to compare

Updating copyright date (2022)

1.4.0

13 Nov 10:26

Choose a tag to compare

  • Update deps: validator and mocha

Full Changelog: 1.3.0...1.4.0

1.3.0

08 Jan 16:01

Choose a tag to compare

  • Sys-API now supports validation out of the box.
  • .settings streamlining for bundled-plugins configs

1.2.0

06 Jan 01:06

Choose a tag to compare

  • added: 'super' to class (ES6)
  • added more restify plugins
  • added: method useRestifyPlugin to rid code repetitions (DRY)
  • changed: all restify plugins are registered via useRestifyPlugin

1.0.0

04 May 19:22

Choose a tag to compare

  • Dropped support for node 4 & 5
  • update mocha to 6.1.4

0.6.0

01 Jan 14:47

Choose a tag to compare

Maintenance release for Restify 4.3.2.

Sys-API does not support any version above Restify 4.3.2.

0.5.1 - DEPRECATED

17 May 12:38

Choose a tag to compare

0.5.1 - Tests now available

0.5.0 - DEPRECATED

17 Apr 14:42

Choose a tag to compare

Version 0.5.0

  • The connect() method was renamed to listen().
    To keep compatibility you can still use the old name.

  • Added anon property to allow anonymous access

0.4.6 - DEPRECATED

14 Jan 10:59

Choose a tag to compare

  • Moved passwd-groups plugin to package.json (dependencies). It is no longer included but still available in this project.
  • removed netfilter from examples (related: 1422156)
  • merged restify's travis.yml

0.4.4 (hotfix) - DEPRECATED

20 Sep 20:29

Choose a tag to compare

(Fixed) In previous versions, the third argument (notls) of the internal server() wrapper did not register bundled-plugins.