Skip to content

Releases: Alir3z4/django-markwhat

1.6.2

30 Aug 14:53
86d586f
Compare
Choose a tag to compare
  • Use keyword argument for markdown(), fixing compatibility with Markdown 3.x

1.6.1

06 Sep 18:22
Compare
Choose a tag to compare

Added commonmark 0.8.1 compatibility

1.6.0

03 Dec 15:41
9b26ec4
Compare
Choose a tag to compare

Now tested on Django 2.0.

Release version 1.5.1

07 Dec 19:09
Compare
Choose a tag to compare

1.5.1 2016-12-07


  • Feature #32: Upgrade CommonMark to latest version (0.7.2).

PyPI: https://pypi.python.org/pypi/django-markwhat/1.5.1

Release Version 1.5

08 Jan 16:54
Compare
Choose a tag to compare

1.5 2016-01-08


  • Added tests for rendering code blocks.
  • The code is now automatically being checked by flake8.
  • Added compatibility with CommonMark-py 0.6.x.
  • Dropped support for Python 3.3, added Python 3.5.

PyPi: https://pypi.python.org/pypi/django-markwhat/1.5

Release Version 1.4

26 Apr 13:59
Compare
Choose a tag to compare

1.4 2015-04-26


  • Feature #18: Fix typo in ChangeLog.
  • Feature #19: Force commonmark input to a string to prevent exception.
  • Feature #20: Update gitignore to cover more Python stuff.
  • Fix #21: Fix latest version of the package on PyPi.
  • Update requirements/dev.txt to the latest.

PyPi: https://pypi.python.org/pypi/django-markwhat/1.4

Release Version 1.3

04 Apr 16:53
Compare
Choose a tag to compare

1.3 2015-04-04


  • Feature #11: Correct capitalization / spacing for reStructuredText and docutils in README.rst.
  • Feature #12: PEP440 compliance with version number.
  • Feature #14: Add commonmark filter.
  • Feature #17: Add commonmark filter to README.rst.
  • Fix #15: Fix typos in run_tests.py
  • New awesome contibutors/authors joined the project.

PyPi: https://pypi.python.org/pypi/django-markwhat/1.3

Release Version 2014.9.20

20 Sep 13:57
Compare
Choose a tag to compare

2014.9.20 2014-09-20


  • Fix #9: Django package name typo.
  • Feature: Add `AUTHORS.rst`` file.
  • Feature: Reorganized requirements.
  • Feature: Runnning tests with tox.
  • Feature: Add support for Python3 and PyPy.
  • Feature: Add wheel package support.
  • Feature: Change version numbering to date based.
  • Feature: Update Python-Markdown, textile and docutils parser modules to latest.

Release Version 1.1

20 Sep 13:56
Compare
Choose a tag to compare

1.1 2014-01-19


Release Version 1.0

20 Sep 13:56
Compare
Choose a tag to compare

1.0 2013-01-08


  • Initial version.