Thanks to visit codestin.com
Credit goes to github.com

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: iamkun/dayjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.11
Choose a base ref
...
head repository: iamkun/dayjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.12
Choose a head ref
  • 17 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 28, 2024

  1. chore: update ci

    iamkun committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7b8881e View commit details
    Browse the repository at this point in the history
  2. chore: update readme

    iamkun committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    39a9410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3737c8c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    6a42e0d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. chore: Update README.md

    iamkun authored May 17, 2024
    Configuration menu
    Copy the full SHA
    e5a1c03 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. chore: update doc demo

    iamkun committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1e61e42 View commit details
    Browse the repository at this point in the history
  2. fix: Improve typing for min/max plugin (#2573)

    No null if at least one date is passed; only null if explicitly no dates are passed.
    
    Co-authored-by: iamkun <[email protected]>
    bensaufley and iamkun authored May 20, 2024
    Configuration menu
    Copy the full SHA
    4fbe94a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. chore: Update README.md

    iamkun authored May 22, 2024
    Configuration menu
    Copy the full SHA
    f4cb2cf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore: update demo

    iamkun committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8d5d521 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. chore: update demo

    iamkun authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9635a93 View commit details
    Browse the repository at this point in the history
  2. fix: Fix zero offset issue when use tz with locale (#2532)

    * test: add test case for tz with locale
    
    * fix: set utc as false if $offset is 0
    ohsory1324 authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d0e6738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3ef705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b575c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e6d8b0 View commit details
    Browse the repository at this point in the history
  6. chore: rm useless import

    iamkun committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7b99f68 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2694 from iamkun/dev

    D2M
    iamkun authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    35727b3 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.11.12 [skip ci]

    ## [1.11.12](v1.11.11...v1.11.12) (2024-07-18)
    
    ### Bug Fixes
    
    * Add NegativeYear Plugin support  ([#2640](#2640)) ([6a42e0d](6a42e0d))
    * add UTC support to negativeYear plugin ([#2692](#2692)) ([f3ef705](f3ef705))
    * Fix zero offset issue when use tz with locale ([#2532](#2532)) ([d0e6738](d0e6738))
    * Improve typing for min/max plugin ([#2573](#2573)) ([4fbe94a](4fbe94a))
    * timezone plugin currect parse UTC tz ([#2693](#2693)) ([b575c81](b575c81))
    semantic-release-bot committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6cc12b7 View commit details
    Browse the repository at this point in the history
Loading