Skip to content

Tags: superstringsoftware/observatory

Tags

v0.9.1

Toggle v0.9.1's commit message
NOTE!!! New, potentially breaking, API in logging methods!!! pls read

** Improved profiling, now collections and subscriptions respect
thresholds
** Revised Galileo architecture, now for all logging methods (info,
warn etc) instead of using old signature:
tb.info(message, obj, module, type, buffer = false)
need to use new one:
tb.info(message, options) or just tb.info (options)

options object can contain the same all params but as named properties:
`message` - String, text message to include into the full log message
to be passed to loggers
  # * `module` - String, optional module name. If the emitter is named,
its' name will be used if no name is provided.
  # * `type` - String, type of the message, used internally for
distinguishing between different message types for further processing -
DON’T use it unless you are overriding the emitter
  # * `obj` - Object, optional arbitrary json-able object to be
included into full log message, e.g. error object in the call to `error`
  # * `useBuffer` - Bool, whether to tell loggers to use the buffer

v0.9.0

Toggle v0.9.0's commit message
documentation update and version bump to 0.9.0

v0.3.21

Toggle v0.3.21's commit message
readme fix

v0.3.2

Toggle v0.3.2's commit message
0.3.2

v0.3.1

Toggle v0.3.1's commit message
fix in package

v0.3.0

Toggle v0.3.0's commit message
preparing for release

v0.2.7

Toggle v0.2.7's commit message
0.2.7 release

v0.2.6

Toggle v0.2.6's commit message
0.2.6 release

v0.2.53

Toggle v0.2.53's commit message
merging

v0.2.52

Toggle v0.2.52's commit message
0.2.52 release, to work with meteor 0.6.5