Skip to content

Releases: restify/conductor

Restify Conductor 1.2.3

29 Mar 20:15
Compare
Choose a tag to compare

Fix a bug in the sort order of handlers. Instead of using -1, 0, 1 with native sort, true / false was used. This triggered an issue when comparing levels which caused sort orders to not be correct.

Restify Conductor 1.2.2

29 Mar 20:13
Compare
Choose a tag to compare

Several minor fixes and tweaks

  • Added some changes for friendlier error messages that will error on the mounting of a Conductor, rather than run time.
  • Added some doc fixes
  • Added an option for creating props with a plain object, rather than a function

Restify Conductor v1.2.0

22 Oct 06:56
Compare
Choose a tag to compare

The signature of the http verb methods, used for installing new routes, has been updated. You can now pass in an object or a string for the url path. The object should follow the same format that Restify uses.