Skip to content

Releases: LuisOtavio13/github-explorer-framework

1.1.0

20 Aug 23:40

Choose a tag to compare

1.1.0 Pre-release
Pre-release

✨ Added

  • GitLab Integration
    Added support for GitLab, expanding compatibility beyond GitHub.

  • Fallback Data System
    Introduced a fallback mechanism to provide alternative data when the primary API fails.

  • GraphQL Support for Contributions
    Enabled GraphQL queries for retrieving user contributions, offering more flexible data access.

🛠️ Fixed

  • Error Handling
    Improved error handling with detailed messages for better debugging and user feedback.

🔧 Updated

  • TypeScript Definitions
    Updated TypeScript definitions across all services for enhanced type safety and developer experience.

framework version beta 1.0.0

19 Jul 13:19
f6fae4c

Choose a tag to compare

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.

[Unreleased]

Added

  • Initial project structure for GitHub Explorer
  • Web dashboard UI with core functionality
  • Node.js API helper library
  • Modular service classes for extensibility
  • Example usage scripts
  • Jest test suite
  • English documentation (README.md)

[1.0.0] - 2025-07-19

🚀 First Public Release

  • Stable production-ready version
  • All core features implemented
  • CI/CD pipeline configured
  • License (GPL) added