Commit Graph

160 Commits

Author SHA1 Message Date
Kazuhiro Hayashi d7a1d23f04
Merge pull request #68 from mrotrifork/feature/escape-characters
Escape characters when making XML document
2021-11-23 22:24:50 +09:00
Kazuhiro Hayashi fb74602b1d
Merge pull request #67 from Semty/spm-watchos-support
Added a watchOS support for spm
2021-11-23 22:23:56 +09:00
Martin Rodalgaard f76bf48d53 Remove semicolon 2021-11-22 11:52:06 +01:00
Martin Rodalgaard 05b49c6ae8 Escape characters when making xml document 2021-11-22 11:20:14 +01:00
Ruslan Timchenko 1232f56b9f Added a watchOS support for spm 2021-11-20 17:35:16 +03:00
Kazuhiro Hayashi 41900bb188
Update README.md 2021-09-21 00:13:06 +09:00
Kazuhiro Hayashi d2c5f2ccec
Update SwiftyXMLParser.podspec 2021-09-20 23:55:57 +09:00
Kazuhiro Hayashi ad5eeeaf77
Merge pull request #64 from mrotrifork/feature/edit-xml
Feature: Set text, append element and ignore namespaces
2021-09-20 23:54:09 +09:00
Martin Rodalgaard 109912ccb5 Check ignoreNamespaces on child element instead of parent 2021-09-20 13:17:29 +02:00
Martin Rodalgaard 730258fcb5 Move ignore namespaces to element property parsed through parse() + cleanup initialisers 2021-09-17 10:25:13 +02:00
Martin Rodalgaard 3b3964921a Merge branch 'master' into feature/edit-xml 2021-09-16 14:28:06 +02:00
mrotrifork ecb12a4911
Merge branch 'yahoojapan:master' into master 2021-09-16 13:13:37 +02:00
Kazuhiro Hayashi a188a1cac8
Update SwiftyXMLParser.podspec 2021-09-05 20:51:57 +09:00
Kazuhiro Hayashi eec238eeb8
Merge pull request #63 from stevelandeyasana/line-numbers
Store line numbers and CDATA on Element
2021-09-05 20:50:15 +09:00
Steve Landey f1317db8b4 Add CDATA to Element 2021-09-01 11:52:01 -07:00
Steve Landey e66ca61f11 Ignore .swiftpm/ 2021-09-01 10:15:13 -07:00
Steve Landey a212fe3d3a Fix tests to run with 'swift test'; test for line numbers 2021-09-01 10:15:06 -07:00
Steve Landey e882f5e868 Store line number range on Element 2021-09-01 10:14:48 -07:00
Martin Rodalgaard 434d573acb Full element class initialiser 2021-09-01 15:12:27 +02:00
Martin Rodalgaard ee770c6824 Append element feature 2021-09-01 14:45:22 +02:00
Martin Rodalgaard 82dcdb9e0d Get and set XML attributes on single element 2021-08-30 11:48:13 +02:00
Martin Rodalgaard 2330241301 Optional xml declaration 2021-08-30 10:52:00 +02:00
Martin Rodalgaard 0fd2297964 Convert xml document without extra spaces when no attributes are provided 2021-08-27 16:18:07 +02:00
Martin Rodalgaard 0afa17bfe6 Public ignoreNamespaces 2021-08-27 14:21:31 +02:00
Martin Rodalgaard 4eb0a7479d Ignore namespaces 2021-08-27 14:05:59 +02:00
Martin Rodalgaard 0aa5793334 Get and set text on single element 2021-08-26 15:47:05 +02:00
Martin Rodalgaard 2e2802d6b3 Bump version 2021-08-26 13:47:47 +02:00
Kazuhiro Hayashi b7beef45ec
Update SwiftyXMLParser.podspec 2021-05-23 15:42:19 +09:00
Kazuhiro Hayashi e7859524d7
Merge pull request #61 from yahoojapan/feature/swift_version
add swift_version
2021-05-23 15:41:30 +09:00
kazuhiro4949 98b872a75d fix swift_version 2021-05-23 15:39:44 +09:00
kazuhiro4949 1c2bd00a89 add swift_version 2021-05-23 15:27:05 +09:00
Kazuhiro Hayashi ec7f183642
Merge pull request #57 from daisuke-t-jp/ios8-to-9
Change deployment target to iOS 9.
2020-11-09 23:35:08 +09:00
Kazuhiro Hayashi c9c6d46539
Merge pull request #56 from ltetzlaff/add-linux-support
Add Linux support
2020-11-09 23:34:30 +09:00
Daisuke TONOSAKI 50c6207c0d Change deployment target to iOS 9. 2020-11-05 22:57:53 +09:00
Lukas Tetzlaff d19a5330b2 add linux support 2020-11-03 12:17:35 +01:00
Kazuhiro Hayashi 0ca0e992ce
Merge pull request #54 from yahoojapan/feature/update_deployment_version
update deployment target
2020-10-04 20:34:46 +09:00
kazuhiro4949 8a731323d6 update deployment target 2020-10-04 20:33:51 +09:00
Kazuhiro Hayashi 5009f14af0
Update README.md 2020-09-05 18:24:36 +09:00
Kazuhiro Hayashi ec6c1b66f2
Merge pull request #51 from fabiocody/master
Update SwiftyXMLParser.podspec to support watchOS
2020-08-13 22:07:57 +09:00
Fabio Codiglioni 6af2ca3776
Update SwiftyXMLParser.podspec 2020-08-12 09:38:45 +02:00
Kazuhiro Hayashi 9d82653e53
Merge pull request #49 from jrcmramos/#43-SPM
#43 Add support to SPM
2020-05-07 22:20:53 +09:00
José Ramos b4ae1e8d05 #43 Include MacOS platform in Package 2020-05-06 15:28:47 +02:00
José Ramos eeb0bb6996 #43 Add support to SPM 2020-05-06 12:31:36 +02:00
Kazuhiro Hayashi bc85162ece
Update SwiftyXMLParser.podspec 2019-10-02 23:35:09 +09:00
Kazuhiro Hayashi 4b08c158ec
Merge pull request #35 from yahoojapan/feature/makeDocument
generate XML Docuemnt
2019-10-02 23:33:29 +09:00
Kazuhiro Hayashi 584d461515 added document 2019-10-02 23:32:38 +09:00
Kazuhiro Hayashi d483543ce2 added doc 2019-10-02 23:30:12 +09:00
Kazuhiro Hayashi d8857cec55 fix unit test 2019-10-02 23:22:39 +09:00
Kazuhiro Hayashi 45328aa12d
Merge pull request #36 from yahoojapan/add-converter-unit-test
Add Converter Unit Test
2019-10-02 22:54:09 +09:00
Kazuhiro Hayashi 13c1b5efa3
Merge pull request #41 from daisuke-t-jp/readme
Update README
2019-05-17 18:36:19 +09:00