1.0.1 • Published 11 years ago

damka-changelog v1.0.1

Weekly downloads
8
License
BSD
Repository
github
Last release
11 years ago

Build Status

damkaChangelog(log, oldSystemState, systemState)

damkaChangelog will log messages corresponding to the transition from oldSystemState to systemState. log is expected to be an object with .info(message) and .error(message) methods.

State objects are objects of any of the following forms:

{ '1.2.3.4': { http: <Error> } }
{ '1.2.3.4': <Error> }
<Error>
null

All possible state forms and their matching log messages are documented in spec.js.