All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Implement the module in Immediately-Invoked-Function-Expressions (IIFE)
- Possibility to add attributes to a link.
- Rename WordLink.applyText() -> WordLink.apply()
- Unit tests.
- Dist with compiled library.
- Split up codebase by sub-modules.
- Option to enable debugging mode.
- Option with a list of HTML tags to be ignored during replacement.
- Use element.nodeName instead of element.constructor.name (fixes problems with phantomjs)
- Fix a problem of replacing two words in one phrase.
- Initial of implementation.