gastromatic / calendar-date

Immutable object to represent and work with a calendar date with zero dependencies
MIT License
21 stars 1 forks source link

feat: add isEqualsOrBefore and isEqualsOrAfter methods #286

Closed batrdn closed 6 months ago

batrdn commented 6 months ago

Overview

Added isBeforeOrEqual and isAfterOrEqual methods to shorten what would otherwise be written as: date1.isAfter(date2) || date1.equals(date2) or date1.isBefore(date2) || date1.equals(date2)

gastrobot commented 6 months ago

:tada: This PR is included in version 2.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: