mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
82 lines
1.8 KiB
Markdown
82 lines
1.8 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [3.1.0] - 2023-06-28
|
|
|
|
### Added
|
|
|
|
- Support for ESM
|
|
|
|
## [2.0.4] - 2021-02-08
|
|
|
|
### Removed
|
|
|
|
- initConsole Function as it break the Console object (#17)
|
|
|
|
## [2.0.2] - 2020-10-20
|
|
|
|
### Changed
|
|
|
|
- Updated Typescript
|
|
|
|
## [2.0.1] - 2020-08-18
|
|
|
|
### Changed
|
|
|
|
- Space Builder now using `padStart`
|
|
|
|
## [2.0.0] - 2020-08-17
|
|
|
|
### Fixed
|
|
|
|
- Null and undefined being text colo instead of custom color
|
|
|
|
## [2.0.0-alpha.0] - 2020-07-07
|
|
|
|
### Added
|
|
|
|
- Theme handling (default to black for Terminals and whit for Browser)
|
|
|
|
### Changed
|
|
|
|
- Switched from chalk to ansi-colors for color formatting
|
|
- From custom Object to Console implementation
|
|
|
|
## [1.1.1] - 2020-07-01
|
|
|
|
### Fixed
|
|
|
|
- Formatting not working for urgent messages
|
|
|
|
## [1.1.0] - 2020-07-01
|
|
|
|
### Added
|
|
|
|
- Basic support for objects
|
|
- Support for Node LTS (Was already present but now it's written)
|
|
|
|
## [1.0.1]() - 2020-06-26
|
|
|
|
### Fixed
|
|
|
|
- Typing not included in compiled code
|
|
|
|
## [1.0.0]() - 2020-06-26
|
|
|
|
### Added
|
|
|
|
- Basic Logger with log and urgent functions
|
|
|
|
[2.0.3]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%402.0.3
|
|
[2.0.2]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%402.0.2
|
|
[2.0.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%402.0.1
|
|
[2.0.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%402.0.0
|
|
[2.0.0-alpha.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%402.0.0-alpha.0
|
|
[1.1.1]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%401.1.1
|
|
[1.1.0]: https://github.com/dzeiocom/libs/releases/tag/%40dzeio%2Flogger%401.1.0
|