You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Change Log
2
2
3
+
## 0.6.0 - 2020-12-15
4
+
5
+
🗑 DEPRECATE: Move plugins to `mdit_py_plugins`
6
+
7
+
Plugins (in `markdown_it.extensions`) have now been moved to [executablebooks/mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins).
8
+
This will allow for their maintenance to occur on a different cycle to the core code, facilitating the release of a v1.0.0 for this package
9
+
10
+
🔧 MAINTAIN: Add [mypy](https://mypy.readthedocs.io) type-checking, thanks to [@hukkinj1](https://github.com/hukkinj1).
11
+
3
12
## 0.5.8 - 2020-12-13
4
13
5
14
✨ NEW: Add linkify, thanks to [@tsutsu3](https://github.com/tsutsu3).
0 commit comments