Skip to content

logkitty 0.6.0

Compare
Choose a tag to compare
@zamotany zamotany released this 06 Aug 15:10
· 11 commits to master since this release

Possible breaking change

Since native Date was replaced with dayjs, the date property in entry object has changed and it's now a instance of dayjs. If you're using Node API, please check your usage of date property and migrate to dayjs API.

Changelog

  • fix: adb typo (#2)
  • fix: adb path detection on windows (#3)
  • refactor: replace date with dayjs (#4)