Skip to content

Commit ec60e13

Browse files
authored
Merge pull request #323 from timbray/v1.1.0
kaizen: prepare for release 1.1.0
2 parents 78e2ec8 + 9e4e2ed commit ec60e13

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Fast pattern-matching library
1212

13+
\
1314
**Quamina** implements a data type with APIs to
1415
create an instance and add multiple **Patterns** to it,
1516
and 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

3030
Note that we have documented more APIs than are actually
3131
fully 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
151151
significant performance penalty, so the API needs to
152152
be 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

159156
The first step in finding matches for an Event is

0 commit comments

Comments
 (0)