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

feat: support filtering on incrementable values #178

Merged
merged 3 commits into from Jan 27, 2021

Commits on Dec 2, 2020

  1. docs: document that 'regex' may be either bytes or text

    Add an explicit test for that.
    tseaver committed Dec 2, 2020
    Copy the full SHA
    fb8cbb5 View commit details
    Browse the repository at this point in the history
  2. feat: add 'ExactValueFilter' shortcut.

    Wraps around 'ValueRegexFilter', but also converts an integer value
    to the equivalent packed 8-octet bytes.
    
    See #177.
    tseaver committed Dec 2, 2020
    Copy the full SHA
    57409c9 View commit details
    Browse the repository at this point in the history
  3. feat: allow integer values for 'ValueRangeFilter'

    Convert them to the equivalent packed 8-octet bytes values.
    
    Closes #177.
    tseaver committed Dec 2, 2020
    Copy the full SHA
    1710bf7 View commit details
    Browse the repository at this point in the history