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

The rest of the roadmap features! #9

Merged
merged 9 commits into from
Feb 12, 2023

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    9c3ce08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea0723 View commit details
    Browse the repository at this point in the history
  3. Added nor(), improved or(),

    Also created a new function `escape_all` to fix the issue of not being able to escape a collection of Into<String> options for the logical functions. This problem caused a panic in the stop words cookbook section because if the result of `or()` was wrapped in square brackets, the hyphens in the text pulled from the stop words library would be interpreted as ranges.
    PacificBird committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4da92ad View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. negated ascii classes

    PacificBird committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0812a3b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. implement ranges

    PacificBird committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    96f4562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f50ae9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1415eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f066e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4150d7f View commit details
    Browse the repository at this point in the history