valdo-js
Version:
JavaScript/WASM bindings for Valdo time series anomaly detection library
19 lines (14 loc) • 594 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).
## [0.0.1] - 2025-08-18
### Added
- Initial release of Valdo JavaScript/WASM bindings
- `Detector` class for time series anomaly detection
- Support for both browser and Node.js environments
- TypeScript definitions included
- WebAssembly binaries for high performance
- Complete API documentation
- MIT license
- npm package configuration