All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2021-10-19
- Typescript types support by @aghontpi.
- JSDoc comments for code.
- Quote object now has success property to denote status.
getRandomQuoteByAnime
andgetRandomQuoteByCharacter
functions.- Substring search.
randomQuote
out of bounds error.
1.1.2 - 2020-04-07
1.1.1 - 2020-03-14
1.1.0 - 2019-10-24
- Code linting with standard.
- Standard added to
npm test
.
- Private functions are prepended with
_
. _searchData (inputKey, inputVal)
now does case insensitive search.- Performance improvement for
getQuote (id)
.
1.0.0 - 2018-02-25
- Initial release with 8510 quotes.