-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
64 lines (51 loc) · 1.56 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Version 4.2.1
=============
- Fixes runtime crash using `withMemoryRebound` and `sockaddr_storage` on iOS16 and macOS13
(thanks to @palerikm and @dsmurfin)
Version 4.2.0
=============
- Makes `Interface` `Identifiable` so that it's possible to iterate them
and represent them in a list. Thanks to @ivirtex for this contribution!
Version 4.1.0
=============
- Adds Linux support
Version 4.0.4
=============
- Fixes buffer overflow (#17)
Version 4.0.3
=============
- Fixes issue #21 by adding shared scheme for macOS builds.
- Fixes compiler warnings and updates to Swift 4.2.
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.