mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-14 04:03:46 +00:00
31 lines
491 B
Markdown
31 lines
491 B
Markdown
# Changelog
|
|
|
|
## 0.2.1
|
|
|
|
## 0.2.0
|
|
|
|
* Full rewrite of API
|
|
|
|
## 0.1.1
|
|
|
|
* Changes in `JVM` levels
|
|
* Fixes in TagLogger
|
|
|
|
## 0.1.0
|
|
|
|
* All the platform specific logged factories has been renamed
|
|
|
|
## 0.0.3
|
|
|
|
* Fixes in `JVM` logging
|
|
|
|
## 0.0.2
|
|
|
|
* New logger `TagLogger` and now extension `Any#logger` will use it to decrease objects allocations
|
|
* Now it is possible to create `KSLog` using any iterable
|
|
* Now it is possible to create `KSLog` using vararg log levels
|
|
|
|
## 0.0.1
|
|
|
|
* Project has been inited
|