File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
All notable changes to this project will be documented in this file. The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
4
- This product uses [ Semantic Versioning] ( https://semver.org/ ) .
4
+ This product uses [ Semantic Versioning] ( https://semver.org/ ) .
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.0.0]
9
+ * Rewrite of large parts of the Socket and Channel classes
10
+ * Optional API for automatic retain cycle handling
11
+ * Presence support
8
12
9
13
## [ 0.9.3]
10
14
@@ -35,7 +39,7 @@ This product uses [Semantic Versioning](https://semver.org/).
35
39
36
40
37
41
## [ 0.9.0]
38
- Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces
42
+ Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces
39
43
some breaking changes in the API that will require updates to your code. See the [ usage guide] for help.
40
44
41
45
### Updated
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = "SwiftPhoenixClient"
11
- s . version = "0.9.3 "
11
+ s . version = "1.0.0 "
12
12
s . summary = "Connect your Phoenix and iOS applications through WebSockets!"
13
13
s . swift_version = "4.2"
14
14
You can’t perform that action at this time.
0 commit comments