Releases: Code-Vedas/cv-native-client
Releases · Code-Vedas/cv-native-client
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Bump flutter_lints from 2.0.3 to 3.0.1 by @dependabot in #7
- Bump js from 0.6.7 to 0.7.0 by @dependabot in #8
- Refactor by @niteshpurohit in #9
New Contributors
- @dependabot made their first contribution in #7
Full Changelog: v0.0.9...v1.0.0
v0.0.9
- Fixed linting issues
- no real code changes
v0.0.8
- Fixed linting issues
- no real code changes
v0.0.7
- removed warning from README.md
- no code changes
v0.0.6
- improved native implementation for Web, Android, iOS, macOS, Windows and Linux
- removed the
canCopyFromClipboard
method - added new method
getClipboardDataMimeTypes
to get mime types of clipboard content- mime types are returned as a list of 'VKClipboardMimeType' enum values
- supported on Android, iOS, macOS, Windows, and Linux
- removed
platformVersion
method
v0.0.5
- added an in-development note to the readme
- made the code public
- fix linting issues
- no real code changes
v0.0.4
- Added support for 'canCopyFromClipboard` method
- Updated readme and example
v0.0.3
- Fixed changelog
- no code changes
v0.0.2
- Added readme
- no code changes