All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-12-05
- Initial release of DevFlux SDK
- Full TypeScript support with comprehensive type definitions
DevFluxClientclass with methods for interacting with dev.to API- Support for fetching articles with various filters and pagination
- Methods for fetching articles by username, tag, ID, and path
- Support for top, fresh, and rising articles
- Comprehensive JSDoc documentation on all methods and types
- ESM and CommonJS bundle support
- Zero dependencies
- MIT License
getArticles()- Fetch articles with flexible query parametersgetArticlesByUsername()- Fetch articles by specific usernamegetArticleById()- Fetch a single article by IDgetArticleByPath()- Fetch article by username and pathgetArticlesPaginated()- Fetch articles with pagination metadatagetArticlesByTag()- Fetch articles by taggetTopArticles()- Fetch top articles from specified time periodgetFreshArticles()- Fetch recently published articlesgetRisingArticles()- Fetch trending articles