Skip to content

Commit 2acf618

Browse files
committed
Update documentation.
1 parent 411fd63 commit 2acf618

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Changelog
22

3-
## 2.5 (2024-08-18)
3+
## 2.6 (2024-08-18)
44
- Fixes a serious bug which made unsigned integers implement the `IntegerNumber` protocol (which is designed for signed integers only)
55
- Enabled `IntegerNumberTests` also for Xcode
66
- Ready for usage with Swift 6
77

8+
## 2.5.1 (2024-04-17)
9+
- Reduce minimum deployment targets down to macOS 10.13 and iOS 11.
10+
- Include `StaticBigInt` only when available.
11+
12+
## 2.5 (2024-04-12)
13+
- Support arbitrary length integer literals via `StaticBigInt`. This requires at least macOS 13.3.
14+
- Make `Codable` implementation of `BigInt` compatible to JSON use cases
15+
- Introduce enum `Integer` wrapping `BigInt` and the native `Int64` implementation
16+
- Migrate project to Xcode 15
17+
818
## 2.4.2 (2023-01-01)
919
- Support random number generation for Complex
1020
- Migrated project to Swift 5.7 and Xcode 14

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swift NumberKit
22

3-
[![Platforms: macOS, iOS, Linux](https://img.shields.io/badge/Platforms-macOS,%20iOS,%20Linux-blue.svg?style=flat)](https://developer.apple.com/osx/) [![Language: Swift 5.9](https://img.shields.io/badge/Language-Swift%205.9-green.svg?style=flat)](https://developer.apple.com/swift/) [![IDE: Xcode 15](https://img.shields.io/badge/IDE-Xcode%2015-orange.svg?style=flat)](https://developer.apple.com/xcode/) [![Package managers: SwiftPM, Carthage](https://img.shields.io/badge/Package%20managers-SwiftPM,%20Carthage-8E64B0.svg?style=flat)](https://github.com/Carthage/Carthage) [![License: Apache](http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](https://raw.githubusercontent.com/objecthub/swift-numberkit/master/LICENSE)
3+
[![Platforms: macOS, iOS, Linux](https://img.shields.io/badge/Platforms-macOS,%20iOS,%20Linux-blue.svg?style=flat)](https://developer.apple.com/osx/) [![Language: Swift 5/6](https://img.shields.io/badge/Language-Swift%206-green.svg?style=flat)](https://developer.apple.com/swift/) [![IDE: Xcode 15/16](https://img.shields.io/badge/IDE-Xcode%2016-orange.svg?style=flat)](https://developer.apple.com/xcode/) [![Package managers: SwiftPM, Carthage](https://img.shields.io/badge/Package%20managers-SwiftPM,%20Carthage-8E64B0.svg?style=flat)](https://github.com/Carthage/Carthage) [![License: Apache](http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](https://raw.githubusercontent.com/objecthub/swift-numberkit/master/LICENSE)
44

55
## Overview
66

@@ -56,8 +56,8 @@ where _i_ is the _imaginary unit_.
5656

5757
The following technologies are needed to build the components of the _Swift NumberKit_ framework:
5858

59-
- [Xcode 15](https://developer.apple.com/xcode/)
60-
- [Swift 5.9](https://developer.apple.com/swift/)
59+
- [Xcode 15 or Xcode 16](https://developer.apple.com/xcode/)
60+
- [Swift 5 or Swift 6](https://developer.apple.com/swift/)
6161
- [Swift Package Manager](https://swift.org/package-manager/)
6262
- macOS, iOS or Linux
6363

0 commit comments

Comments
 (0)