Skip to content

Commit 2f10723

Browse files
authored
Merge pull request #16 from zacwest/out-of-index
Out of index, Swift Version
2 parents 0896149 + 8085dd5 commit 2f10723

12 files changed

Lines changed: 282 additions & 211 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.2 (2019-05-12)
2+
3+
- Update to Swift 5 (no actual source changes).
4+
- Fixes crashing on strings like `<blah></blah>` with dynamic attributes.
5+
16
# 4.1 (2019-01-26)
27

38
Update to Swift 4.2.

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ PODS:
44
- OCMock (3.4.3)
55
- Quick (2.1.0)
66
- Specta (1.0.7)
7-
- ZSWTaggedString (4.1):
8-
- ZSWTaggedString/Core (= 4.1)
9-
- ZSWTaggedString/Core (4.1)
10-
- ZSWTaggedString/Swift (4.1):
7+
- ZSWTaggedString (4.2):
8+
- ZSWTaggedString/Core (= 4.2)
9+
- ZSWTaggedString/Core (4.2)
10+
- ZSWTaggedString/Swift (4.2):
1111
- ZSWTaggedString/Core
1212

1313
DEPENDENCIES:
@@ -37,7 +37,7 @@ SPEC CHECKSUMS:
3737
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
3838
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
3939
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
40-
ZSWTaggedString: c29edd1ccf2ae30a356d56382cfec6cf06bbd70f
40+
ZSWTaggedString: 1a6aab3143188634c1e5dfe9383ce754c1fb5fe2
4141

4242
PODFILE CHECKSUM: 3e8e33953f0073437731a654c10dcc1880b9439e
4343

Example/Pods/Local Podspecs/ZSWTaggedString.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)