Releases: Marcus5408/orv-quote-api
Version 1.0.4
The API currently only supports GET
requests and only to these endpoints:
/
/quote
/shortquote
/longquote
The list of quotes the API can return Is currently very limited. Please contribute some more quotes!
Changes:
- Bump flask from 2.3.3 to 3.0.0 by @dependabot in #6
Full Changelog: v1.0.3...v1.0.4
Version 1.0.3
The API currently only supports GET
requests and only to these endpoints:
/
/quote
/shortquote
/longquote
The list of quotes the API can return Is currently very limited. Please contribute some more quotes!
Changes:
- FIX: Quotes with brackets now render correctly with the system font on Apple devices (#5)
Full Changelog: v1.0.2...v1.0.3
Version 1.0.2
The API currently only supports GET
requests and only to these endpoints:
/
/quote
/shortquote
/longquote
The list of quotes the API can return Is currently very limited.
Changes:
- API should now only be using deployed
short_quotes.json
andlong_quotes.json
files rather than retrieving from GitHub. - More quotes (contributed by @AnnoyedAvenger)
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
The API currently only supports GET
requests and only to these endpoints:
/
/quote
/shortquote
/longquote
The list of quotes the API can return Is currently very limited.
Changes:
- API now has a favicon that shows up in the browser
- Cleaner codebase
- Endpoint
/
now returns basic information about the API
Version 1.0.0
The API currently only supports GET
requests and only to these endpoints:
/
/quote
/shortquote
/longquote
The list of quotes the API can return Is currently very limited.
Full Changelog: https://github.com/Marcus5408/orv-quote-api/commits/v1.0.0