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.1.1
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.1.2
Choose a head ref
  • 13 commits
  • 147 files changed
  • 2 contributors

Commits on Nov 18, 2025

  1. Bump glob from 11.0.3 to 11.1.0

    Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    fc31e32 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Merge pull request #111 from knowledgecode/dependabot/npm_and_yarn/gl…

    …ob-11.1.0
    
    Bump glob from 11.0.3 to 11.1.0
    knowledgecode authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    491b682 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Bump mdast-util-to-hast from 13.2.0 to 13.2.1

    Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
    - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
    - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mdast-util-to-hast
      dependency-version: 13.2.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    e9d3f84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from knowledgecode/dependabot/npm_and_yarn/md…

    …ast-util-to-hast-13.2.1
    
    Bump mdast-util-to-hast from 13.2.0 to 13.2.1
    knowledgecode authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    419a6fd View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    b533ca0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from knowledgecode/develop

    Fix plugin import examples and update terminology in docs
    knowledgecode authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    71dc760 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. Update API documentation for format and parse

    - Add plugins option documentation to format.md
    - Update timezone examples to reflect correct offsets
    - Fix formatting consistency in code examples
    knowledgecode committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    3ff3c1b View commit details
    Browse the repository at this point in the history
  2. Update dependencies to latest versions

    - Upgrade TypeScript to 5.8
    - Update build tools and testing frameworks
    - Modernize development dependencies
    knowledgecode committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    b7d191e View commit details
    Browse the repository at this point in the history
  3. Update build and configuration files

    - Modernize ESLint configuration with new flat config format
    - Update Rollup build configuration for better output
    - Refine TypeScript compiler options for stricter type checking
    - Add path alias configuration to Vitest
    - Update .gitignore for better file exclusion
    knowledgecode committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    9fd0ce8 View commit details
    Browse the repository at this point in the history
  4. Improve source code formatting and type definitions

    - Enhance type safety across core modules
    - Standardize code formatting and style consistency
    - Refine locale definitions for better maintainability
    - Improve plugin implementations
    - Update numeral system handlers
    knowledgecode committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    a8e5a28 View commit details
    Browse the repository at this point in the history
  5. Update test files for consistency and maintainability

    - Standardize import statements across all test files
    - Improve code formatting in test suites
    - Ensure consistency with updated source code
    - Refine test assertions and expectations
    knowledgecode committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    13e4a48 View commit details
    Browse the repository at this point in the history
  6. Refactor development tool scripts

    - Improve code quality and type safety in utility scripts
    - Standardize formatting in locale, timezone, and zonename tools
    - Enhance maintainability of build tooling
    knowledgecode committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    f179fd6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #114 from knowledgecode/develop

    Update dependencies and improve code quality
    knowledgecode authored Dec 14, 2025
    Configuration menu
    Copy the full SHA
    01e60eb View commit details
    Browse the repository at this point in the history
Loading