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.8
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.9
Choose a head ref
  • 13 commits
  • 20 files changed
  • 11 contributors

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    89bf31c View commit details
    Browse the repository at this point in the history
  2. test: update test case

    iamkun committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1a199d3 View commit details
    Browse the repository at this point in the history
  3. test: update test case

    iamkun committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    548b217 View commit details
    Browse the repository at this point in the history
  4. fix: dayjs.diff improve performance (#2244)

    * improve: diff performance
    
    * refactor: switch refactor
    
    ---------
    
    Co-authored-by: 李权威 <liquanwei@corp.netease.com>
    Qquanwei and 李权威 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    33c80e1 View commit details
    Browse the repository at this point in the history
  5. chore: Added Hebrew version of Readme (#2340)

    * [Hebrew] - Added readme for Hebrew
    
    * [Hebrew] - Typo
    byawitz committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    24e3038 View commit details
    Browse the repository at this point in the history
  6. fix: dayjs(null) throws error, not return dayjs object as invalid date (

    #2334)
    
    Co-authored-by: iamkun <kunhello@outlook.com>
    alexander-ulaev and iamkun committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c79e2f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    013968f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    3c2c6ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1060f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

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

Commits on Jul 1, 2023

  1. Merge pull request #2360 from iamkun/dev

    D2M
    iamkun committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a4c3335 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.11.9 [skip ci]

    ## [1.11.9](v1.11.8...v1.11.9) (2023-07-01)
    
    ### Bug Fixes
    
    * Add null to min and max plugin return type ([#2355](#2355)) ([62d9042](62d9042))
    * check if null passed to objectSupport parser ([#2175](#2175)) ([013968f](013968f))
    * dayjs.diff improve performance ([#2244](#2244)) ([33c80e1](33c80e1))
    * dayjs(null) throws error, not return dayjs object as invalid date ([#2334](#2334)) ([c79e2f5](c79e2f5))
    * objectSupport plugin causes an error when null is passed to dayjs function (closes [#2277](#2277)) ([#2342](#2342)) ([89bf31c](89bf31c))
    * Optimize format method ([#2313](#2313)) ([1fe1b1d](1fe1b1d))
    * update Duration plugin add/subtract take into account days in month ([#2337](#2337)) ([3b1060f](3b1060f))
    * update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg ([#2330](#2330)) ([3c2c6ee](3c2c6ee))
    semantic-release-bot committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    5044cc8 View commit details
    Browse the repository at this point in the history
Loading