Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.35 KB

File metadata and controls

33 lines (27 loc) · 1.35 KB

Changelog

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

Added

  • Initial release of DevFlux SDK
  • Full TypeScript support with comprehensive type definitions
  • DevFluxClient class 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

Features

  • getArticles() - Fetch articles with flexible query parameters
  • getArticlesByUsername() - Fetch articles by specific username
  • getArticleById() - Fetch a single article by ID
  • getArticleByPath() - Fetch article by username and path
  • getArticlesPaginated() - Fetch articles with pagination metadata
  • getArticlesByTag() - Fetch articles by tag
  • getTopArticles() - Fetch top articles from specified time period
  • getFreshArticles() - Fetch recently published articles
  • getRisingArticles() - Fetch trending articles