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.5
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.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Oct 8, 2025

  1. Support literal square brackets in format strings

    Allow escaping square brackets with backslashes to output them literally in formatted dates and parse them from input strings.
    knowledgecode committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ed94bc7 View commit details
    Browse the repository at this point in the history
  2. Update documentation for square bracket escaping

    Add examples demonstrating how to escape square brackets in format strings and update code examples to use the new feature.
    knowledgecode committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    e74a3e7 View commit details
    Browse the repository at this point in the history
  3. Migrate ESLint config from TypeScript to JavaScript

    Replace eslint.config.ts with eslint.config.js and update dependencies.
    knowledgecode committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    5154271 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #107 from knowledgecode/develop

    Support literal square brackets in format strings
    knowledgecode authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    2ffaa04 View commit details
    Browse the repository at this point in the history
Loading