All Versions
25
Latest Version
Avg Release Cycle
47 days
Latest Release
1297 days ago

Changelog History
Page 3

  • v0.5.2 Changes

    November 20, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix emphasis closing by single _ (part of left-flanking run) #1351
    • ๐Ÿ‘‰ Make URL handling consistent between links and images #1359

    Other

    • โž• Add missing semicolons, add lint rule #1340
    • ๐Ÿ‘‰ Make Steven (@styfle) a npm publisher #1346
    • Fix typo in docs: re_s_ponsibility #1364
    • โž• Add the ability to specify options on the demo page as JSON #1357
      • Show red border when JSON options are invalid #1360
    • ๐Ÿšš Move license file back to root dir #1356
    • ๐Ÿ›  Fix builds: remove node v0.10 from travis matrix #1366
      • This does not a break compatibility in this release but it will a future release
    • โž• Add files key to package.json to prevent publishing unused files #1367
  • v0.5.1 Changes

    September 26, 2018

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix inline code regex and prevent REDOS #1337
    • ๐Ÿ‘‰ Use @markedjs/html-differ to prevent REDOS #1331

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix typographic substitution in (pre|code|kbd|script) blocks when smartypants=true #1335
    • ๐Ÿ›  Fix auto-linking email address #1338

    Other

    • ๐ŸŽ Refactor the escape() function to improve performance 10-20% #975
    • โšก๏ธ Update copyright in source code #1326
    • โšก๏ธ Update benchmark tests #1019
    • โž• Add dependency badges to readme #1333
  • v0.5.0 Changes

    August 16, 2018

    ๐Ÿ”’ Security

    • ๐Ÿ‘‰ Use rtrim, not unsafe /X+$/ #1260

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ›  Fix GFM empty table cells #1262
    • ๐Ÿ›  Fix GFM extended auto-linking requiring multiple backpedals #1293
    • ๐Ÿ›  Fix GFM strikethrough compatibility #1258
    • ๐Ÿ›  Fix issues link references and prototypes #1299
    • ๐Ÿ›  Fix hard line break when backslash at EOL #1303
    • ๐Ÿ›  Fix hyperlinks with parenthesis #1305
    • ๐Ÿ›  Fix loose lists #1304
    • ๐Ÿ›  Fix strong and em #1315

    ๐Ÿ“„ Docs

    • ๐Ÿ›  Fix typo in USING_ADVANCED.md #1276
    • โž• Add pictures to AUTHORS.md #1272
    • ๐Ÿ”„ Change badge to latest version of marked #1300
    • ๐Ÿ”„ Change badges from shields.io to badgen.net #1317
    • ๐Ÿ‘‰ Use iframe to sandbox generated html #1295
    • โž• Add additional links into readme #1310
    • โž• Add missing parameters for renderer methods #1311
    • โž• Add undocumented option descriptions #1312
    • โž• Add navigation sidebar to the docs #1316

    CI

    • ๐Ÿ”„ Change travis clone depth to 3 #1270
  • v0.4.0 Changes

    May 21, 2018

    ๐Ÿ”’ Security Fixes

    • ๐Ÿ›  Fix unsafe heading regex (#1224)
    • ๐Ÿ›  Fix unsafe link regex (#1223, #1227)

    ๐Ÿ†• New Features

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ›  Fix escaping pipes in tables (#1239)
    • ๐Ÿ›  Fix html output for tables to match GFM spec (#1245)
    • ๐Ÿ›  Fix many bugs to reach parity with CommonMark spec (#1135)
    • ๐Ÿ›  Fix new Renderer() so it uses default options (#1203)
    • ๐Ÿ›  Fix text and paragraph return types (#1248) (#1249)
    • ๐Ÿ›  Fix <em> less than 3 chars (#1181)
    • ๐Ÿ›  Fix <pre> code blocks so there is no more trailing \n (#1266)
    • ๐Ÿ›  Fix default langPrefix to follow CommonMark standard language- (#1265)

    CLI Changes

    • โž• Add string argument to CLI (#1182)
    • ๐Ÿ”„ Change CLI stdio to remove warning (#994)

    Other changes

  • v0.3.19 Changes

    March 26, 2018

    0.3.18 did not have changes to min.