Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: knowledgecode/date-and-time
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: knowledgecode/date-and-time
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 13 commits
  • 34 files changed
  • 1 contributor

Commits on Aug 28, 2025

  1. Add VitePress documentation site setup

    - Add VitePress configuration and theme setup
    - Add main documentation home page with feature highlights
    - Add logo and public assets
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    becc926 View commit details
    Browse the repository at this point in the history
  2. Add comprehensive API documentation

    - Add detailed API reference with examples for all core functions
    - Include format(), parse(), subtract(), and other function docs
    - Add FormatterOptions and ParserOptions documentation
    - Include format tokens reference and usage examples
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    2b9bc16 View commit details
    Browse the repository at this point in the history
  3. Add installation and quick start guide

    - Add detailed installation guide with package manager options
    - Include import methods for ES modules and CommonJS
    - Add quick start guide with common usage patterns
    - Include examples for locales, timezones, and date arithmetic
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    dcf4185 View commit details
    Browse the repository at this point in the history
  4. Add comprehensive locales and timezones reference

    - Add complete list of 40+ supported locales with import examples
    - Add comprehensive timezone reference with 400+ IANA timezones
    - Include proper TypeScript import statements for all modules
    - Organize by regions (Africa, America, Asia, Europe, etc.)
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    4ac797f View commit details
    Browse the repository at this point in the history
  5. Add GitHub Pages deployment workflow

    - Add automated VitePress site deployment to GitHub Pages
    - Configure workflow to trigger on docs changes and manual dispatch
    - Set up proper permissions and artifact handling
    - Enable automatic documentation publishing on master branch
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    a839a09 View commit details
    Browse the repository at this point in the history
  6. Update package configuration for documentation site

    - Update homepage URL to point to GitHub Pages documentation
    - Version bump to 4.0.3
    - Update dependencies for documentation tooling
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    f5d553a View commit details
    Browse the repository at this point in the history
  7. Update project configuration and assets

    - Simplify ESLint configuration by removing unused globals
    - Update logo.png for documentation site
    - Add docs build artifacts to .gitignore
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    3231a65 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #101 from knowledgecode/develop

    Add comprehensive documentation site with VitePress
    knowledgecode authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    15a424e View commit details
    Browse the repository at this point in the history
  9. Add lowercase documentation files for VitePress compatibility

    - Add migration.md for VitePress URL routing
    - Add plugins.md for VitePress URL routing
    - Fix 404 errors in deployed documentation site
    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    7ff2909 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #102 from knowledgecode/develop

    Add lowercase documentation files for VitePress compatibility
    knowledgecode authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    bf23ac7 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    44b09ef View commit details
    Browse the repository at this point in the history
  12. Update README.md

    knowledgecode committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    59a96e2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #103 from knowledgecode/develop

    Update README.md
    knowledgecode authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    121256e View commit details
    Browse the repository at this point in the history
Loading