Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #1852 - comma not recognized as a separator character #1913

Merged
merged 5 commits into from
Jun 4, 2022

Commits on May 6, 2022

  1. Merge pull request iamkun#1883 from iamkun/dev

    D2M
    iamkun committed May 6, 2022
    Configuration menu
    Copy the full SHA
    08a8293 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.11.2 [skip ci]

    ## [1.11.2](iamkun/dayjs@v1.11.1...v1.11.2) (2022-05-06)
    
    ### Bug Fixes
    
    * add OpUnitType (week) to quarterOfYear startOf/endOf types ([iamkun#1865](iamkun#1865)) ([400bc3e](iamkun@400bc3e))
    * Fix type issue with ManipulateType ([iamkun#1864](iamkun#1864)) ([d033dfc](iamkun@d033dfc))
    * fix UTC plugin .valueOf not taking DST into account  ([iamkun#1448](iamkun#1448)) ([27d1c50](iamkun@27d1c50))
    semantic-release-bot committed May 6, 2022
    Configuration menu
    Copy the full SHA
    12ab114 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    702a2b1 View commit details
    Browse the repository at this point in the history
  2. fix: avoid potential problems with dash after '\d'

    Dash could be misinterpreted as range operator.
    BePo65 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2ceea06 View commit details
    Browse the repository at this point in the history
  3. fix: homogenize characters that are used as word separators

    In 'formatTokens' dash is not recognized as a word separator, but in
    'matchWord' it is.
    BePo65 committed May 27, 2022
    Configuration menu
    Copy the full SHA
    b87abe2 View commit details
    Browse the repository at this point in the history