You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parttimejob/node_modules/markdown-it-abbr/CHANGELOG.md

36 lines
602 B

4 weeks ago
1.0.4 / 2016-08-31
------------------
- Fixed infinite loop caused by empty abbreviations like `*[]: foo`. Empty abbreviations are no longer parsed.
1.0.3 / 2016-01-05
------------------
- Fixed uc.micro use.
1.0.2 / 2015-12-31
------------------
- maintenance, bower files rebuild
1.0.1 / 2015-12-31
------------------
- Resolved collision with `linkify-it`.
- Extended list of start/stop punctuation characters to unicode ones.
1.0.0 / 2015-03-12
------------------
- Markdown-it 4.0.0 support. Use previous version for 2.x-3.x.
0.1.0 / 2015-01-04
------------------
- First release.