forked from svdo/swift-netutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
41 lines (33 loc) · 1011 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Version 4.0.2
=============
- Added Swift Package Manager support.
- Changed documentation URL in README.
Version 4.0.1
=============
Better check in source code for whether our own `ifaddrs` module map needs
to be used or not.
Version 4.0.0
=============
Added Swift 4.0 support.
Version 3.0.2
=============
- Fixed warning because of new Swift version (#11)
- Moved generated documentation to github.io
Version 3.0.1
=============
Added Jazzy config file, hoping to fix CocoaDocs generation that way...
Version 3.0.0
=============
Swift 3 support.
Version 2.0.1
=============
House keeping: added API documentation, extended README.
Changed license to MIT License.
Version 2.0.0
=============
This version supports the latest Swift version (2.2). The API of Interface is simplified:
instead of the getters (like `getName()`) you now should simply use the properties (`name`).
There are no functional changes.
Older Versions
==============
Not documented in this document. Please refer to git history.