Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Pin mistune to latest version 0.8.3 #547

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link

@pyup-bot pyup-bot commented Feb 6, 2018

mistune is not pinned to a specific version.

I'm pinning it to the latest version 0.8.3 for now.

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.8.3

Relased on Dec. 04, 2017

  • Fix nested html issue. 137_

.. _137: lepture/mistune#137

0.8.2

Relased on Dec. 04, 2017

  • Fix _keyify with lower case.

0.8.1

Released on Nov. 07, 2017

0.8

Released on Oct. 26, 2017

  • Remove non breaking spaces preprocessing
  • Remove rev and rel attribute for footnotes
  • Fix bypassing XSS vulnerability by junorouse

This version is strongly recommended, since it fixed
a security issue.

0.7.4

Released on Mar. 14, 2017

  • Fix escape_link method by Marcos Ojeda
  • Handle block HTML with no content by David Baumgold
  • Use expandtabs for tab
  • Fix escape option for text renderer
  • Fix HTML attribute regex pattern

0.7.3

Released on Jun. 28, 2016

  • Fix strikethrough regex
  • Fix HTML attribute regex
  • Fix close tag regex

0.7.2

Released on Feb. 26, 2016

  • Fix hard_wrap options on renderer.
  • Fix emphasis regex pattern
  • Fix base64 image link 80_.
  • Fix link security per 87_.

.. _80: lepture/mistune#80
.. _87: lepture/mistune#87

0.7.1

Released on Aug. 22, 2015

  • Fix inline html when there is no content per 71_.

.. _71: lepture/mistune#71

0.7

Released on Jul. 18, 2015

  • Fix the breaking change in version 0.6 with options: parse_inline_html and parse_block_html
  • Breaking change: remove parse_html option for explicit
  • Change option escape default value to True for security reason

0.6

Released on Jun. 17, 2015

  • Breaking change on inline HTML, text in inline HTML will not be parsed per 38_.
  • Replace tag renderer with inline_html for breaking change on inline HTML
  • Double emphasis, emphasis, code, and strikethrough can contain one linebreak per 48_.
  • Match autolinks that do not have / in their URI via 53_.
  • A work around on link that contains ) per 46_.
  • Add <font> tag for inline tags per 55_.

.. _38: lepture/mistune#38
.. _46: lepture/mistune#46
.. _48: lepture/mistune#48
.. _53: lepture/mistune#53
.. _55: lepture/mistune#55

0.5.1

Released on Mar. 10, 2015

  • Fix a bug when list item is blank via ipython7929_.
  • Use python-wheels to build wheels for Mac.

.. _ipython7929: ipython/ipython#7929

0.5

Released on Dec. 5, 2014. This release will break things.

  • For custom lexers, features is replaced with rules.
  • Refactor on function names and codes.
  • Add a way to output the render tree via 20_.
  • Fix emphasis and strikethrough regular expressions.

.. _20: lepture/mistune#20

0.4.1

Released on Oct. 12, 2014

  • Add option for parse markdown in block level html.
  • Fix on lheading, any number of underline = or - will work.
  • Patch for setup if Cython is available but no C compiler.

0.4

Released on Aug. 14, 2014

  • Bugfix. Use inspect to detect renderer class.
  • Move all meth:escape to renderer. Use renderer to escape everything.
  • A little changes in code style and parameter naming.
  • Don't parse text in a block html, behave like sundown.

0.3.1

Released on Jul. 31, 2014

  • Fix in meth:Renderer.block_code, no need to add \n in <code>.
  • Trim whitespace of code in code span via 15_.

.. _15: lepture/mistune#15

0.3

Released on Jun. 27, 2014

  • Add <hr> in footnotes renderer
  • Add hard_wrap configuration for GFM linebreaks.
  • Add text renderer, via 9_.
  • Define features for lexers available via 11_.

.. _9: lepture/mistune#9
.. _11: lepture/mistune#11

0.2

Released on Mar. 12, 2014

  • Use tuple instead of list for efficient
  • Add line_match and line_started property on InlineLexer, via 4_

.. _4: lepture/mistune#4

0.1

First preview release.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@rochacbruno rochacbruno closed this Feb 7, 2018
@rochacbruno rochacbruno deleted the pyup-pin-mistune-0.8.3 branch February 7, 2018 00:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants