Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.0.0...v6.0.0) (2022-01-06) ### Bug Fixes * missing configuration for logs ([35c056c](35c056c)) * module interface exports ([3667122](3667122)) * redundant class interface ([e0b76bb](e0b76bb)) * redundant interface prefix ([d234b3d](d234b3d)) ### BREAKING CHANGES * Logs are disabled by default now. You can enable them by adding `logs: { enabled: true }` or `logs: { useNodeEnv: true }` * Interfaces have same name now as classes, e.g. `IConfig` was changed to `Config` * Interfaces are not exported anymore. It is necessary to use class as a type directly, e.g. `Klarna` instead of `IKlarnaInstance`
- Loading branch information