@netgsm/sms
Version:
Netgsm API Client for SMS sending and reporting
52 lines (37 loc) • 1.06 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.1.11] - 2025-12-26
### Added
- Support for OTP SMS
- Support for SMS Stats
- Enumaration for Method Codes
### Fixed
- SMS reports status for BLACKLISTED
- Balan example in README
## [1.1.2] - 2025-02-27
### Added
- Support for `appkey` parameter in `checkBalance` method
### Fixed
- Syntax errors in integration tests
## [1.1.1] - 2025-02-27
### Changed
- Documentation improvements
- Updated type definitions
## [1.1.0] - 2025-02-26
### Added
- REST v2 API support
- `sendRestSms` method
- `getReport` method
- `getHeaders` method
- `getInbox` method
- `cancelSms` method
- `checkBalance` method
## [1.0.1] - 2025-02-25
### Fixed
- Error handling in SMS sending
- TypeScript type definitions
## [1.0.0] - 2025-02-24
### Added
- Initial release
- Basic SMS sending functionality
- TypeScript support