10
10
11
11
### Fast pattern-matching library
12
12
13
+ \
13
14
** Quamina** implements a data type with APIs to
14
15
create an instance and add multiple ** Patterns** to it,
15
16
and then query data objects called ** Events** to
@@ -24,8 +25,7 @@ Quamina [welcomes contributions](CONTRIBUTING.md).
24
25
25
26
### Status
26
27
27
- This is Quamina's first stable release, v1.0.0. Starting now,
28
- we plan to change APIs only additively.
28
+ This is version 1.1.0 of Quamina. In future, the API will be changed only additively.
29
29
30
30
Note that we have documented more APIs than are actually
31
31
fully implemented, with the intent of showing direction.
@@ -104,7 +104,7 @@ The following Patterns would match it:
104
104
{
105
105
"Image" : {
106
106
"Thumbnail" : { "Url" :
107
- [ { "shellstyle" : " http://www.example.com /*9943" } ] }
107
+ [ { "shellstyle" : " http://www.example.* /*9943" } ] }
108
108
}
109
109
}
110
110
```
@@ -151,9 +151,6 @@ is not yet activated because it causes a
151
151
significant performance penalty, so the API needs to
152
152
be enhanced to only ask for it when you need it.
153
153
154
- The syntax and semantics of Patterns is described
155
- more fully in [ Patterns in Quamina] ( PATTERNS.md ) .
156
-
157
154
## Flattening and Matching
158
155
159
156
The first step in finding matches for an Event is
0 commit comments