Skip to content

Commit 814a0c1

Browse files
committed
Add CHANGELOG.md
1 parent 1958c2a commit 814a0c1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Change Log
2+
3+
## [v0.1.0](https://github.com/caxy/HtmlDiffBundle/tree/v0.1.0) (2016-03-10)
4+
5+
[Full Changelog](https://github.com/caxy/HtmlDiffBundle/compare/0.0.1...v0.1.0)
6+
7+
**Features and Enhancements:**
8+
9+
- Allow caching of the calculated diffs using a doctrine cache provider [\#7](https://github.com/caxy/HtmlDiffBundle/pull/7) ([jschroed91](https://github.com/jschroed91))
10+
11+
## [0.0.1](https://github.com/caxy/HtmlDiffBundle/tree/0.0.1) (2015-01-08)
12+
**Features and Enhancements:**
13+
14+
- Configuration option for inserting space in replace [\#6](https://github.com/caxy/HtmlDiffBundle/pull/6) ([jschroed91](https://github.com/jschroed91))
15+
- Create versioned dependency on the php-htmldiff bundle [\#4](https://github.com/caxy/HtmlDiffBundle/pull/4) ([mgersten-caxy](https://github.com/mgersten-caxy))
16+
- Added ability to configure specialCaseChars and groupDiffs, and cleaned ... [\#3](https://github.com/caxy/HtmlDiffBundle/pull/3) ([jschroed91](https://github.com/jschroed91))
17+
- Added Twig Extension [\#2](https://github.com/caxy/HtmlDiffBundle/pull/2) ([jschroed91](https://github.com/jschroed91))
18+
19+
**Fixed bugs:**
20+
21+
- Fixed unexpected '$defaultSpecialCaseTags' error [\#5](https://github.com/caxy/HtmlDiffBundle/pull/5) ([alinalexandru](https://github.com/alinalexandru))
22+
23+
**Closed issues:**
24+
25+
- Add Twig extension [\#1](https://github.com/caxy/HtmlDiffBundle/issues/1)
26+
27+
28+
29+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)