Skip to content

Commit 600096b

Browse files
committed
v4.0.0
1 parent cdec912 commit 600096b

File tree

3 files changed

+13
-52
lines changed

3 files changed

+13
-52
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

4+
## 4.0.0
5+
6+
Released March 15, 2025 • [diff](https://github.com/RxSwiftCommunity/RxGRDB/compare/v3.0.0...v4.0.0)
7+
8+
- **New**: Support for GRDB 7
9+
- **Breaking Change**: Swift 6+ and Xcode 16+ are required.
10+
- **Breaking Change**: iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 7.0+
11+
- **Breaking Change**: This version is not available on CocoaPods.
12+
413
## 3.0.0
514

615
Released September 9, 2022 • [diff](https://github.com/RxSwiftCommunity/RxGRDB/compare/v2.1.0...v3.0.0)

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1-
RxGRDB [![Swift 5.7](https://img.shields.io/badge/swift-5.7-orange.svg?style=flat)](https://developer.apple.com/swift/) [![Platforms](https://img.shields.io/cocoapods/p/RxGRDB.svg)](https://developer.apple.com/swift/) [![License](https://img.shields.io/github/license/RxSwiftCommunity/RxGRDB.svg?maxAge=2592000)](/LICENSE) [![Build Status](https://travis-ci.org/RxSwiftCommunity/RxGRDB.svg?branch=master)](https://travis-ci.org/RxSwiftCommunity/RxGRDB)
1+
RxGRDB [![Swift 6](https://img.shields.io/badge/swift-6-orange.svg?style=flat)](https://developer.apple.com/swift/) [![License](https://img.shields.io/github/license/RxSwiftCommunity/RxGRDB.svg?maxAge=2592000)](/LICENSE)
22
======
33

44
### A set of extensions for [SQLite], [GRDB.swift], and [RxSwift]
55

6-
**Latest release**: September 9, 2022 • [version 3.0.0](https://github.com/RxSwiftCommunity/RxGRDB/tree/v3.0.0)[Release Notes]
7-
8-
**Requirements**: iOS 11.0+ / macOS 10.13+ / tvOS 11.0+ / watchOS 4.0+ • Swift 5.7+ / Xcode 14+
9-
10-
| Swift version | RxGRDB version |
11-
| -------------- | ----------------------------------------------------------------- |
12-
| **Swift 5.7** | **[v3.0.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v3.0.0)** |
13-
| Swift 5.3 | [v2.1.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v2.1.0) |
14-
| Swift 5.2 | [v2.0.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v2.0.0) |
15-
| Swift 5.1 | [v0.18.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.18.0) |
16-
| Swift 5.0 | [v0.18.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.18.0) |
17-
| Swift 4.2 | [v0.13.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.13.0) |
18-
| Swift 4.1 | [v0.11.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.11.0) |
19-
| Swift 4 | [v0.10.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.10.0) |
20-
| Swift 3.2 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
21-
| Swift 3.1 | [v0.6.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.6.0) |
22-
| Swift 3 | [v0.3.0](http://github.com/RxSwiftCommunity/RxGRDB/tree/v0.3.0) |
6+
**Latest release**: March 25, 2025 • [version 4.0.0](https://github.com/RxSwiftCommunity/RxGRDB/tree/v4.0.0)[Release Notes]
7+
8+
**Requirements**: iOS 11.0+ / macOS 10.13+ / tvOS 11.0+ / watchOS 4.0+ • Swift 6+ / Xcode 16+
239

2410
---
2511

RxGRDB.podspec

-34
This file was deleted.

0 commit comments

Comments
 (0)