Releases: scinfu/SwiftSoup
Releases · scinfu/SwiftSoup
2.13.5
2.13.4
2.13.3
2.13.2
What's Changed
- Fix: LICENSE file not recognized by GitHub's license detection by @MiuraKairi in #386
- Restrict cleaner base-URL resolution to actual URL-like values by @chrisjenkins in #387
New Contributors
- @MiuraKairi made their first contribution in #386
- @chrisjenkins made their first contribution in #387
Full Changelog: 2.13...2.13.2
2.13.1
2.13
2.12
What's Changed
- Make URL whitespace handling configurable with three modes by @macdrevx in #369
- Default URLWhitespaceMode to .allow by @macdrevx in #370
- Fix nbsp not escaped when it's the only special character by @macdrevx in #371
- Fix URL resolution being applied to non-URL attributes by @macdrevx in #372
- Fix CharacterReader bounds safety for truncated HTML by @rursache in #373
- Remove external dependencies by vendoring LRUCache by @rursache in #374
- Add explicit XML parse convenience APIs by @rursache in #378
- Escape cssSelector output for class and id selectors by @rursache in #377
- Add CSS property whitelisting to the sanitizer by @rursache in #375
- Normalize output for Whitelist.none() by @rursache in #376
- Add byte-based URL parsing helpers by @rursache in #379
- Add :containsData() CSS pseudo-selector by @rursache in #381
- Add crossorigin to boolean attributes list by @rursache in #382
- Add ElementQuery protocol as common interface for Element and Elements by @rursache in #383
- Various optimizations by @aehlke in #359
- Various optimizations by @aehlke in #360
- Various optimizations by @aehlke in #361
- Various optimizations by @aehlke in #362
- Various optimizations by @aehlke in #363
- Various optimizations by @aehlke in #365
- Various optimizations by @aehlke in #366
- Various optimizations by @aehlke in #367
- Various optimizations by @aehlke in #368
New Contributors
Full Changelog: 2.11.3...2.12
2.11.2
What's Changed
- compile fix for freebsd by @hoanga in #352
- Modify the s.version in the podspec to '2.11.1', and apply the 2.11.1 branch code to the source folder's code. by @taojeff in #354
New Contributors
Full Changelog: 2.11.1...2.11.2
2.11.1
2.11
What's Changed
- Remove files that became orphaned or were empty by @DarkDust in #334
- Fix double-escaping of URLs in attributes by @DarkDust in #335
- Add explicit support for tvOS 13+ by @pro100filipp in #336
- Add some APIs accepting
Evaluatorinstances by @DarkDust in #337 - Silence retroactive warnings by @DarkDust in #342
- Convert documentation to DocC by @DarkDust in #340
- Add missing
@unchecked Sendableby @DarkDust in #341 - Implement implicit query parser caching support by @DarkDust in #343
New Contributors
- @pro100filipp made their first contribution in #336
Full Changelog: 2.10.3...2.11