|
| 1 | +0.11.4 (30-09-2017), [diff][diff-0.11.4] |
| 2 | +======================================== |
| 3 | + |
| 4 | +* Collate `.nocase` strictly enforces `NOT NULL` even when using Optional ([#697][]) |
| 5 | +* Fix transactions not being rolled back when committing fails ([#426][]) |
| 6 | +* Add possibility to have expression on right hand side of like ([#591][]) |
| 7 | +* Added Date and Time functions ([#142][]) |
| 8 | +* Add Swift4 Coding support ([#733][]) |
| 9 | +* Preliminary Linux support ([#315][], [#681][]) |
| 10 | +* Add `RowIterator` for more safety ([#647][], [#726][]) |
| 11 | +* Make `Row.get` throw instead of crash ([#649][]) |
| 12 | +* Fix create/drop index functions ([#666][]) |
| 13 | +* Revert deployment target to 8.0 ([#625][], [#671][], [#717][]) |
| 14 | +* Added support for the union query clause ([#723][]) |
| 15 | +* Add support for `ORDER` and `LIMIT` on `UPDATE` and `DELETE` ([#657][], [#722][]) |
| 16 | +* Swift 4 support ([#668][]) |
| 17 | + |
1 | 18 | 0.11.3 (30-03-2017), [diff][diff-0.11.3]
|
2 | 19 | ========================================
|
3 | 20 |
|
4 | 21 | * Fix compilation problems when using Carthage ([#615][])
|
5 |
| -* Add "WITHOUT ROWID" table option ([#541][]) |
| 22 | +* Add `WITHOUT ROWID` table option ([#541][]) |
6 | 23 | * Argument count fixed for binary custom functions ([#481][])
|
7 | 24 | * Documentation updates
|
8 | 25 | * Tested with Xcode 8.3 / iOS 10.3
|
|
20 | 37 |
|
21 | 38 | * Integrate SQLCipher via CocoaPods ([#546][], [#553][])
|
22 | 39 | * Made lastInsertRowid consistent with other SQLite wrappers ([#532][])
|
23 |
| -* Fix for ~= operator used with Double ranges |
| 40 | +* Fix for `~=` operator used with Double ranges |
24 | 41 | * Various documentation updates
|
25 | 42 |
|
26 | 43 | 0.11.0 (19-10-2016)
|
|
33 | 50 | [diff-0.11.1]: https://github.com/stephencelis/SQLite.swift/compare/0.11.0...0.11.1
|
34 | 51 | [diff-0.11.2]: https://github.com/stephencelis/SQLite.swift/compare/0.11.1...0.11.2
|
35 | 52 | [diff-0.11.3]: https://github.com/stephencelis/SQLite.swift/compare/0.11.2...0.11.3
|
| 53 | +[diff-0.11.4]: https://github.com/stephencelis/SQLite.swift/compare/0.11.3...0.11.4 |
36 | 54 |
|
37 |
| -[#481]: https://github.com/stephencelis/SQLit1e.swift/pull/481 |
38 |
| -[#532]: https://github.com/stephencelis/SQLit1e.swift/issues/532 |
39 |
| -[#541]: https://github.com/stephencelis/SQLit1e.swift/issues/541 |
| 55 | +[#142]: https://github.com/stephencelis/SQLite.swift/issues/142 |
| 56 | +[#315]: https://github.com/stephencelis/SQLite.swift/issues/315 |
| 57 | +[#426]: https://github.com/stephencelis/SQLite.swift/pull/426 |
| 58 | +[#481]: https://github.com/stephencelis/SQLite.swift/pull/481 |
| 59 | +[#532]: https://github.com/stephencelis/SQLite.swift/issues/532 |
| 60 | +[#541]: https://github.com/stephencelis/SQLite.swift/issues/541 |
40 | 61 | [#546]: https://github.com/stephencelis/SQLite.swift/issues/546
|
41 | 62 | [#548]: https://github.com/stephencelis/SQLite.swift/pull/548
|
42 | 63 | [#553]: https://github.com/stephencelis/SQLite.swift/pull/553
|
43 | 64 | [#559]: https://github.com/stephencelis/SQLite.swift/pull/559
|
44 | 65 | [#560]: https://github.com/stephencelis/SQLite.swift/pull/560
|
45 | 66 | [#561]: https://github.com/stephencelis/SQLite.swift/issues/561
|
46 | 67 | [#571]: https://github.com/stephencelis/SQLite.swift/issues/571
|
| 68 | +[#591]: https://github.com/stephencelis/SQLite.swift/pull/591 |
47 | 69 | [#615]: https://github.com/stephencelis/SQLite.swift/pull/615
|
| 70 | +[#625]: https://github.com/stephencelis/SQLite.swift/issues/625 |
| 71 | +[#647]: https://github.com/stephencelis/SQLite.swift/pull/647 |
| 72 | +[#649]: https://github.com/stephencelis/SQLite.swift/pull/649 |
| 73 | +[#657]: https://github.com/stephencelis/SQLite.swift/issues/657 |
| 74 | +[#666]: https://github.com/stephencelis/SQLite.swift/pull/666 |
| 75 | +[#668]: https://github.com/stephencelis/SQLite.swift/pull/668 |
| 76 | +[#671]: https://github.com/stephencelis/SQLite.swift/issues/671 |
| 77 | +[#681]: https://github.com/stephencelis/SQLite.swift/issues/681 |
| 78 | +[#697]: https://github.com/stephencelis/SQLite.swift/issues/697 |
| 79 | +[#717]: https://github.com/stephencelis/SQLite.swift/issues/717 |
| 80 | +[#722]: https://github.com/stephencelis/SQLite.swift/pull/722 |
| 81 | +[#723]: https://github.com/stephencelis/SQLite.swift/pull/723 |
| 82 | +[#733]: https://github.com/stephencelis/SQLite.swift/pull/733 |
| 83 | +[#726]: https://github.com/stephencelis/SQLite.swift/pull/726 |
0 commit comments