Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 950 Bytes

File metadata and controls

34 lines (27 loc) · 950 Bytes

Change Log

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.

1.0.1 - 2018-08-29

Changed

  • Implement the module in Immediately-Invoked-Function-Expressions (IIFE)

1.0.0 - 2018-07-04

Added

  • Possibility to add attributes to a link.
  • Rename WordLink.applyText() -> WordLink.apply()
  • Unit tests.
  • Dist with compiled library.
  • Split up codebase by sub-modules.

0.0.4 - 2017-02-07

Added

  • Option to enable debugging mode.
  • Option with a list of HTML tags to be ignored during replacement.

0.0.3 - 2017-02-06

Fixed

  • Use element.nodeName instead of element.constructor.name (fixes problems with phantomjs)

0.0.2 - 2017-02-03

Fixed

  • Fix a problem of replacing two words in one phrase.

0.0.1 - 2017-02-02

Added

  • Initial of implementation.