This repository was archived by the owner on Dec 14, 2021. It is now read-only.
File tree 2 files changed +51
-1
lines changed
2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.1
2
+
3
+ ##### Enhancements
4
+
5
+ * Updates podspec.
6
+ * [ Adds code coverage] ( https://github.com/material-foundation/material-scrollview-delegate-multiplexer-ios/issues/10 ) . ([ Sean O'Shea] ( https://github.com/seanoshea ) )
7
+
8
+ ## 2.0.0
9
+
10
+ ##### Breaking
11
+
12
+ * Renames all GOS prefixes to MDF
13
+
14
+ ##### Bug Fixes
15
+
16
+ * Fixed test removeObserveringDelegate so it does not skip over indices
17
+
18
+ ##### Enhancements
19
+
20
+ * Updates to readme.
21
+ * Corrects typos.
22
+
23
+ ## 1.0.1
24
+
25
+ ##### Enhancements
26
+
27
+ * Updates readme combiner example.
28
+ * Adds example using the combiner protocol.
29
+ * Updates example to handle rotation
30
+ * Update .jazzy.yaml
31
+ * Link conventions to GOS-contributing repo.
32
+
33
+ ## 1.0.0
34
+
35
+ Initial release.
36
+
37
+ ## x.x.x
38
+
39
+ This is a template. When cutting a new release, rename "master" to the release number and create a
40
+ new, empty "Master" section.
41
+
42
+ ##### Breaking
43
+
44
+ ##### Enhancements
45
+
46
+ ##### Bug Fixes
47
+
48
+ * This is a template description
49
+ [ person responsible] ( https://github.com/... )
50
+ [ #xxx] ( github.com/google/material-scrollview-delegate-multiplexer-ios/issues/xxx )
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MDFScrollViewDelegateMultiplexer"
3
- s . version = "2.0.0 "
3
+ s . version = "2.0.1 "
4
4
s . authors = { 'Chris Cox' => '[email protected] ' }
5
5
s . summary = "A proxy object for UIScrollViewDelegate that forwards all received events to an ordered list of registered observers."
6
6
s . homepage = "https://github.com/material-foundation/material-scrollview-delegate-multiplexer-ios"
You can’t perform that action at this time.
0 commit comments