pandoc-csv2table 1.0.4 → 1.0.5
raw patch · 4 files changed
+10/−6 lines, 4 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +5/−1
- LICENSE +1/−1
- README.md +1/−1
- pandoc-csv2table.cabal +3/−3
CHANGELOG.md view
@@ -7,6 +7,9 @@ ## [Unreleased] +## [1.0.5] - 2017-05-05++ ## [1.0.4] - 2016-02-07 ### Changed@@ -35,7 +38,8 @@ - The first release. -[Unreleased]: https://github.com/baig/pandoc-csv2table-filter/compare/1.0.4...HEAD+[Unreleased]: https://github.com/baig/pandoc-csv2table-filter/compare/1.0.5...HEAD+[1.0.5]: https://github.com/baig/pandoc-csv2table-filter/compare/1.0.4...1.0.5 [1.0.4]: https://github.com/baig/pandoc-csv2table-filter/compare/1.0.3...1.0.4 [1.0.2]: https://github.com/baig/pandoc-csv2table-filter/compare/1.0.1...1.0.3 [1.0.1]: https://github.com/baig/pandoc-csv2table-filter/compare/1.0.0...1.0.1
LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Wasif Hasan Baig <pr.wasif@gmail.com>+Copyright (c) 2015-2017 Wasif Hasan Baig <pr.wasif@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
README.md view
@@ -149,7 +149,7 @@ ## License -Copyright © 2015 [Wasif Hasan Baig](https://twitter.com/_wbaig)+Copyright © 2015-2017 [Wasif Hasan Baig](https://twitter.com/_wbaig) Source code is released under the Terms and Conditions of [MIT License](http://opensource.org/licenses/MIT).
pandoc-csv2table.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-csv2table-Version: 1.0.4+Version: 1.0.5 Synopsis: Convert CSV to Pandoc Table Markdown Description: A Pandoc filter that replaces image inline or fenced code blocks with pandoc table markdown. CSV contents will be@@ -22,7 +22,7 @@ location: git://github.com/baig/pandoc-csv2table-filter.git Library- Build-Depends: base >=4.6 && <4.9,+ Build-Depends: base >=4.6 && <5, csv >= 0.1.2, text >= 0.11 && < 1.3, pandoc >= 1.13.0.0,@@ -37,7 +37,7 @@ Default-Language: Haskell2010 Executable pandoc-csv2table- Build-Depends: base >=4.6 && <4.9,+ Build-Depends: base >=4.6 && <5, csv >= 0.1.2, pandoc >= 1.13.0.0, pandoc-types >= 1.12.0.0,