changelogs.md


paambaati/grunt-obfuscator-redux

Repository  -  API  -  Source

1.0.3

May 31, 2015
  • Added ability to remove 'use strict' from obfuscated code when the strings option is set to true. This is required as currently, octal representations (which is what obfuscator converts all simple strings to when this option is set) are not allowed in strict mode.
  • Added pretty printed log outputs to know what happened.

1.0.1

May 30, 2015

0.1.0

February 26, 2014
  • Use any backwards compatible version of obfusactor
  • Add travis
  • Initial commit

0.0.1

December 20, 2013
  • Initial release