Skip to content

Commit

Permalink
Merge pull request #323 from timbray/v1.1.0
Browse files Browse the repository at this point in the history
kaizen: prepare for release 1.1.0
  • Loading branch information
timbray authored Jun 28, 2024
2 parents 78e2ec8 + 9e4e2ed commit ec60e13
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Fast pattern-matching library

\
**Quamina** implements a data type with APIs to
create an instance and add multiple **Patterns** to it,
and then query data objects called **Events** to
Expand All @@ -24,8 +25,7 @@ Quamina [welcomes contributions](CONTRIBUTING.md).

### Status

This is Quamina's first stable release, v1.0.0. Starting now,
we plan to change APIs only additively.
This is version 1.1.0 of Quamina. In future, the API will be changed only additively.

Note that we have documented more APIs than are actually
fully implemented, with the intent of showing direction.
Expand Down Expand Up @@ -104,7 +104,7 @@ The following Patterns would match it:
{
"Image": {
"Thumbnail": { "Url":
[ { "shellstyle": "http://www.example.com/*9943" } ] }
[ { "shellstyle": "http://www.example.*/*9943" } ] }
}
}
```
Expand Down Expand Up @@ -151,9 +151,6 @@ is not yet activated because it causes a
significant performance penalty, so the API needs to
be enhanced to only ask for it when you need it.

The syntax and semantics of Patterns is described
more fully in [Patterns in Quamina](PATTERNS.md).

## Flattening and Matching

The first step in finding matches for an Event is
Expand Down

0 comments on commit ec60e13

Please sign in to comment.