1010
1111### Fast pattern-matching library
1212
13+ \
1314** Quamina** implements a data type with APIs to
1415create an instance and add multiple ** Patterns** to it,
1516and then query data objects called ** Events** to
@@ -24,8 +25,7 @@ Quamina [welcomes contributions](CONTRIBUTING.md).
2425
2526### Status
2627
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.
2929
3030Note that we have documented more APIs than are actually
3131fully implemented, with the intent of showing direction.
@@ -104,7 +104,7 @@ The following Patterns would match it:
104104{
105105 "Image" : {
106106 "Thumbnail" : { "Url" :
107- [ { "shellstyle" : " http://www.example.com /*9943" } ] }
107+ [ { "shellstyle" : " http://www.example.* /*9943" } ] }
108108 }
109109}
110110```
@@ -151,9 +151,6 @@ is not yet activated because it causes a
151151significant performance penalty, so the API needs to
152152be enhanced to only ask for it when you need it.
153153
154- The syntax and semantics of Patterns is described
155- more fully in [ Patterns in Quamina] ( PATTERNS.md ) .
156-
157154## Flattening and Matching
158155
159156The first step in finding matches for an Event is
0 commit comments