Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Releases: compleatang/legal-markdown

Bug Fixes

09 Aug 21:12
Compare
Choose a tag to compare
  • 88678de - Version Bump of Gem to version 0.4.10 (Casey Kuhlman 2 minutes ago)
  • fadc191 - Fix regex lookahead issues (Casey Kuhlman 2 minutes ago)

Fix Windows Encoding Issues

09 Aug 19:50
Compare
Choose a tag to compare
  • 2cf5322 - Version Bump of Gem to version 0.4.9 (Casey Kuhlman 14 minutes ago)
  • 51f801f - Add safe guards for windows encoding defaults (Casey Kuhlman 15 minutes ago)
  • 4fccf78 - Clean parser when it searches for file endings (Casey Kuhlman 15 minutes ago)
  • 482d61c - Add tests for windows formatting with UTF-8 BOM (Casey Kuhlman 16 minutes ago)
  • d140660 - Simplify verbosity method (Casey Kuhlman 5 hours ago)
  • 1514ece - Break up optsparser method (Casey Kuhlman 5 hours ago)
  • a805273 - Update debug test benchmark file (Casey Kuhlman 6 hours ago)
  • 323035a - Reduce complexity of legal_to_markdown by reducing redundancies. (Casey Kuhlman 6 hours ago)
  • 7ed6187 - Reduce legal_markdown.rb complexity by breaking up methods (Casey Kuhlman 6 hours ago)
  • c7eb4d1 - Fix write issue with 1.9.2 (Casey Kuhlman 6 hours ago)

Debug Feature & Added Resilience

09 Aug 13:47
Compare
Choose a tag to compare
  • f8f5a1b - Version Bump of Gem to version 0.4.8 (Casey Kuhlman 2 minutes ago)
  • 54662d3 - Add tests for verbose. Fixes #18 (Casey Kuhlman 2 minutes ago)
  • 554efff - Add verbose / debug feature (Casey Kuhlman 3 minutes ago)
  • 50f982f - Add paint as dependency so that debug output can be styled (Casey Kuhlman 4 minutes ago)
  • ee16e91 - Remove superfluous to_sym call (Casey Kuhlman 50 minutes ago)
  • 3d49cc0 - Change JSON dump to JSON pretty_print (Casey Kuhlman 51 minutes ago)
  • 38cee78 - Simplify MakeYAMLFrontmatter class (Casey Kuhlman 2 hours ago)
  • ece37be - Fix 1. string gaurd method (Casey Kuhlman 2 days ago)
  • f71a0d9 - Add guard so 1. loads as a string. Fixes #17 (Casey Kuhlman 2 days ago)
  • 12b53fd - Update bad command line tests for 2.0 build failure. (Casey Kuhlman 3 days ago)
  • 5fbe13b - Add (slightly) more sophisticated command line tests (Casey Kuhlman 3 days ago)

Add protection against bad filenames

06 Aug 11:42
Compare
Choose a tag to compare
v0.4.7

Add protection against bad filenames

Fix bad YAML throwing errors.

05 Aug 13:01
Compare
Choose a tag to compare
v0.4.6

Fix bad YAML throwing errors.

Version bump. Mostly bug fixes.

05 Aug 12:27
Compare
Choose a tag to compare
  • 7dba33e - Version Bump of Gem to version 0.4.5 (Casey Kuhlman 19 minutes ago)
  • e3f7ed0 - Fix typos in README. (Casey Kuhlman 19 minutes ago)
  • ef62549 - Fix error when calling executable with one ARGV. Should fix #14 (Casey Kuhlman 4 days ago)
  • 1ea49f7 - Add Coveralls (Casey Kuhlman 4 days ago)
  • 69af5f3 - Gaurd against weird command line calls when ARGV[0] is an array (Casey Kuhlman 5 days ago)
  • d3006da - Add coveralls badge to Readme (Casey Kuhlman 5 days ago)
  • 3d08a8a - Add coveralls for test coverage (Casey Kuhlman 5 days ago)

New Options Parser & Make YAML Frontmatter optionally reads two file fields

30 Jul 05:06
Compare
Choose a tag to compare
  • 4210410 - Version Bump of Gem to version 0.4.4 (Casey Kuhlman 77 seconds ago)
  • 41fbe51 - Update README: typos primarily and roadmap (Casey Kuhlman 2 minutes ago)
  • 0164ff5 - Add options parser & ability for MakeYAMLFrontMatter input and output different files. Fixes #5 (Casey Kuhlman 47 minutes ago)
  • abcf694 - Remove IRB Tools Gem as failing on JRuby (Casey Kuhlman 6 days ago)
  • 44aa90a - Minor updates to testing suite. (Casey Kuhlman 7 days ago)
  • e46c6e7 - Turn off travis emails (Casey Kuhlman 13 days ago)
  • 119a54c - Small rake fix (Casey Kuhlman 13 days ago)
  • 4da44ec - Version Bump of Gem to version 0.4.3 (Casey Kuhlman 13 days ago)
  • 3a02d63 - Add rake publishing task (Casey Kuhlman 13 days ago)
  • 40c1c98 - Version Bump of Gem to version 0.4.2 (Casey Kuhlman 13 days ago)
  • 52faf8b - Version Bump of Gem to version 0.4.2 (Casey Kuhlman 13 days ago)
  • 7a6a599 - Update Rake file with task to push automatically to Sublime Package (Casey Kuhlman 13 days ago)

Moderate bug fixes and other utilities built.

17 Jul 02:02
Compare
Choose a tag to compare
  • 566ae52 - Version Bump of Gem to version 0.4.3 (Casey Kuhlman 85 seconds ago)
  • 98587a7 - Add rake publishing task (Casey Kuhlman 2 minutes ago)
  • 7c9f05f - Version Bump of Gem to version 0.4.2 (Casey Kuhlman 7 minutes ago)
  • 52faf8b - Version Bump of Gem to version 0.4.2 (Casey Kuhlman 7 minutes ago)
  • 7a6a599 - Update Rake file with task to push automatically to Sublime Package (Casey Kuhlman 36 minutes ago)
  • b5cea18 - Package updated at 2013-07-17 01:10:29 UTC to reflect changes in Gem. (Casey Kuhlman 52 minutes ago)
  • e12b5eb - Package updated at 2013-07-17 01:09:22 UTC to reflect changes in Gem. (Casey Kuhlman 53 minutes ago)
  • 30c7501 - Escape double quotes when making YAML frontmatter. Fixes #12 (Casey Kuhlman 2 hours ago)
  • 00304ea - Update loadings to Sublime Package moves better (Casey Kuhlman 3 hours ago)
  • 724730e - Don't use prepend with < 1.9.3 (Casey Kuhlman 31 hours ago)
  • c61bbf4 - Add tests for making YAML front matter and command line execution (Casey Kuhlman 33 hours ago)
  • cbfc159 - Refactor Make YAML Front Matter (Casey Kuhlman 33 hours ago)
  • cf4142c - Simplify romans (Casey Kuhlman 35 hours ago)
  • 5f96dd1 - Refactor mixin module a bit (Casey Kuhlman 35 hours ago)
  • 9a8242c - Add more robust test for all features && speed up new optional clauses method (Casey Kuhlman 35 hours ago)
  • 6880d17 - More robust (but slower) optional clauses (Casey Kuhlman 35 hours ago)
  • 08cfb89 - Attempt to fix travis error in testing (Casey Kuhlman 3 days ago)
  • 7f0b54a - Simplify tests (Casey Kuhlman 3 days ago)

Clean up to-json feature && add tests for to-json

14 Jul 02:48
Compare
Choose a tag to compare

Changelog

  • ae617c4 - Version bump (Casey Kuhlman 2 minutes ago)
  • b7011c5 - Add JSON tests to testing suite (Casey Kuhlman 3 minutes ago)
  • de410cb - More tweaks for json output (Casey Kuhlman 8 minutes ago)
  • 52b3bfe - Improvements to --to-json feature (Casey Kuhlman 2 hours ago)
  • 1d09f6b - Minor update to make it sync better with Sublime pkg (Casey Kuhlman 5 hours ago)

Bug Fixes

13 Jul 21:28
Compare
Choose a tag to compare

Changelog

  • 60c781b - Bug fix for when gem is called from commandline. (Casey Kuhlman 54 minutes ago)
  • 8c12704 - Add code to run if standalone feature (Casey Kuhlman 83 minutes ago)