KSLog/CHANGELOG.md

31 lines
491 B
Markdown
Raw Normal View History

2022-06-07 14:30:54 +00:00
# Changelog
2022-06-09 10:29:56 +00:00
## 0.3.0
2022-06-09 03:41:41 +00:00
## 0.2.0
* Full rewrite of API
2022-06-08 15:37:57 +00:00
## 0.1.1
2022-06-08 15:59:36 +00:00
* Changes in `JVM` levels
* Fixes in TagLogger
2022-06-08 12:23:11 +00:00
## 0.1.0
* All the platform specific logged factories has been renamed
2022-06-08 11:38:57 +00:00
## 0.0.3
* Fixes in `JVM` logging
2022-06-08 06:57:39 +00:00
## 0.0.2
2022-06-08 09:37:00 +00:00
* New logger `TagLogger` and now extension `Any#logger` will use it to decrease objects allocations
2022-06-08 10:06:41 +00:00
* Now it is possible to create `KSLog` using any iterable
2022-06-08 10:10:34 +00:00
* Now it is possible to create `KSLog` using vararg log levels
2022-06-08 09:37:00 +00:00
2022-06-07 14:30:54 +00:00
## 0.0.1
2022-06-07 16:13:00 +00:00
* Project has been inited