Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 3.25 KB

CHANGES.md

File metadata and controls

64 lines (48 loc) · 3.25 KB

Version 3.0.2, 2013.10.09

  • #36: Fix errors in Internet Explorer 8 and older
  • #37: Fix problem with running command line
  • Update versions on dependencies
  • Minor changes and tweaks

Version 3.0.1, 2013.08.16

  • #33: Fix handling of unformatted HTML lists

Version 3.0.0, 2013.08.15

  • #30: Rename command from md to html-md
  • #31: Correct expectations of void elements
  • Update versions of dependencies

Version 2.1.1, 2013.05.06

  • #24: Add base option to specify the base URL used to resolve relative URLs

Version 2.1.0, 2013.05.03

  • #18: Add support for bower installations
  • #20: Replace Cakefile with new grunt build process
  • #20: Replace tap test framework with nodeunit
  • #21: Remove CoffeeScript as a runtime dependency
  • #21: Update jsdom to v0.6.0 to fix known bugs
  • #21: Improve compatibility with the Windows platform
  • #21: Improve code and documentation quality and standards
  • #21: Fix absolute option to also apply to img elements
  • #21: Improve compatibility with older browsers
  • #22: Improve handling of ordered and unodered lists
  • #22: Support nested lists
  • #23: Add option to support inline link style
  • Replace optparse with commander
  • Lots of bug fixes and optimizations

Version 2.0.2, 2013.02.04

  • #13: Add new man page
  • #14: Fix bug with eval option

Version 2.0.1, 2012.12.12

  • #8: Fix incorrect version

Version 2.0.0, 2012.12.11

  • #1: Check inline style attribute to see if elements are hidden
  • #2: Add command line interface
  • #3: Create unit test suite
  • #4: Rewrite code in CoffeeScript
  • #5: Add compatibility support for node.js
  • #6: Add build process