caterpillar
Advanced tools
Changelog
v6.0.2 2020 July 22
Writeable
internal type to Pipeable
to reflect its purpose betterChangelog
v6.0.0 2020 July 24
caterpillar
package:
caterpillar-filter
is now import { Filter } from 'caterpillar'
caterpillar-human
is now import { Human } from 'caterpillar'
caterpillar-browser
is now import { Browser } from 'caterpillar'
*.create()
aliases for new *()
are now removed, please just use new *(config)
new *().setConfig(opts)
now jsut do new *(opts)
level
configuration option has been renamed to filterLevel
, which must now be specified directly on the filter transformlineLevel
configuration option, which will limit fetching line info for only log levels equal to or below that the lineLevel
value, by default it is -1
which disables fetching line info
error
, warn
, info
, debug
aliases to the logger