Releases: zamotany/logkitty
Releases · zamotany/logkitty
logkitty 0.7.1
Changelog
- huntr - Command Injection Fix (#18)
- chore(deps): bump acorn from 5.7.3 to 5.7.4 (#15)
logkitty 0.7.0
Changelog
- chore: update dependencies (2776322)
- chore: update yargs versions (#14)
- chore: remove package-lock.json (#11)
logkitty 0.6.1
Changelog
- fix: custom path to adb (#7)
- fix: logkitty on windows (#8)
logkitty 0.6.0
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)
v0.4.1
Do not use due to regression - use either 0.4.2
or 0.5.0
.