File rubygem-github-markup.changes of Package rubygem-github-markup

-------------------------------------------------------------------
Tue Nov 14 18:27:58 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 4.0.2, see bundled HISTORY.md

-------------------------------------------------------------------
Thu Aug  4 13:12:26 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.0.1
 see installed HISTORY.md

  ## 4.0.1 - 2022-03-07
  * Update to commonmarker 0.18.3; There isn't a version on RubyGems for this, so this is pointing to a [tag version on GitHub](https://github.com/gjtorikian/commonmarker/blob/v0.18.3/commonmarker.gemspec)
  

-------------------------------------------------------------------
Thu Jun 24 17:25:00 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 4.0.0
 see installed HISTORY.md

  ## 4.0.0 - 2021-03-31
  
  * Drop support for Python 2 in RST rendering [#1456](https://github.com/github/markup/pull/1456)
  

-------------------------------------------------------------------
Wed Jan 20 12:41:59 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 3.0.5
 see installed HISTORY.md

  ## 3.0.5 - 2020-11-12
  
  * Add commonmarker_exts to commonmarker options [#1268](https://github.com/github/markup/pull/1268)
  * Check whether filename is set when rendering Asciidoc. [#1290](https://github.com/github/markup/pull/1290)
  

-------------------------------------------------------------------
Sun May  5 09:27:43 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 3.0.4
 see installed HISTORY.md

  ## 3.0.4 - 2019-04-03
  
  * Expose options in #render_s [#1249](https://github.com/github/markup/pull/1249)
  * Upgrade to Asciidoctor 2.0.x [#1264](https://github.com/github/markup/pull/1264)

-------------------------------------------------------------------
Sat Mar  2 15:18:08 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 3.0.3
 see installed HISTORY.md

  ## 3.0.3 - 2018-12-17
  
  * Temporarily remove support for POD6 [#1248](https://github.com/github/markup/pull/1248)

-------------------------------------------------------------------
Wed Dec 19 07:07:00 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 3.0.2
 see installed HISTORY.md

  ## 3.0.2 - 2018-12-12
  
  * Add support for POD6 [#1173](https://github.com/github/markup/pull/1173)

-------------------------------------------------------------------
Thu Nov 22 05:11:37 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 3.0.1
 see installed HISTORY.md

  ## 3.0.1 - 2018-10-19
  
  * Remove linguist-detected RMarkdown files from the Markdown renderer [#1237](https://github.com/github/markup/pull/1237)
  
  ## 3.0.0 - 2018-10-18
  
  * Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236)
  * Symlink option is now a keyword arg [#1236](https://github.com/github/markup/pull/1236)
  
  ## 2.0.2 - 2018-10-15
  
  * Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235)

-------------------------------------------------------------------
Fri Jun 29 04:03:25 UTC 2018 - factory-auto@kulow.org

- updated to version 2.0.1
 see installed HISTORY.md

  ## 2.0.1 - 2018-06-29
  
  * Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165)

-------------------------------------------------------------------
Thu Feb  8 06:04:11 UTC 2018 - coolo@suse.com

- updated to version 2.0.0
 see installed HISTORY.md

  ## 2.0.0 - 2018-01-31
  
  * Remove filesystem access [#1157](https://github.com/github/markup/pull/1157)
  
  ## 1.7.0 - 2018-01-30
  
  ### Changed
  
  * Updates for Linguist v6 [#1139](https://github.com/github/markup/pull/1139)
  * Update to Nokogiri ~> 1.8; drop support for Ruby 2.0 [#1156](https://github.com/github/markup/pull/1156)

-------------------------------------------------------------------
Sun Dec  3 19:18:21 UTC 2017 - coolo@suse.com

- updated to version 1.6.2
 see installed HISTORY.md

  ## 1.6.2 - 2017-11-27
  
  ### Changed
  
  * Only report basename in usage [#1131](https://github.com/github/markup/pull/1131)
  * rest2html parameter signature fix [#1082](https://github.com/github/markup/pull/1082)

-------------------------------------------------------------------
Thu Aug  3 19:17:49 UTC 2017 - coolo@suse.com

- updated to version 1.6.1
 see installed HISTORY.md

  ## 1.6.1 - 2017-07-25
  
  ### Changed
  
  * Added support for highlight directive in rST [#925](https://github.com/github/markup/pull/925)
  * Fixes to documentation and code style [#1009](https://github.com/github/markup/pull/1009) [#1071](https://github.com/github/markup/pull/1071) [#1087](https://github.com/github/markup/pull/1087)
  * Test against newer Ruby versions [#1086](https://github.com/github/markup/pull/1086)
  * Upgrade to Asciidoctor 1.5.6.1 [#1088](https://github.com/github/markup/pull/1088)

-------------------------------------------------------------------
Mon Apr  3 04:35:02 UTC 2017 - coolo@suse.com

- updated to version 1.6.0
 see installed HISTORY.md

  ## 1.6.0 - 2017-04-03
  
  ### Changed
  
  * Added filename argument to all renderers for additional context
  * Removed superfluous `rinku` dependency [#1035](https://github.com/github/markup/pull/1035)
  * Enable source-to-source navigation for `.adoc` AsciiDoc files, plus additional attributes passed through [#1039](https://github.com/github/markup/pull/1039) and [#1041](https://github.com/github/markup/pull/1041)
  
  ## 1.5.0 - 2017-03-27
  
  ### Added
  
  * Re-introduce [#537](https://github.com/github/markup/pull/537) to detect language of markup document  
    However `github-linguist` is optional and this gem will fallback to extensions for detection.  
  
  [Full changelog](https://github.com/github/markup/compare/v1.4.9...v1.5.0)
  
  ## 1.4.9 - 2017-03-27
  
  ### Changed
  
  * Reverted [#537](https://github.com/github/markup/pull/537) to avoid extra dependencies
  
  [Full changelog](https://github.com/github/markup/compare/v1.4.8...v1.4.9)

-------------------------------------------------------------------
Mon Mar 27 04:29:39 UTC 2017 - coolo@suse.com

- updated to version 1.5.0
 see installed HISTORY.md

-------------------------------------------------------------------
Fri Mar 24 05:29:33 UTC 2017 - coolo@suse.com

- updated to version 1.4.8
 see installed HISTORY.md

-------------------------------------------------------------------
Wed Mar 22 05:30:06 UTC 2017 - coolo@suse.com

- updated to version 1.4.7
 see installed HISTORY.md

-------------------------------------------------------------------
Mon Mar 20 05:32:07 UTC 2017 - coolo@suse.com

- updated to version 1.4.6
 see installed HISTORY.md

-------------------------------------------------------------------
Thu Mar 16 05:31:59 UTC 2017 - coolo@suse.com

- updated to version 1.4.4
 see installed HISTORY.md

-------------------------------------------------------------------
Thu Mar  9 05:46:57 UTC 2017 - coolo@suse.com

- updated to version 1.4.2
 see installed HISTORY.md

-------------------------------------------------------------------
Wed Feb  1 05:36:38 UTC 2017 - coolo@suse.com

- updated to version 1.4.1
 see installed HISTORY.md

-------------------------------------------------------------------
Tue Nov 15 14:30:17 UTC 2016 - tampakrap@opensuse.org

- Initial commit

openSUSE Build Service is sponsored by