Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Update marked to the latest version πŸš€ #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 21, 2018

Version 0.4.0 of marked was just published.

Dependency marked
Current Version 0.3.19
Type dependency

The version 0.4.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of marked.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 0.4.0

Security Fixes

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

Commits

The new version differs by 294 commits.

  • 78db8fb Merge pull request #1273 from 8fold/release-0.4.0
  • 30a80e2 0.4.0
  • 3957460 Merge pull request #1251 from markedjs/issue-templates
  • dd10e47 πŸ—œοΈ minify [skip ci]
  • 0bc2fc5 Merge pull request #1265 from remyrylan/master
  • 0218945 Merge pull request #1266 from remyrylan/remove-extra-linebreak
  • 6ab2593 Remove extra inner linebreak from code blocks
  • 7b1d0be Update fenced code blocks to CommonMark standard
  • 4e910c3 Add a "why" to feature request
  • 0a247fe Create Proposal.md
  • 63d1a45 Change desc of feature request
  • cdd596f Update bug description
  • 0c8ff4b Remove unnecessary sections
  • 579f7bf πŸ—œοΈ minify [skip ci]
  • 42c3915 Merge pull request #1250 from tomtheisen/gfm-tasks

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling e857714 on greenkeeper/marked-0.4.0 into b0dc3c6 on master.

greenkeeper bot added a commit that referenced this pull request Aug 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 17, 2018

Version 0.5.0 just got published.

Update to this version instead πŸš€

Release Notes 0.5.0

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
Commits

The new version differs by 89 commits.

  • fadec13 0.5.0
  • 2af2ae4 minify
  • bfe1573 πŸ—œοΈ minify [skip ci]
  • 60688a4 Merge pull request #1315 from barrywoolgar/patch-1
  • 431884f Remove commented line
  • 8c0432f Merge pull request #1317 from markedjs/badgen
  • 9a80b28 Change packagephobia badge to badgen
  • 1affa63 Change badges to use badgen
  • ba7e06d Merge pull request #1316 from styfle/docs-nav
  • bc6b408 Add license to navbar
  • 7a3e405 Move license to docs
  • c4a2514 Remove whitespace
  • 9169143 Change selected color & remove underline
  • feeeee5 Revert script links so they still use CDN
  • ab89d59 Add bold for selected nav

There are 89 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2018

  • The dependency marked was updated from 0.3.19 to 0.5.1.

Update to this version instead πŸš€

Release Notes for 0.5.1

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
Commits

The new version differs by 47 commits.

  • 98dba3e change version to 0.5.1
  • 82a1f32 Merge branch 'master' into release-0.6.0
  • d6ebfc9 Merge pull request #1333 from styfle/readme-badges
  • fb06c34 reseting from npm version workaround
  • 8540eef npm version not being caught by git
  • 5f46e44 0.6.0
  • e52279a package-lock changed
  • 6c2a614 Merge pull request #1331 from markedjs/fork-html-differ
  • f93d858 πŸ—œοΈ minify [skip ci]
  • b891696 Merge pull request #1337 from UziTech/code-trimmed
  • 9dc6996 fix a few more spec examples
  • 3271b8b fix inline code regex
  • 5699117 πŸ—œοΈ minify [skip ci]
  • 2a94e20 Merge pull request #1338 from Feder1co5oave/fix-1218
  • 51e97fd add tests from #1307, #1327, and #1337

There are 47 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2018

  • The dependency marked was updated from 0.3.19 to 0.5.2.

Update to this version instead πŸš€

Release Notes for 0.5.2

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: responsibility #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
Commits

The new version differs by 45 commits.

  • 97be813 Merge pull request #1365 from styfle/release-0-5-2
  • 1b7598d 0.5.2
  • 154d052 Merge pull request #1367 from styfle/files-pkg-json
  • 31f330e Delete .npmignore
  • b2544c4 Add files to package.json
  • 8b9ba8e Merge pull request #1366 from styfle/remove-node-0.10
  • 0c69fcb Update .travis.yml
  • e9d9d79 Remove node v0.10 from travis matrix
  • 08d0107 Merge pull request #1356 from styfle/license
  • 04257e8 Merge pull request #1364 from yanick/patch-1
  • 89bafb8 typo: responsibility
  • 2aeae6d Merge pull request #1360 from aprotim/demo_options_parse_feedback
  • beca97f πŸ—œοΈ minify [skip ci]
  • 3bc4b99 Merge pull request #1359 from aprotim/fix_url_sanitization
  • edaddac Options input shouldn't be resizeable

There are 45 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 1, 2019

  • The dependency marked was updated from 0.3.19 to 0.6.0.

Update to this version instead πŸš€

Release Notes for 0.6.0

Breaking Changes

  • Drop support for Node v0.10 and old browsers such as Internet Explorer
    • You should not have any problems if using Node 4+ or a modern browser
  • Add parameter slugger to Renderer.prototype.heading method #1401
    • You should not have any problems if you do not override this method

New Features

  • Add new export marked.Slugger #1401

Fixes

  • Fix emphasis followed by a punctuation #1383
  • Fix bold around autolink email address #1385
  • Make autolinks case insensitive #1384
  • Make code fences compliant with Commonmark spec #1387
  • Make blockquote paragraph continuation compliant with Commonmark spec #1394
  • Make ordered list marker length compliant with Commonmark spec #1391
  • Make empty list items compliant with Commonmark spec #1395
  • Make tag escaping compliant with Commonmark spec #1397
  • Make strong/bold compliant with Commonmark spec #1400
  • Fix handling of adjacent lists #684
  • Add better error handling when token type cannot be found #1005
  • Fix duplicate heading id and non-latin characters #1401

CLI

  • Pretty print ENOENT errors on cli #1396
  • Update repo url in man #1403

Docs

Tests

  • Remove old test covered by gfm/cm #1389
Commits

The new version differs by 60 commits.

  • 88a8561 Merge pull request #1404 from styfle/release-0.6.0
  • 3160a47 0.6.0
  • 991f3f7 Merge pull request #1392 from UziTech/defibrillator-mccraveiro
  • 57fd147 πŸ—œοΈ minify [skip ci]
  • dfbc9a1 Merge pull request #1401 from styfle/slugger2
  • 6dff94d Merge pull request #1403 from Krinkle/patch-1
  • 0e75ab5 man: Update bugs url in text version
  • 632ac5d Fix unit tests for slugger
  • 5c926e2 Fix slugger & unit tests
  • ffeb807 πŸ—œοΈ minify [skip ci]
  • 7e1088f Merge pull request #1400 from mccraveiro/strong-tag
  • 9bc193b πŸ—œοΈ minify [skip ci]
  • 53d7ba0 Merge pull request #1397 from mccraveiro/escape-tag
  • fb334ba πŸ—œοΈ minify [skip ci]
  • e5e5b09 Merge pull request #1395 from mccraveiro/empty-list

There are 60 commits in total.

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant