Skip to content

Commit 8b40456

Browse files
committed
Update README and CHANGELOG for v0.1.0
1 parent 21be078 commit 8b40456

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
## 0.1.0 (Unreleased)
1+
## 0.1.0 (2017-08-15)
22

3-
*TBD*
3+
Basic filter features
4+
5+
- New Filter
6+
- Configuring
7+
- Insert
8+
- Insert Unique
9+
- Lookup
10+
- Delete
11+
- Item Count
12+
- Save
13+
- Load

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Install via `go get`
1616

1717
## Usage
1818

19+
- [New Filter](#new-filter)
20+
- [Configuring](#configuration)
21+
- [Insert](#insert)
22+
- [Insert Unique](#insert-unique)
23+
- [Lookup](#lookup)
24+
- [Delete](#delete)
25+
- [Item Count](#item-count)
26+
- [Save](#save)
27+
- [Load](#load)
28+
1929
### New Filter
2030

2131
Create a new filter with default configuration
@@ -66,7 +76,7 @@ func main() {
6676
}
6777
```
6878

69-
### InsertUnique
79+
### Insert Unique
7080

7181
Inserting items into a filter only if they do not already exist
7282

@@ -135,7 +145,7 @@ func main() {
135145
}
136146
```
137147

138-
### ItemCount
148+
### Item Count
139149

140150
Getting the item count of filter. **Using Insert with duplicates will cause the
141151
item count to be more like a total items inserted count**. Using InsertUnique

0 commit comments

Comments
 (0)