Commit Graph

  • be8c75fc5f
    Use latest PHP on non-unit test build staged Aidan Woods 2019-01-20 03:16:36 +0000
  • 59bc5df94e
    7.3 was released, so make failure blocking Aidan Woods 2019-01-20 03:12:48 +0000
  • 4a231c6154
    Calling static functions on metatype class string is >=PHP7 only 🤷‍♂️ Aidan Woods 2019-01-20 03:11:34 +0000
  • b38de1a401
    Remove ignore statement for core class :) Aidan Woods 2019-01-20 03:00:13 +0000
  • 421dd68d80
    Bump Psalm version for new static analysis features Aidan Woods 2019-01-20 02:59:20 +0000
  • 0f9d10c86d
    Adjust tests for new API Remove tests that test old core and extension features Comment out test for no markup independent of safe mode Aidan Woods 2019-01-20 02:56:19 +0000
  • 832b6cbb02
    Remap text-level elements retreival Aidan Woods 2019-01-20 02:55:12 +0000
  • aaf8418487
    Use Parsedown directly Aidan Woods 2019-01-20 02:52:46 +0000
  • edfe1d78e0
    Rewrite to use new internals Aidan Woods 2019-01-20 02:44:34 +0000
  • b4d81b7f07
    Remove no longer needed parts of core class Aidan Woods 2019-01-20 02:44:20 +0000
  • 37a76fbddb
    Make Parsedown non-extendable and remove comment header Aidan Woods 2019-01-20 02:39:49 +0000
  • 1352703ac0
    Add required imports Aidan Woods 2019-01-20 02:39:31 +0000
  • c838ccb9e7
    Implement UrlTag Aidan Woods 2019-01-20 02:37:40 +0000
  • 32084264b6
    Implement Url Aidan Woods 2019-01-20 02:37:21 +0000
  • 2dbb7ff2ce
    Implement Strikethrough Aidan Woods 2019-01-20 02:36:55 +0000
  • 48c49b7544
    Implement SpecialCharacter Aidan Woods 2019-01-20 02:36:32 +0000
  • b26ae03abb
    Implement Markup Aidan Woods 2019-01-20 02:36:11 +0000
  • 9f82bf203f
    Implement Image Aidan Woods 2019-01-20 02:35:51 +0000
  • 4ae1bf04bc
    Implement Link Aidan Woods 2019-01-20 02:35:32 +0000
  • 3d600f9767
    Implement EscapeSequence Aidan Woods 2019-01-20 02:35:03 +0000
  • cd2cb2e741
    Implement Emphasis Aidan Woods 2019-01-20 02:34:41 +0000
  • 0094fd1d57
    Implement Email Aidan Woods 2019-01-20 02:34:19 +0000
  • a893697949
    Implement Code Aidan Woods 2019-01-20 02:33:45 +0000
  • 8fe5bf8e07
    Implement plaintext Aidan Woods 2019-01-20 02:33:14 +0000
  • b7b3f3397c
    Add some traits for common Inline implementations Aidan Woods 2019-01-20 02:32:17 +0000
  • 113f25c555
    Implement Paragraph Aidan Woods 2019-01-20 02:31:18 +0000
  • 02f47c98d2
    Implement Table Aidan Woods 2019-01-20 02:30:50 +0000
  • cfd17839c4
    Implement Reference Aidan Woods 2019-01-20 02:30:12 +0000
  • d0526aa2e0
    Implement IndentedCode Aidan Woods 2019-01-20 02:29:40 +0000
  • d26f9481b8
    Implement Markup Aidan Woods 2019-01-20 02:29:05 +0000
  • b07af37ce5
    Implement SetextHeader Aidan Woods 2019-01-20 02:28:35 +0000
  • d50637e362
    Implement Rule Aidan Woods 2019-01-20 02:28:17 +0000
  • 0f5c19f905
    Implement List Aidan Woods 2019-01-20 02:27:48 +0000
  • 21d297c881
    Implement Header Aidan Woods 2019-01-20 02:27:10 +0000
  • 3de8d01116
    Implement FencedCode Aidan Woods 2019-01-20 02:26:41 +0000
  • 97c43b6a9f
    Implement Comment Aidan Woods 2019-01-20 02:26:03 +0000
  • fcc9037f2c
    Implement BlockQuote Aidan Woods 2019-01-20 02:25:04 +0000
  • 74249ad332
    Add traits to provide common block implementations Aidan Woods 2019-01-20 02:24:04 +0000
  • e0a0250269
    Add some more exotic type specialisations of block Aidan Woods 2019-01-20 02:22:56 +0000
  • 8d04f94bbc
    Basic block and inline definitions Aidan Woods 2019-01-20 02:22:25 +0000
  • 723fb387bc
    Define a basic component Aidan Woods 2019-01-20 02:21:56 +0000
  • c73b5b25ff
    Add DefinitionBook configurable to replace definition data Aidan Woods 2019-01-20 02:21:20 +0000
  • 9d463ae967
    Add safe mode and strict mode configurables Aidan Woods 2019-01-20 02:18:43 +0000
  • 8e46a25960
    Add some useful renderables Aidan Woods 2019-01-20 02:18:08 +0000
  • ef7da989e9
    Expose text string backing Aidan Woods 2019-01-20 02:17:41 +0000
  • b2df3a5945
    Adjustments to rendering spacing Aidan Woods 2019-01-20 02:16:40 +0000
  • f9892231a3
    Put element related sanitisation and data in a centralised location Aidan Woods 2019-01-20 02:16:15 +0000
  • 0636b839fa
    Add canonical state renderable to provide default implementation for renderables to be trivially state renderable Aidan Woods 2019-01-20 02:15:07 +0000
  • 2d700195dd
    Add handler so closures can implement state renderable via the wrapper Aidan Woods 2019-01-20 02:13:20 +0000
  • f371174b5c
    Add configurable and state Aidan Woods 2019-01-20 02:12:46 +0000
  • e00a0b56be
    Add state renderable -- all renderables are state renderables Aidan Woods 2019-01-20 02:11:09 +0000
  • 31e53d42dc
    Add Excerpt class Aidan Woods 2019-01-20 02:10:22 +0000
  • e4eef1824c
    Capitalisation Aidan Woods 2019-01-20 02:09:54 +0000
  • 92e47bc86e
    Make tab shortage function public Aidan Woods 2019-01-20 02:09:21 +0000
  • 819c68899d
    Simplify installation instructions Emanuil Rusev 2018-12-28 13:17:22 +0200
  • 4c2d79fc6a
    More consistent code blocks in readme Emanuil Rusev 2018-12-28 12:50:30 +0200
  • 48a2fb26fe
    Add badges to readme Emanuil Rusev 2018-12-28 12:47:13 +0200
  • 33b79d2446
    More logo padding and no underline Emanuil Rusev 2018-12-28 02:21:55 +0200
  • d6d2d96459
    Add repo name as h1 Emanuil Rusev 2018-12-28 02:19:44 +0200
  • d5b6ab5198
    Readme logo to be centered Emanuil Rusev 2018-12-28 02:14:25 +0200
  • 15e8439c7f
    Back to smaller padding in readme logo Emanuil Rusev 2018-12-28 02:04:16 +0200
  • ff6148f9b9
    Improve readme badges Emanuil Rusev 2018-12-28 01:56:45 +0200
  • dfd8657bc5
    h1 around logo in readme Emanuil Rusev 2018-12-28 01:28:59 +0200
  • ee64646765
    More padding for logo in readme Emanuil Rusev 2018-12-28 01:21:51 +0200
  • c956090b55
    Update readme logo Emanuil Rusev 2018-12-28 01:07:49 +0200
  • 0be26550f3
    Update readme logo Emanuil Rusev 2018-12-28 00:55:48 +0200
  • 8e26a65a6f
    More consistent letter case in readme Emanuil Rusev 2018-12-28 00:41:14 +0200
  • 2a24a8583b
    More consistent formatting in readme Emanuil Rusev 2018-12-28 00:36:04 +0200
  • 1d55344e92
    Simpler readme header Emanuil Rusev 2018-12-27 23:59:37 +0200
  • 5dc8d1cc39
    Simpler readme examples Emanuil Rusev 2018-12-27 23:51:07 +0200
  • 33cf0f0b99
    Centered header in readme Emanuil Rusev 2018-12-27 23:46:53 +0200
  • dc1ff7d6c2
    Remove horizontal rule from readme Emanuil Rusev 2018-12-27 22:50:39 +0200
  • 0f0987571d
    Bigger headings in readme Emanuil Rusev 2018-12-27 22:32:54 +0200
  • 18eaa649b5
    Add logo to readme Emanuil Rusev 2018-12-27 22:23:17 +0200
  • ca104d5a78
    Test format before units Aidan Woods 2018-12-11 22:56:38 +0000
  • 5258ea563a
    Update psalm version for bugfixes Aidan Woods 2018-12-11 22:56:15 +0000
  • dea5283a8a
    PHP < 7 compat for Html renderables Aidan Woods 2018-12-05 17:13:51 +0100
  • ea0c31dbb9
    PHP < 7 compat Aidan Woods 2018-12-05 15:17:53 +0100
  • d9204891ee
    Add typed Context and Lines objects Aidan Woods 2018-12-05 15:07:55 +0100
  • 5f4fe73221
    Use psalm for static analysis Don't check the main Parsedown file just yet Aidan Woods 2018-12-05 11:33:37 +0100
  • 0f8a90014e
    Use typed Line object Aidan Woods 2018-12-05 11:30:49 +0100
  • 39d3d00667
    Commonmark stage should be allowed to fail in travis Aidan Woods 2018-12-05 10:32:28 +0100
  • 8f1678e7bf
    Rephrasing Aidan Woods 2018-12-05 10:24:47 +0100
  • 32f963620a
    Remove HHVM for now Aidan Woods 2018-12-05 10:19:07 +0100
  • a007a32048
    Remove unsupported dependencies when running unit tests (PHP < 7 compat) Aidan Woods 2018-12-05 09:19:00 +0100
  • c0015c7f39
    Cache composer cache in travis Aidan Woods 2018-12-05 09:03:43 +0100
  • 688e36dce2
    Add travis build stages Aidan Woods 2018-12-05 08:13:55 +0100
  • 1844b6d9eb
    CommonMark weak test in composer Aidan Woods 2018-12-05 08:13:30 +0100
  • b4a505b557
    Fix commonmark test Aidan Woods 2018-12-04 18:08:14 +0100
  • 0c260c9205
    Testing composer shortcuts Aidan Woods 2018-12-04 17:47:34 +0100
  • f597974bfe
    Update phpunit version Aidan Woods 2018-12-04 17:45:15 +0100
  • f661749123
    Standardise formatting Aidan Woods 2018-12-04 17:24:25 +0100
  • 0be6f74643
    Fix typos Aidan Woods 2018-11-11 18:31:58 +0000
  • 29c0848e9b
    Default construct to empty text Aidan Woods 2018-11-11 18:33:52 +0000
  • 3881c7ce89
    Add setting constructors for each property Aidan Woods 2018-11-11 18:30:39 +0000
  • 3d0ec15710
    Add helper constructor with variadic Aidan Woods 2018-11-11 18:30:00 +0000
  • c801ddac6c
    Html/Component -> Html/Renderable Aidan Woods 2018-11-04 13:27:23 +0000
  • 65d04a9025
    Correct namespace Aidan Woods 2018-11-04 13:26:11 +0000
  • c6b6f163be
    Basic HTML constructs Aidan Woods 2018-11-03 18:24:36 +0000
  • b23dc5722d
    PHP 5.3 and 5.4 class name support Aidan Woods 2018-04-17 15:05:39 +0100