Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update marked to the latest version 🚀 #11

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 1, 2019

The devDependency marked was updated from 0.5.2 to 0.6.0.

This version 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.


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

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 74.576% when pulling 718ffbc on greenkeeper/marked-0.6.0 into bb92877 on latest.

@addaleax addaleax merged commit bf16e88 into latest Jan 7, 2019
@addaleax addaleax deleted the greenkeeper/marked-0.6.0 branch January 7, 2019 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants