## Version History: - [**1.2.0**](#v120) - [1.1.1](#v111) - [1.1.0](#v110) - [1.0.0](#v100) - [0.2.0](#v020) - [0.1.0](#v010)

### v1.2.0 - Added `?threshold` parameter to change the fuzzy search threshold from its default of 0.6 ([#7](https://github.com/Sv443/geniURL/issues/7)) - Added support for fuzzy searching when using `?q` instead of `?artist` and `?song` ([#8](https://github.com/Sv443/geniURL/issues/8))
### v1.1.1 - Minor fixes
### v1.1.0 - Migrated code to TypeScript - Added new metadata: - release date - featured artists - images of artists - lyrics language
### v1.0.0 - Added `?artist` and `?song` parameters as an alternative to `?q` for getting better search results through fuzzy filtering ([#4](https://github.com/Sv443/geniURL/issues/4)) - Added `matches` property that's set to the number of results (`0` if none were found, or `null` on error)
### v0.2.0 - Added XML format - API now filters out invisible characters ([#1](https://github.com/Sv443/geniURL/issues/1)) - Improvements to reliability
### v0.1.0 - Added endpoints - `/search` to search for the top result and the 10 best matches - `/search/top` to only search for the top result - Added gzip and brotli encoding