node-smm-api
Version:
Node.js client for SMM API for several platforms
36 lines (22 loc) • 830 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- New `multiRefillStatus` method for batch refill status checks
- Custom error classes for better error handling
## [1.0.0] - 2023-08-01
### Added
- Initial release of SMMFollows API client
- Complete API v2 coverage
- Comprehensive documentation
- Example usage files
### Changed
- Improved error handling in request methods
- Better parameter validation
## [0.1.0] - 2023-07-15
### Added
- Basic API client structure
- Core methods for orders and status checks
- Initial test suite