Releases: restify/conductor
Releases · restify/conductor
Restify Conductor 1.2.3
Restify Conductor 1.2.2
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
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.