Commit Graph

13 Commits

Author SHA1 Message Date
Nabil Chatbi ad8fae6aa8 Renamed Selector Class to CssSelector 2020-04-30 00:37:00 +02:00
Garth Snyder 6af808ef63 Convert all tag sets to constant arrays, use native contains() 2019-12-19 14:28:10 -08:00
Nabil Chatbi 137af9728b Merge branch 'master' into develop
* master: (25 commits)
  Update README.md
  pod 2.0.0
  Update to Xcode 10.2 and resolve Swift 5 warnings
  - Fixes #101 - SwiftSoup builds in "release" mode on swift linux 4.2.
  Up the version written in README.md to 1.7.4
  docker
  docker
  added
  fix swift version
  1.7.4
  bump version 1.7.3
  Make some corrections to README.md
  Adjust Dockerfile to newer Swift
  Lower Swift version because of Linux build
  Install cocoapods beta because it fails with older
  Bump TravisCI Xcode version
  Swift 4.2 and Xcode 10 support
  Fix for "Static declarations are implicitly 'final'; use 'public' instead" warning. Methods that are 'static' or inside a 'final' class can not by nature be declared as open. These methods are not overridable.
  Bump Version
  Made install instructions for SPM more clear
  ...

# Conflicts:
#	Example/Example/AppDelegate.swift
#	Sources/Entities.swift
2019-06-06 22:51:37 +02:00
Malcolm 2da533b75d Fix for "Static declarations are implicitly 'final'; use 'public' instead" warning. Methods that are 'static' or inside a 'final' class can not by nature be declared as open. These methods are not overridable. 2018-08-26 11:32:04 +02:00
Nabil Chatbi 09d21e835b Lint 2018-04-01 01:09:44 +02:00
Nabil Chatbi d98300a7ec * Removed StringBuilder from Element.cssSelector
* Lint Code
* Swift 4.1
2018-03-31 19:42:13 +02:00
chickdan 0a1632044c Remove uses of .character to conform to Swift 4 standards. 2017-11-01 23:25:50 -05:00
Nabil Chatbi 4e12d0252f Bump version , performance fix 2017-04-04 12:12:39 +02:00
Nabil Chatbi d1be516628 performance fix 2017-03-26 23:08:39 +02:00
Nabil Chatbi 59a57ec226 performance changes 2017-03-26 22:44:27 +02:00
Nabil Chatbi db2f0bafbc lint 2016-12-28 14:22:28 +01:00
Nabil Chatbi 8a4b3c559b removed semicolons 2016-12-21 22:04:56 +01:00
Nabil Chatbi a41de2c2d8 fixis for Package.swift 2016-12-12 21:07:04 +01:00