1.0.1
What’s Changed
- 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.
New Contributors
- @Abdktefane made their first contribution in #30
Full Changelog: v1.0.0...v1.0.1