2021-11-09 09:31:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 1 08:24:19 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.2.1.1.
|
|
|
|
## 0.2.1.1
|
|
|
|
|
|
|
|
* Fix bug in `prettyShow` for `SourceRange` (#80).
|
|
|
|
The bug led to an infinite loop in certain cases.
|
|
|
|
|
2021-06-22 17:19:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 21 05:23:23 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.2.1.
|
|
|
|
## 0.2.1
|
|
|
|
|
|
|
|
* Use official 0.30 spec.txt.
|
|
|
|
* Update HTML block parser for recent spec changes.
|
|
|
|
* Fix test case from commonmark/cmark#383. We need to index the list
|
|
|
|
of stack bottoms not just by the length mod 3 of the closer but by
|
|
|
|
whether it can be an opener, since this goes into the calculation of
|
|
|
|
whether the delimiters can match.
|
|
|
|
|
2021-05-30 20:58:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 29 15:59:17 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.2.
|
|
|
|
## 0.2
|
|
|
|
|
|
|
|
* Commonmark.Inlines: export LinkInfo(..) [API change].
|
|
|
|
* Commonmark.Inlines: export pLink [API chage].
|
|
|
|
* Comonmark.ReferenceMap: Add linkPos field to LinkInfo [API change].
|
|
|
|
* Commonmark.Tokens: normalize unicode to NFC before tokenizing (#57).
|
|
|
|
Normalization might affect detection of flankingness, recognition
|
|
|
|
of reference links, etc.
|
|
|
|
* Commonmark.Html: add data-prefix to non-HTML5 attributes, as pandoc does.
|
|
|
|
* Remove unnecessary build-depends.
|
|
|
|
* Use lightweight tasty-bench instead of criterion for benchmarks.
|
|
|
|
|
2021-02-09 10:17:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 8 05:04:23 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.1.1.4.
|
|
|
|
## 0.1.1.4
|
|
|
|
|
|
|
|
* Fix build with GHC 9.0.1 (Simon Jakobi, #72).
|
|
|
|
|
2021-01-15 11:54:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 12 10:53:27 UTC 2021 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.1.1.3.
|
|
|
|
## 0.1.1.3
|
|
|
|
|
|
|
|
* Fix bug in links with spaces at the beginning or end of
|
|
|
|
link description (#67). We were putting flankingness constraints
|
|
|
|
on the link delimiters, but this isn't requried by the spec.
|
|
|
|
|
2020-12-18 13:51:50 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-12-19 19:28:15 +01:00
|
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
2020-12-18 13:51:50 +01:00
|
|
|
|
2020-12-19 18:47:47 +01:00
|
|
|
- disable %{ix86} build
|
2020-12-18 13:51:50 +01:00
|
|
|
|
2020-11-09 03:01:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 7 15:34:52 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.1.1.2.
|
|
|
|
## 0.1.1.2
|
|
|
|
|
|
|
|
* Fix bug in fix to #65 (#66).
|
|
|
|
|
|
|
|
## 0.1.1.1
|
|
|
|
|
|
|
|
* Fixed corner case with link suffix parsing, which could result
|
|
|
|
in dropped tokens in certain cases (#65).
|
|
|
|
|
2020-11-04 03:01:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 2 03:03:04 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.1.1.
|
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Export `reverseSubforests` from `Commonmark.Blocks` [API change] (#64).
|
|
|
|
|
2020-08-19 03:01:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 10:44:21 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
|
2020-08-11 15:38:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 6 07:56:57 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update commonmark to version 0.1.0.2.
|
|
|
|
## 0.1.0.2
|
|
|
|
|
|
|
|
* Fix tight/loose list detection with multiple blank lines at end (#56).
|
|
|
|
|
2020-08-04 13:07:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 4 09:31:42 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add commonmark at version 0.1.0.1.
|
|
|
|
|