v2.9.2
Documentation
- Pagination Stability Guidance: Clarified that repeated
fetchMarkets()calls with differentoffsetvalues do not guarantee stable ordering. Added guidance and examples on usingloadMarkets()as the correct approach for stable iteration over the entire market catalog. (Closes #41) - Automatic Statistics: Updated specific total download badges and metadata.
Installation
npm:
npm install pmxtjs@2.9.2PyPI:
pip install pmxt==2.9.2Links
What's Changed
- feat: Add cursor-based pagination to fetchMarkets by @CrispyyBaconx in #45
Full Changelog: v2.9.1f...v2.9.2f