Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

79 lines (60 loc) · 3.6 KB

Changelog

v4.0.1

  • Fix error on empty lists #41

v4.0.0

  • Breaking changes:
    • Drop Ruby 1.9 support and upgrade all dependencies to latest #39

v3.1.4

  • Fix unitialized constant GitHub (NameError) #36

v3.1.3

  • Only initialize a listener if we're doing some listening #34

v3.1.2

  • Update Github css

v3.1.1

  • Fix double-spaced task lists #31

v3.1.0

  • Add anchor links in default mode #28, #30

v3.0.0

  • Render task lists for readmes #25 (Github announcement)
  • Breaking changes:
    • Drop Ruby 1.8 support and upgrade all dependencies to latest #26

v2.1.1

  • Specify UTF-8 for the preview (fixes #20)
  • Inline the Github CSS in the preview to make it a stand-alone html file (fixes #21)

v2.1.0

  • Add option :preview_file for specifying a custom preview file
  • Refactor so the filters and context used to configure html-pipeline can be easily overriden/monkey-patched

v2.0.0

v1.6.1

v1.6.0

  • Improve preview fidelity (#9)
  • Update dependencies (#7)

v1.5.0

  • structure the app for gem deployment and add Bundler utilities
  • move the main code into the GithubMarkdownPreview::HtmlPreview class to allow other programs to include a preview
  • add comprehensive tests
  • improve the scripts output (especially in error cases)
  • update to latest github css

v1.4

  • fix compatability with Listen 1.0+

v1.3

  • fix scroll issue which was causing page position to be lost on refresh
  • update github css

v1.2

  • output help text on incorrect arguments
  • output location of preview file for easy viewing
  • update install instructions to clarify some dependencies

v1.1

  • write the .html preview beside the source .md file to support relative links
  • remove the MentionFilter (which makes @username links) since these are not linked on Github

v1.0

  • initial release
  • writes a .html high-fidelity preview of a given github flavored .md file to /tmp/markdownPreview.html