Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaaartin committed Nov 24, 2024
1 parent ec54285 commit 48aabc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ adb.listDevices((devices) => {

## Change log

### 6.2
### 6.1

`exec` methods accept `string[]` as an argument. Fix for https://github.com/Maaaartin/adb-ts/issues/13.

### 6.2

`PropertyMap` values do not contain `Date` type. This is because parsing date is tricky https://github.com/Maaaartin/adb-ts/issues/15.
`listFeatures` types are determined from `getprop -T` command. Types returned from this method are `number | boolean | string`.

0 comments on commit 48aabc0

Please sign in to comment.