Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support derived classes #10

Merged
merged 5 commits into from
Mar 3, 2015

Conversation

mkalkbrenner
Copy link
Contributor

For some special use cases it makes sense to create derived classes of HtmlDiff to adjust it's behavior to own needs. Doing this by creating a derived class is better than creating a fork or using a patched version.
To support this it's essential to turn private properties and functions into protected ones that could be altered by the derived class.

@jschroed91
Copy link
Member

Looks great, thanks!

jschroed91 added a commit that referenced this pull request Mar 3, 2015
@jschroed91 jschroed91 merged commit 7846bd7 into caxy:master Mar 3, 2015
@mkalkbrenner
Copy link
Contributor Author

You already created a new release! Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants