Releases: bathiatuss/mLab-speedtest-cli
Releases · bathiatuss/mLab-speedtest-cli
Version 1.1.0 released
Release 1.1.0 - August 26, 2024
Summary
- Project Renaming & Refactoring: The project has been renamed to
mlab-speedtest-cli
. The initial command has been updated to"mlab-speedtest"
. - Version 1.0.2 Release: Added output styling with
chalk@4.1.2
and organized the codebase by creating aservices
folder. - Temporary Changes:
- Removed the
callback
folder temporarily. - Introduced
dataFormatter
andloadingAnimation
files. - Relocated
callbackController
to thecontrollers
folder. - Renamed
getCallbacks
file for clarity.
- Removed the
Changes
- Fixes:
- Corrected import/export processes in
runTest
andhelper
files. - Updated README.md and
helper.js
.
- Corrected import/export processes in
- Updates:
- Refactored
userCallbacks
and fixedlogUpdate
. - Increased accuracy and improved user experience.
- Updated project dependencies and documentation.
- Refactored
- Improvements:
- Refactored
userAcceptedDataPolicy
and moved data to.env
file. - Created
callback
folder,logger.js
file, and.js
files for each callback function. - Refactored command files and improved error handling in network test functions.
- Refactored
Known Issues
- Full Network Test: The Full Network Test feature is now functional, but CLI readability is still being improved.
- ShowResults Functionality: Ongoing work on the
showResults
function. - API for Developers: API development for developers is underway and will be released in version 2.0.0.
Version 1.0.1 Alpha
Release 1.0.1 Alpha - August 8, 2024
Changelog
- Initial Alpha Release: The project has been released with basic features and initial bug fixes.
- Global Configuration: Configured the project as a global package for easier access.
- User Experience: Improved user experience with enhanced CLI functionality and simplified commands.
- File and Code Updates:
- Created
helper
andlogUpdater
files. - Refactored command files and updated
getServer
command. - Filtered output data for better readability.
- Added
ndt7Service.js
and tested command files.
- Created
- Documentation and License:
- Updated
README.md
with relevant information. - Created a
LICENSE
file for project distribution.
- Updated
Known Issues
- Full Network Test: The Full Network Test feature is still under development and is not yet complete.
- CLI Readability: Improvements to the readability of test results in the CLI are planned for the beta release.
- Feature Completeness: Some features may not be fully functional or thoroughly tested at this stage.
- Feedback Integration: User feedback will be used to address issues and make further improvements.