ros-client
Version:
Node.js client for MikroTik RouterOS API with support for plain text and encrypted connections
46 lines (34 loc) โข 2.02 kB
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).
## [1.1.2] - 2025-06-13
### Fixed
- ๐ฆ **Package Configuration** - Fixed npm README detection issue
- ๐ง **Publishing** - Enhanced package.json metadata for better npm registry recognition
- ๐ **File Inclusion** - Added .npmignore and improved files array configuration
## [1.1.0] - 2025-06-13
### Added
- ๐ **Comprehensive Command Reference** - Added `Refrence.js` with complete RouterOS API command reference and JSDoc documentation
- ๐งช **Production Example** - Enhanced `app.js` with advanced error handling, connectivity testing, and debugging features
- ๐ฅ **Contributors Section** - Added recognition for community contributors
- ๐ฌ **Community Support** - Added Telegram support group for community assistance
- ๐ **Enhanced Documentation** - Improved README with better examples and troubleshooting guides
- ๐ **Changelog** - Added changelog to track version changes
### Improved
- ๐ง **Buffer Management** - Enhanced buffer handling for better performance (contributed by [@mbingsdk](https://github.com/mbingsdk))
- ๐ **Error Handling** - More detailed error categorization and troubleshooting guidance
- ๐ **Debug Logging** - Enhanced debug output for better development experience
- โก **Connection Management** - Better timeout handling and connection testing
### Contributors
- [@mbingsdk](https://github.com/mbingsdk) - Update limit buffer functionality
- [@AviStudio](https://github.com/AviStudio) - Command Reference documentation
### Support
- ๐ฒ **Telegram Support Group**: [https://t.me/ros_client](https://t.me/ros_client)
## [1.0.4] - Previous Release
### Features
- Basic RouterOS API connectivity
- TLS support
- Promise-based API
- Event handling
- Debug mode