Changelog

All notable changes to RS-SSG framework

v1.0.33patch
Oct 18, 2025

Configurable Development Server Host

feature

Added support for configurable host in ssg.config.js for development server in dev.js.

Custom Error and Not Found Pages

feature

Implemented custom error and not found pages with improved routing and error handling.

v1.0.29patch
Oct 5, 2025

Enhanced Security Metadata Handling

security

Enhanced security metadata handling in head tags for better SEO and security compliance.

v1.0.28patch
Sep 24, 2025

Documentation Update

improvement

Updated README file with improved documentation and usage examples.

Enhanced SEO and Component Refactoring

feature

Enhanced SEO handling and refactored Home and About components for improved layout and performance.

v1.0.27patch
Sep 23, 2025

Dynamic Route Page Generation

fix

Fixed dynamic route page generation issues to ensure proper routing and rendering.

v1.0.26minor
Sep 22, 2025

CLI Initialization Refactoring

improvement

Refactored RsSSGCli to improve initialization for asynchronous configuration read and error handling.

Enhanced Routing with Dynamic Paths

feature

Updated SEO handling and improved routing with dynamic paths and client-side props passing.

Development Server Configuration

improvement

Refactored App component and enhanced development server configuration for better performance.

Template Directory Updates

improvement

Updated dev command and public directory in template directory for improved project scaffolding.

v1.0.25minor
Sep 21, 2025

SSG Hydration Implementation

feature

Implemented SSG hydration and updated routing logic with enhanced error handling.

Client Bundler Issues

fix

Fixed critical client bundler issues affecting production builds.

Build Process Enhancement

improvement

Updated build process and configuration management with improved logging and dynamic paths.

v1.0.0major
Sep 20, 2025

Framework Initialization

feature

Initialized RS-SSG framework with core components and configuration files.

CLI Tool

feature

Added comprehensive CLI for RS-SSG Framework supporting building and project management.

Sitemap and Robots.txt Generation

feature

Added automatic sitemap and robots.txt generation functionality for better SEO.

SEO Metadata Handling

feature

Implemented SEO metadata handling with getHeadMetaData and Seo component for comprehensive meta tag management.

RouteManager Class

feature

Added RouteManager class for dynamic route matching and parameter extraction, hidden from userspace.

Plugin System

improvement

Refactored file structure and updated imports with new plugins for enhanced functionality.

Trailing Slash Handling

fix

Fixed trailing slash handling in URLs for consistent routing behavior.

Dynamic Page SSG Generation

feature

Completed dynamic page static site generation with full support for parameterized routes.

ESBuild Integration

improvement

Integrated and optimized ESBuild for faster compilation and bundling.