# CHANGELOG
**This package follows [semver](https://semver.org/).**

## pending
* TODO fix the "maximum call stack exceeded" when printing a SEC
* ...

## v0.3.0
2020/07/01
* [chore] [breaking] cjs pre-build now targeting node12/ES2019 [details](../../CONTRIBUTING/module-exports.md)
* [chore] bumped dependencies

## v0.0.5
2019/12/12
* [feat] now enforce a lib size limit (relevant for lambda/functions)
* [chore] bumped dependencies
* [chore] reorganized source paths = links update in the doc

## v0.0.4
2019/11/08
* [feat] now export types and defaults
* [doc] README++
* [chore] bumped dependencies
* [chore] better internal typings

## v0.0.3
2019/10/28
* [feat] now implementing 2.0.0 interface
* [feat] now allows activating time display
* [fix] removed the "private" sink which was causing installation problems
* [fix] correctly allows passing no args to createLogger() (this was intended)
* [test] more unit tests
* [refactor] internal package @offirmo/practical-logger-interfaces renamed to @offirmo/practical-logger-types
* [chore] bumped dependencies

## v0.0.2
2019/09/17
* remove optionalDependencies to private package (it doesn't work)

## v0.0.1
2019/09/17
* initial release to npm

## template
* [doc] README++
* [chore] bumped deps
* [chore] upgraded pre-built code target to latest stable JS (ES2019)
