Skip to content

Comments

Initial Release: JSCal v1.2.0#1

Merged
GhDj merged 8 commits intomainfrom
develop
Nov 9, 2025
Merged

Initial Release: JSCal v1.2.0#1
GhDj merged 8 commits intomainfrom
develop

Conversation

@GhDj
Copy link
Owner

@GhDj GhDj commented Nov 9, 2025

Overview

This PR contains the initial release of JSCal - a lightweight JavaScript calendar library.

Features

  • ✅ ICS/JSON event parsing (RFC 5545 compliant)
  • ✅ CRUD operations for events
  • ✅ Recurring events with RRULE support
  • ✅ Mini calendar navigator with event indicators
  • ✅ Detailed calendar view with event titles
  • ✅ 5 pre-built themes + custom theme support
  • ✅ Event search and filtering
  • ✅ Holiday support (US, UK, FR, CA)
  • ✅ Conflict detection
  • ✅ 208 passing tests with 80% coverage

CI Status

The GitHub Actions workflows will run automatically to:

  • Test on Node.js 14, 16, 18, and 20
  • Build the distribution files
  • Run security scans

Checklist

  • All tests passing locally
  • Documentation complete (README.md, THEMING.md)
  • GitHub Actions workflows configured
  • Package ready for npm publishing

GhDj added 2 commits November 9, 2025 14:16
- CI: Run tests on Node 14, 16, 18, 20 for all pushes and PRs
- Publish: Automatically publish to npm on GitHub releases
- CodeQL: Security scanning with weekly schedule
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@GhDj GhDj merged commit d2313e0 into main Nov 9, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants