- Fix concurrency issue when multiple requests are made with the same key (#45)
- Updates rxdart to 0.28.0 (#45)
- Document improvements (#34)
- Make SourceOfTruth non-required in the Stock constrictor (#33)
- Add
mapData
extension to transform theStockResponse<T>
into aStockResponse<E>
(#31). - Add
stock.clear(id)
andstock.clearAll()
functionality. Thanks Abdktefane for PR #30.
- Document improvements (#23)
- CI improvements (#22)
- Add
map
andwhen
extension methods overStockResponse
(#21, #27). Thanks Leynier for PR (#21).
- Api improvements (#18)
- CI analysis improvements (#16, #18)
- Documentation changes (#15, #19)
- GitHub repository improvements (#17)
- Initial release.