UNPKG

next-blog-ai

Version:

AI-powered blog generation and content delivery for Next.js and other frameworks

132 lines (74 loc) 2.21 kB
# Changelog All notable changes to the Next-Blog-AI package 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). ## [Unreleased] ## [0.3.12] - 2025-05-21 ### Added - Updated types: added publisherName in blogPostSummary ## [0.3.11] - 2025-05-21 ### Added - Update readme ## [0.3.10] - 2025-05-05 ### Added - Update readme ## [0.3.9] - 2025-05-05 ### Added - Set default caching to 0 ## [0.3.8] - 2025-05-05 ### Added - Fixed caching issue with next.js handling of fetch in the core function ## [0.3.7] - 2025-05-05 ### Added - Fixed caching issue with next.js handling of fetch ## [0.3.6] - 2025-05-05 ### Added - Fixed styles to use inline styles instead of tailwind css classes ## [0.3.5] - 2025-05-05 ### Added - Fixed tests ## [0.3.4] - 2025-05-05 ### Added - Updated caching default - Fixed an issue with passing options ## [0.3.3] - 2025-05-05 ### Added - Fixed caching option consumption ## [0.3.2] - 2025-05-05 ### Added - Fixed grid css issue ## [0.3.1] - 2025-05-05 ### Added - Fixed tests ## [0.3.0] - 2025-05-05 ### Added - Blog list display format options (grid/list) for HTML format - Documentation for blog list display formats - Updated styles for list view display ## [0.2.1] - 2025-05-04 ### Added - README update ## [0.2.0] - 2025-05-04 ### Added - Fixed exporting of types ## [0.1.1] - 2025-05-04 ### Added - Updated README with service setup requirements ## [0.1.0-beta.3] - 2025-05-04 ### Added - Updated README with service setup requirements ## [0.1.0-beta.1] - 2025-05-04 ### Added - Initial beta release - Core functionality for blog content retrieval - Server-side rendering support with Next.js integration - HTML and JSON response formats - SEO metadata and structured data - Comment submission system - Built-in caching mechanism - Automatic retries with exponential backoff - TypeScript type definitions - Framework-specific adapters for Next.js - Response normalization (snake_case to camelCase) - Default styling for HTML content - Comprehensive documentation and examples