Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-vite committed Dec 6, 2019
1 parent 4531f36 commit 57accd0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

## [2.0.0] - 2019-12-06

### Refactored

* Refactor with Typescript, get more readable usage tips by ide

### Changed

* Use `navigator.userAgent` to recognize Vite App, so only usable in Vite App version 3.2.0 and abover

### Features

* Add method `app.scan` which can invoke the camera to scan a QR code

* Add static property `enabled`, indicate in Vite App or not

### Removed

* Remove the static property `_support` `_inIosContainer` `_inAndroidContainer`

0 comments on commit 57accd0

Please sign in to comment.