10000 Comparing date-fns:main...emizio:main · date-fns/utc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: date-fns/utc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: emizio/utc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 24 files changed
  • 2 contributors

Commits on Mar 28, 2025

  1. Use overrides rather than property set in mini.js

    This definition of the `UTCDateMini` class should be functionally
    identical to the previous. However, this version is compatible with
    frozen (read-only) objects that make it workable with Temporal.io
    workflows.
    andydonzelli committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    02d2748 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Un-gitignore lib/ and export these files explicitly (#5)

    Although it's sort of bad practice, I've exposed (un-gitignored) the
    `lib/` directory to make it easier to use this package with the `github:
    repo` syntax. The previous logic assumed the package would only be used
    from the `pnpm publish` bundle (which is created with contents of
    `lib/`), so by exposing `lib/` we're effectively making the repo appear
    as a published bundle.
    andydonzelli authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    b028e58 View commit details
    Browse the repository at this point in the history
Loading
0