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

implemented isBetween inclusivity #464

Merged
merged 6 commits into from
Feb 11, 2019
Merged

implemented isBetween inclusivity #464

merged 6 commits into from
Feb 11, 2019

Conversation

waseemahmad31
Copy link
Contributor

This pull request will fix issue #429 and #385

Implemented inclusivity option for isBetween function

@codecov-io
Copy link

codecov-io commented Jan 27, 2019

Codecov Report

Merging #464 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #464   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        56     56           
  Lines       496    499    +3     
  Branches     80     81    +1     
===================================
+ Hits        496    499    +3
Impacted Files Coverage Δ
src/plugin/isBetween/index.js 100% <100%> (ø) ⬆️

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 ca49e7c...dacf82c. Read the comment docs.

@iamkun
Copy link
Owner

iamkun commented Jan 27, 2019

Seems good

@waseemahmad31
Copy link
Contributor Author

@iamkun, let me know if any changes or action required from my side to merge this pull request.

@iamkun
Copy link
Owner

iamkun commented Feb 11, 2019

@waseemahmad31 Nope, all good :)

@iamkun iamkun merged commit af2f4f1 into iamkun:dev Feb 11, 2019
iamkun pushed a commit that referenced this pull request Feb 14, 2019
## [1.8.6](v1.8.5...v1.8.6) (2019-02-14)

### Bug Fixes

* Add Bahasa Melayu (Malaysia) locale ([#485](#485)) ([cb208b0](cb208b0))
* Copy & export built-in en locale to /locale folder as a separate file ([a7e05e0](a7e05e0))
* Fix bug in customParseFormat plugin while month(MM) is '01' ([9884ca5](9884ca5)), closes [#494](#494)
* Fix commonJS require ES Module bug in webpack4 ([23f9f3d](23f9f3d))
* Fix startOf week bug while week start is not Sunday ([5eaf77b](5eaf77b))
* Implemented isBetween inclusivity ([#464](#464)) ([af2f4f1](af2f4f1))
* Update Swedish and Finnish locales ([#488](#488)) ([f142082](f142082))
@iamkun
Copy link
Owner

iamkun commented Feb 14, 2019

🎉 This PR is included in version 1.8.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@waseemahmad31 waseemahmad31 deleted the issues/429 branch February 17, 2019 12:25
@coatesap
Copy link

Surely this is one part of Moment's API that really shouldn't have been adopted? The chances of developers correctly remembering what arbitrary characters mean without referring to the documentation seem close to zero!

@iamkun
Copy link
Owner

iamkun commented Jul 25, 2021

Surely this is one part of Moment's API that really shouldn't have been adopted? The chances of developers correctly remembering what arbitrary characters mean without referring to the documentation seem close to zero!

This is releaded already.

@coatesap
Copy link

Yes, I'm aware that it's been released - I was just hoping to start a discussion about whether this was the right decision, and if not, whether we should propose a different API going forwards (obviously with deprecations or backwards compatibility breaks if it was in a new major version).

andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.8.6](iamkun/dayjs@v1.8.5...v1.8.6) (2019-02-14)

### Bug Fixes

* Add Bahasa Melayu (Malaysia) locale ([#485](iamkun/dayjs#485)) ([cb208b0](iamkun/dayjs@cb208b0))
* Copy & export built-in en locale to /locale folder as a separate file ([a7e05e0](iamkun/dayjs@a7e05e0))
* Fix bug in customParseFormat plugin while month(MM) is '01' ([9884ca5](iamkun/dayjs@9884ca5)), closes [#494](iamkun/dayjs#494)
* Fix commonJS require ES Module bug in webpack4 ([23f9f3d](iamkun/dayjs@23f9f3d))
* Fix startOf week bug while week start is not Sunday ([5eaf77b](iamkun/dayjs@5eaf77b))
* Implemented isBetween inclusivity ([#464](iamkun/dayjs#464)) ([af2f4f1](iamkun/dayjs@af2f4f1))
* Update Swedish and Finnish locales ([#488](iamkun/dayjs#488)) ([f142082](iamkun/dayjs@f142082))
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.8.6](iamkun/dayjs@v1.8.5...v1.8.6) (2019-02-14)

### Bug Fixes

* Add Bahasa Melayu (Malaysia) locale ([#485](iamkun/dayjs#485)) ([cb208b0](iamkun/dayjs@cb208b0))
* Copy & export built-in en locale to /locale folder as a separate file ([a7e05e0](iamkun/dayjs@a7e05e0))
* Fix bug in customParseFormat plugin while month(MM) is '01' ([9884ca5](iamkun/dayjs@9884ca5)), closes [#494](iamkun/dayjs#494)
* Fix commonJS require ES Module bug in webpack4 ([23f9f3d](iamkun/dayjs@23f9f3d))
* Fix startOf week bug while week start is not Sunday ([5eaf77b](iamkun/dayjs@5eaf77b))
* Implemented isBetween inclusivity ([#464](iamkun/dayjs#464)) ([af2f4f1](iamkun/dayjs@af2f4f1))
* Update Swedish and Finnish locales ([#488](iamkun/dayjs#488)) ([f142082](iamkun/dayjs@f142082))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants