Skip to content

Tags: bricker/diffy

Tags

3.0.0

Toggle 3.0.0's commit message
Gemspec for version 3.0.0

2.0.7

Toggle 2.0.7's commit message
Version 2.0.7

Added :allow_empty_diff option
Thanks Lincoln Ritter.

2.0.6

Toggle 2.0.6's commit message
Gem version 2.0.6

Option +/- in HTML formatting
Fix handling of literal '\n's in HTML formatting
Added Diffy::CSS constant with suggested CSS from readme

2.0.5

Toggle 2.0.5's commit message
Version 2.0.5

Added :include_diff_info option

2.0.4

Toggle 2.0.4's commit message
Version 2.0.4

Fixed issue samg#3
Thanks ichiro101

2.0.3

Toggle 2.0.3's commit message
Version 2.0.3

Allow multiple diff options

2.0.2

Toggle 2.0.2's commit message
Version 2.0.2

Fixed Ward's html entities escaping bug.

2.0.1

Toggle 2.0.1's commit message
Gem Version 2.0.1

* Fixed issue with escaping html in the last line of a diff
* Discourage "creativity" in html inline highlighting.  3 characters
  must be unchanged to avoid highlighting as addition or deletion.

2.0.0

Toggle 2.0.0's commit message
Gem version 2.0

* Github style inline highlighting of changes in html output
* Diff strings _or_ files
* Enumerable methods now return Enumerators when no block is passed
* Drops support for ruby 1.8.6