- [FIXED] changed project name
- [FIXED] don't use TTY detection to determine whether the
stdin
stream what piped to (as it doesn't work when TTY is not attached)
- [FIXED] broken TTY pipe detection
- [ADDED]
Router.prototype.reflectHtppRoute
method
- [FIXED] defined
Route
parameters were not being listed in cli--help
commnad response
- [FIXED] failure of a command CLI interface generation from defined
Route
parameters
- [ADDED] Shell app's
config
resource is assignedshell
tag to conform with new [email protected] API
- [FIXED] process.stdin does not have the
close
method thus a shellApp
should come with its own implementation ofapp.close()
- [FIXED]
App
interface implementation inconsistency - app status should be set toOK
when sucessfully initialized
- [FIXED]
res
object provided to aroute
should directly expose writable stream API - [FIXED] process exit code is always set to
1
on error
- [FIXED] - shell command
default
value option definition didn't allow falsy values to be set eg.null
,false
etc.. - [FIXED] - bind custom methods (which comes with bi-service) to
res
object
- [CHANGED] -
Route
constructor aka. a command definition object does not accept the Routetype
option
- [ADDED] - initial release