Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

94 lines (51 loc) · 2.09 KB

26 February 2020

  • [doc] Add API and typedefs.json.
  • [deps] Update dependencies.

9 December 2019

  • [fix] Fix child.nodeName bug.

18 September 2019

  • [fix] Correct indentation of inline tags.

17 August 2019

  • [fix] No pretty for dangerouslySetInnerHtml in pre and textarea.
  • [feature] Add initial padding features.
  • [fix] Don't add whitespace for inline elements (before closing, todo: after opening).

7 August 2019

  • [feature] Compile with Depack.
  • [feature] Use the value on elements to select an option. 24 July 2019 1.2.1 [fix] Don't indent text inside of tags with __html with pretty=false. 13 June 2019 1.2.0 [feature] Configure whether to close void tags. [fix] Rename srcSet to src. 6 February 2019 1.1.4 [deps] Up deps (for boolean attributes in [email protected]) [docs] Fix missing SSR html output. 19 February 2019 1.1.3 [fix] Render htmlFor into for. 17 February 2019 1.1.2 [doc] Correct JSDoc for RenderConfig. 1.1.1 [doc] Publish types directory and JSDoc VNode. [test] Start using Depack/Context. 1.1.0 [doc] Document Server-Side-Rendering. [feature] Pass addDoctype to automatically add <!doctype hml> to the output. 16 February 2019 1.0.0 [feature] Add rendering and pretty rendering, and create documentation with examples. 15 February 2019 0.0.0 Create @depack/render with [mnp][https://mnpjs.org] [repository]: src, test