- new build script & new build outputs
- fix bugs
- upgrade all packages
- upgrade package version, adjust build
- build output banner
- refactor the code with
typescript
. - change the first parameter passed to event:
clipboardParser(window.clipboardData || event.clipboardData)
toclipboardParser(e)
- use rollup to build cmd, umd
- change
tsdoc
to generate API documentation
- Compatible with scenarios where
@ApiModelProperty
is not written
- Compatible with older versions of Chrome
- Create project