Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

v2.0.0

Choose a tag to compare

@Kocal Kocal released this 12 Feb 09:22
· 131 commits to master since this release

2.0.0 (2019-02-12)

Features

  • reduce package size by removing Luxon (#77) (0a53fba), closes #66

BREAKING CHANGES

  • Luxon dependency has been removed in order to reduce the package size. The date is not formatted anymore. If you still want too, you can install the package date-fns and configure your logger's format by using the format method from date-fns. See the doc for more information.