v1.0.0
1.0.0 (2020-08-29)
Bug Fixes
- add linebreak to Heading (fb82c29)
- correctly render multiple children (f617a02)
- handle rendering nullish value (a3e06a2)
- limit Header to 6 levels (8465e49)
- remove linebreak in front of codeblock (dd8b726)
- UnorderedList: do not wrap element in another element (ac38ada)
- use _ symbol for simple emphasize (3031d88)
Features
- add BlockQuote (c97c61a)
- add CodeBlock (7cbd53d)
- add Emphasis (98bf0d2)
- add Fragment (d7c2e9b)
- add function to create a file (d4d9a29)
- add Heading (20e6339)
- add HorizontalRule (e362a84)
- add Image (4ef2992)
- add LineBreak (27b4770)
- add Link (241e685)
- add OrderedList (3acc3a2)
- add Reference (f776c73)
- add ReferenceImage (04f78d3)
- add ReferenceLink (f402d68)
- add render function (21eb2d4)
- add Strikethrough (7a735e3)
- add strong emphasis (4c30801)
- add Table (73f9c71)
- add UnorderedList (a4e2e40)
- allow to render text (7dd5577)
- allow to set language for CodeBlock (4ec6b45)
- escape content of Text (59d7437)
- hand children array to components (98da439)
- remove unneeded createFile function (199d873)
- render attributes of functional components (537364e)
- render nested components in arrays (3cccf8c)
- scaffold render function (1d7c2ea)
- throw an error for invalid element types (7d9d33e)