Commit Graph

  • c3746713f0 Convert parameter to state variable api-revamp Yusuf Kandemir 2018-12-27 10:10:35 +0300
  • c38fbeca48 Added new MicrodataParser Yusuf Kandemir 2018-12-27 09:52:00 +0300
  • 900839a01a Remove MicrodataParser Yusuf Kandemir 2018-12-27 09:39:37 +0300
  • 006f1ca951 Moved element parsing logic to ElementParser Yusuf Kandemir 2018-12-27 09:37:06 +0300
  • 73899ce987 Moved document parsing logic to DocumentParser Yusuf Kandemir 2018-12-27 09:36:42 +0300
  • d8eaf093da Update test according to incoming usage Yusuf Kandemir 2018-12-27 08:44:11 +0300
  • 9b723a4c42 Extract data related testing logic to a TestCase Yusuf Kandemir 2018-12-26 08:45:06 +0300
  • 7bbf744a76 Removed Microdata class and its test Yusuf Kandemir 2018-12-26 08:36:03 +0300
  • d2f6572125 Added a test for itemid and content attributes master Yusuf Kandemir 2018-12-18 11:29:31 +0300
  • f763ad5b56 Added a test for absoluteUriHandler Yusuf Kandemir 2018-12-18 10:07:15 +0300
  • 7e7fe217a2 Added null type to docblock Yusuf Kandemir 2018-12-18 10:00:58 +0300
  • 9c46cada85 Clarified Readme [ci skip] Yusuf Kandemir 2018-12-17 20:46:07 +0300
  • dcd54585cc Make handling of absolute uris changable through a callback Yusuf Kandemir 2018-12-17 20:15:13 +0300
  • a4a5cce8d8 Refactored long switch case with duplicate code to lookup table Yusuf Kandemir 2018-12-17 19:20:18 +0300
  • d317ebdfb7 Remove registering of DOMDocument Yusuf Kandemir 2018-12-17 17:35:48 +0300
  • e26f84fd0c Refactoring by extracting a method Yusuf Kandemir 2018-12-16 12:23:09 +0300
  • 1ce3f5fd17 Added references to W3C Specification in docblocks Yusuf Kandemir 2018-12-14 10:05:33 +0300
  • 9eaf3cbcfa Docblocking and type hinting Yusuf Kandemir 2018-12-13 09:50:04 +0300
  • 59d302176d Update .travis.yml Yusuf Kandemir 2018-11-15 09:17:23 +0300
  • f4993272e8 Update .travis.yml Yusuf Kandemir 2018-11-15 09:07:13 +0300
  • 405725977d Update composer.json Yusuf Kandemir 2018-11-15 08:51:48 +0300
  • 1062a5130d Remove HHVM from .travis.yml Yusuf Kandemir 2018-11-14 23:26:53 +0300
  • 679111fc88 Remove php5.6 from .travis.yml Yusuf Kandemir 2018-11-14 23:20:51 +0300
  • 3e44b1a50d Correct the JSON formatting in README Yusuf Kandemir 2018-11-14 23:15:59 +0300
  • 9d82d8c343 :) Yusuf Kandemir 2018-11-14 23:10:01 +0300
  • 5c694a7e4c Added test data for <object> and <data> tags Yusuf Kandemir 2018-11-13 19:54:01 +0300
  • c87b49408a Updated usage section in README Yusuf Kandemir 2018-11-12 20:30:19 +0300
  • c3eba31d40 Fixed LibXML errors are not suppressed Yusuf Kandemir 2018-11-12 19:41:45 +0300
  • b5377c04c5 Changed test names with more reasonable ones Yusuf Kandemir 2018-11-12 19:23:35 +0300
  • a5bfeb5ec5 Added itemref support and test Yusuf Kandemir 2018-11-12 19:11:52 +0300
  • e17ceac9ea Added MicrodataDOMDocument Yusuf Kandemir 2018-11-12 18:05:31 +0300
  • daa8efa0fa Added Microdata class and test Yusuf Kandemir 2018-11-12 15:25:04 +0300
  • 7c3700e8cf Style fix Yusuf Kandemir 2018-11-12 11:31:45 +0300
  • 2225011252 Added tests for output methods Yusuf Kandemir 2018-11-12 11:30:42 +0300
  • d769253701 Added different output methods Yusuf Kandemir 2018-11-12 11:20:01 +0300
  • 5923db266c Formatting Yusuf Kandemir 2018-11-11 23:19:53 +0300
  • ee7eaf1317 Some refactoring Yusuf Kandemir 2018-11-11 23:18:13 +0300
  • 87dd20f753 Changed \DOMElement typehints to MicrodataDOMElement Yusuf Kandemir 2018-11-11 23:07:44 +0300
  • da88066237 Added ext-dom as dependency Yusuf Kandemir 2018-11-11 23:04:19 +0300
  • 9de66c3b40 Added no break comments Yusuf Kandemir 2018-11-11 22:59:59 +0300
  • 9dd85c1e5b Some formatting Yusuf Kandemir 2018-11-11 22:55:36 +0300
  • 7bba0cbaa6 Little formatting Yusuf Kandemir 2018-11-11 22:54:43 +0300
  • 89dfec9e39 Small fix Yusuf Kandemir 2018-11-11 22:49:31 +0300
  • 4cdd720082 Refactoring Yusuf Kandemir 2018-11-11 22:47:37 +0300
  • faeb1f97a0 Some refactoring Yusuf Kandemir 2018-11-11 21:53:08 +0300
  • 65f35e747b Removed comments that only shows steps Yusuf Kandemir 2018-11-11 21:00:12 +0300
  • 793d596541 Changed array_map to foreach Yusuf Kandemir 2018-11-11 20:54:31 +0300
  • 0e2f17ac37 Extracted methods to a class Yusuf Kandemir 2018-11-11 20:49:54 +0300
  • dbfce2ae54 Added a test and a test data Yusuf Kandemir 2018-11-11 14:35:59 +0300
  • 8d8503661f Added package skeleton Yusuf Kandemir 2018-11-10 21:57:03 +0300
  • b3edcd23a4 Removed procedural implementation Yusuf Kandemir 2018-11-10 15:11:39 +0300
  • 880d3d8346 Same functionality implemented in OOP Yusuf Kandemir 2018-11-10 15:05:55 +0300
  • d76e764496 Initial commit Yusuf Kandemir 2018-11-10 13:51:55 +0300