Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 1.67 KB

Changelog

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

Added

  • Typescript types support by @aghontpi.
  • JSDoc comments for code.
  • Quote object now has success property to denote status.
  • getRandomQuoteByAnime and getRandomQuoteByCharacter functions.
  • Substring search.

Fixed

  • randomQuote out of bounds error.

1.1.2 - 2020-04-07

Security

1.1.1 - 2020-03-14

Security

1.1.0 - 2019-10-24

Added

  • Code linting with standard.
  • Standard added to npm test.

Changed

  • Private functions are prepended with _.
  • _searchData (inputKey, inputVal) now does case insensitive search.
  • Performance improvement for getQuote (id).

1.0.0 - 2018-02-25

Added

  • Initial release with 8510 quotes.