Commit graph

6 commits

Author SHA1 Message Date
cb87400278
(2.0.0) woohoo, first major version bump!
Some checks failed
Actions / build (push) Successful in 8s
Actions / lint (push) Failing after 13s
Actions / docs (push) Successful in 23s
bunch of stuff this update, including a full documentation site (still a WIP)
there is now a cache created whenever an instance of `FloweryAPI` is instantiated, so you don't have to query the api and iterate through the api response to retrieve a single voice anymore!
function names have also been changed with this update, hence the major version bump. `get_tts()`, `get_voices()`, and `get_voice()` have been renamed to `fetch_tts()`, `fetch_voices()`, and `fetch_voice()` respectively. `get_voices()` still exists, but with different functionality (that method retrieves voices from the internal cache instead of querying the flowery api)

!BREAKING
2024-09-18 09:55:25 -04:00
dca1e82b83
use an html tag
All checks were successful
Actions / build (push) Successful in 10s
Actions / lint (push) Successful in 16s
2024-09-17 23:40:03 -04:00
39d0896ebb
fixed link leading to a 404
All checks were successful
Actions / build (push) Successful in 10s
Actions / lint (push) Successful in 15s
2024-09-17 23:37:33 -04:00
cf42bd845c
add action status as a readme badge
All checks were successful
Actions / build (push) Successful in 12s
Actions / lint (push) Successful in 18s
2024-09-17 23:35:01 -04:00
f76d5eb3f7
add more details and badges to the readme
All checks were successful
Actions / lint (push) Successful in 18s
Actions / build (push) Successful in 21s
2024-09-15 23:26:52 -04:00
cbd61e112d
Initial commit 2024-09-15 11:21:14 -04:00