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

Allowing Dates in Range & new Around() Syntax #206

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2023

  1. Allowing Dates in Range

    This allows a Date to be compared by range without the need to convert it to Unix timestamp (Numeric value).
    karemont authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4ef32c3 View commit details
    Browse the repository at this point in the history
  2. Around() Syntax (Range Shorthand)

    Around() is a Shorthand for Range() with between functionality utilizing 'lte' and 'gte' with a tolerance threshold.
    karemont authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    41369f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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