Ondřej Súkup
eedbd9611a
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=12
70 lines
2.2 KiB
Plaintext
70 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun May 30 17:37:25 UTC 2021 - psimons@suse.com
|
|
|
|
- Update commonmark-extensions to version 0.2.1.2.
|
|
## 0.2.1.2
|
|
|
|
- Fix bug with absolute paths in rebase_relative_paths
|
|
extension on Windows.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 29 15:59:04 UTC 2021 - psimons@suse.com
|
|
|
|
- Update commonmark-extensions to version 0.2.1.1.
|
|
## 0.2.1.1
|
|
|
|
- Fix bug in wikilinks extensions.
|
|
|
|
## 0.2.1
|
|
|
|
- Add `rebase_relative_paths` extension.
|
|
New exported module Commonmark.Extensions.RebaseRelativePaths [API change].
|
|
- Add `wikilinks_title_before_pipe` and `wikilinks_title_after_pipe`
|
|
extensions (#69).
|
|
New exported module Commonmark.Extensions.Wikilinks [API change].
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 7 15:35:27 UTC 2020 - psimons@suse.com
|
|
|
|
- Update commonmark-extensions to version 0.2.0.4.
|
|
## 0.2.0.4
|
|
|
|
- Add a test for autolinks (#66).
|
|
- Require commonmark 0.1.1.2 (otherwise autolinks don't work
|
|
properly).
|
|
|
|
## 0.2.0.3
|
|
|
|
- Add some new test examples to the autolinks extension spec (#65).
|
|
- Allow interior `~` characters in autolinks (#65).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 3 10:09:06 UTC 2020 - psimons@suse.com
|
|
|
|
- Update commonmark-extensions to version 0.2.0.2.
|
|
## 0.2.0.2
|
|
|
|
- Remove unnecessary Typeable constraint on `TaskList` and
|
|
`gfmExtensions` (#58).
|
|
|
|
- Fix bug in `footnote` extension: multiple blocks in
|
|
a block container (e.g. block quote or list) inside
|
|
a footnote were being rendered in reverse order (#63,
|
|
Harald Gliebe).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:44:22 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 4 09:31:46 UTC 2020 - psimons@suse.com
|
|
|
|
- Add commonmark-extensions at version 0.2.0.1.
|
|
|