Releases: piotrstenke/JollyQuotes
Releases · piotrstenke/JollyQuotes
v2.0
- Added JollyQuotes.Quotable
- Split JollyQuotes into two packages - JollyQuotes and JollyQuotes.Core
- Changed signature of IResourceResolver
- Added new methods to ITronaldDumpModelConverter
- New IPossibility APIs
- New IQuoteApiHandler APIs
- Renamed IRandomQuoteGenerator to IQuoteGenerator
- Exception handling in init accessors of models
v1.1.0
- changed IQuote.GetId() to IQuote.Id
- fixed exception in GetAllTags(string[]) and DownloadAllQuotes(string[]) when an element of the passed array is null
- TronaldDumpQuoteGenerator - fixed exception when random quote is picked from last search result page
- TronaldDumpModelConverter.CountPages now returns correct number of pages when number of elements is divisible by 10.
v1.0.0
Initial release