Skip to content

Releases: robtimus/text-obfuscation

v1.2.0

09 Oct 10:59
Compare
Choose a tag to compare

Added support for obfuscating objects and arrays in more ways, through properties forObjects and forArrays of interfaces PropertyOptions and GlobalPropertyObfuscatorOptions. These supersede properties matchObjects and matchArrays which are now deprecated.

v1.1.0

01 Oct 11:42
Compare
Choose a tag to compare

Added interface SplitPoint which allows creating obfuscators that split obfuscation to two separate obfuscators. Functions atFirst, atLast, atNth and newSplitPoint are provided to create instances of SplitPoint.

v1.0.0

12 Mar 14:47
Compare
Choose a tag to compare

Initial version.