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: fix customParseFormat plugin parsing date bug #1198

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Conversation

iamkun
Copy link
Owner

@iamkun iamkun commented Nov 10, 2020

fix #1194

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #1198 (7915104) into dev (a7f858b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #1198   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          174       174           
  Lines         1652      1654    +2     
  Branches       373       374    +1     
=========================================
+ Hits          1652      1654    +2     
Impacted Files Coverage Δ
src/plugin/customParseFormat/index.js 100.00% <100.00%> (ø)
src/locale/lv.js 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7f858b...7915104. Read the comment docs.

@iamkun iamkun merged commit 6f21949 into dev Nov 10, 2020
iamkun pushed a commit that referenced this pull request Nov 10, 2020
## [1.9.6](v1.9.5...v1.9.6) (2020-11-10)

### Bug Fixes

* fix customParseFormat plugin parsing date bug ([#1198](#1198)) ([50f05ad](50f05ad)), closes [#1194](#1194)
* Update lv (Latvian) locale relative time ([#1192](#1192)) ([6d6c684](6d6c684))
@iamkun iamkun deleted the fix/customParse-bug branch January 3, 2021 12:55
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.9.6](iamkun/dayjs@v1.9.5...v1.9.6) (2020-11-10)

### Bug Fixes

* fix customParseFormat plugin parsing date bug ([#1198](iamkun/dayjs#1198)) ([50f05ad](iamkun/dayjs@50f05ad)), closes [#1194](iamkun/dayjs#1194)
* Update lv (Latvian) locale relative time ([#1192](iamkun/dayjs#1192)) ([6d6c684](iamkun/dayjs@6d6c684))
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.9.6](iamkun/dayjs@v1.9.5...v1.9.6) (2020-11-10)

### Bug Fixes

* fix customParseFormat plugin parsing date bug ([#1198](iamkun/dayjs#1198)) ([50f05ad](iamkun/dayjs@50f05ad)), closes [#1194](iamkun/dayjs#1194)
* Update lv (Latvian) locale relative time ([#1192](iamkun/dayjs#1192)) ([6d6c684](iamkun/dayjs@6d6c684))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

customParseFormat plugin make some mistakes
1 participant