Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
objecthub committed Aug 18, 2024
1 parent 411fd63 commit 2acf618
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# Changelog

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

## 2.5.1 (2024-04-17)
- Reduce minimum deployment targets down to macOS 10.13 and iOS 11.
- Include `StaticBigInt` only when available.

## 2.5 (2024-04-12)
- Support arbitrary length integer literals via `StaticBigInt`. This requires at least macOS 13.3.
- Make `Codable` implementation of `BigInt` compatible to JSON use cases
- Introduce enum `Integer` wrapping `BigInt` and the native `Int64` implementation
- Migrate project to Xcode 15

## 2.4.2 (2023-01-01)
- Support random number generation for Complex
- Migrated project to Swift 5.7 and Xcode 14
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Swift NumberKit

[![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)
[![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)

## Overview

Expand Down Expand Up @@ -56,8 +56,8 @@ where _i_ is the _imaginary unit_.

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

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

Expand Down

0 comments on commit 2acf618

Please sign in to comment.