All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.1 (2024-09-21)
4.1.0 (2024-07-17)
4.0.2 (2024-06-22)
- android:
getSupportedVoices()
is not available for api levels < 24 (#124) (0ccace8) - android: add queries in the AndroidManifest.xml (#121) (8c3594b)
4.0.1 (2024-04-29)
- android: comparison method violates its general contract (ada706e)
4.0.0 (2024-04-16)
- This plugin now only supports Capacitor 6.
3.0.1 (2023-08-02)
3.0.0 (2023-05-04)
- update to Capacitor 5 (#99)
2.1.0 (2023-03-09)
- add support for
getSupportedVoices
on iOS (b13d5a7) - android: support the
voice
property (#90) (1d8865f) - ios: support the
voice
property (#93) (8b97820)
2.0.1 (2022-08-04)
- ios: set deployment target to
13.0
(dcda399)
2.0.0 (2022-08-04)
- This plugin now only supports Capacitor 4.
1.1.3 (2022-04-04)
1.1.2 (2022-01-26)
- inline source code in esm map files (29a1aa8)
1.1.1 (2021-05-04)
1.1.0 (2021-03-20)
- android: shutdown tts on destroy (#56) (2b6da17)
- ios:
speak
method resolves immediately on iOS (#59) (e77e8ba)
1.0.0 (2021-03-14)
TTSOptions
propertieslocale
,speechRate
,pitchRate
renamed tolang
,rate
,pitch
.- remove
setSpeechRate
andsetPitchRate
- Update to Capacitor v3
0.2.3 (2021-03-12)
0.2.2 (2021-03-11)
- android:
speechRate
andpitchRate
are ignored (#43) (153a500) - android: get supported languages (#29) (bf477aa)
- android: get supported voices (#31) (0870389)
- ios: not working in background (#35) (63108ab)
- ios: speech rate adjusted to other platforms (#36) (d33dceb)
- web: stop speaking on a new call (#44) (6b1b83e)
- different behavior with blank
text
(#39) (527a51f) - publish only necessary files (#23) (359f2d2)
0.2.0 (2020-06-30)
-
Merge pull request #3 from MarnickvdA/master f84aef3
-
Fix for issue #2 'Cant run on iOS'. Changed name of the PodSpec file. Also added JSON parser for the package.json file so you won't have to update the plugin information in two places ;) dbc97c3