Skip to content

Commit cbd8bf5

Browse files
authored
Merge pull request #93 from boydm/boyd
Change Cache subscription function names. Improve docs.
2 parents a14816e + 027a97f commit cbd8bf5

File tree

5 files changed

+398
-36
lines changed

5 files changed

+398
-36
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
## 0.9.0
44
* Much improved testing
5+
* Much improved documentation
56
* Simplify rules around user-closing a viewport
67
* Fix bug where captured positional inputs were not casting the transformed location
78
* Deprecated Graph.get_root(). Use Graph.get!(graph, :\_root\_) instead.
89
* Renamed Primitive.put_opts to Primitive.merge_opts
910
* Deprecated Primitive.put_style(w/list). Use Primitive.merge_opts(...) instead.
1011
* Deprecated Primitive.put_transform(w/list). Use Primitive.merge_opts(...) instead.
12+
* Add Graph.find/2
13+
* Add Graph.modify/3 with a finder function
14+
* Rename Cache.request_notification/1 -> Cache.subscribe/1
15+
* Rename Cache.stop_notification/1 -> Cache.unsubscribe/1
1116

1217

1318
## 0.8.0

0 commit comments

Comments
 (0)