Skip to content

Releases: krk/jsunfuck

JSUnfuck v1.1.0

07 Apr 08:36
@krk krk
Compare
Choose a tag to compare
  • Add window object coercion and fromCharCode evaluation.
  • Add conditional logging of unfuckers.
  • Add number constructor unfucking.

JSUnfuck v1.0.0

03 Apr 20:36
@krk krk
Compare
Choose a tag to compare

Add PeepholeUnfuck with undefined unfucking support.
Add string-indexed-string unfucking to PeepholeUnfuck.
Add array-literal-function string coercion unfucking.
Add eval unfucking.
Add JsFuckIntegrationTest.
Add unfuck letters a-f.
Add constructor coercion unfucking.
Add constructor name coercion and integer base conversion unfucking.
Add function call via Function constructor.
Add escape evaluation and string to HTML element evaluation.
Add negative slice evaluation.
Add Date function evaluation unfucking.
Add unescape evaluation and constructor property coercion.
Coerce Date constructor to string.
Evaluate some special cases of eval.
Coerce NaN + ObjectLit to string.
Coerce NaN + object literal + call to string.
Add RegExp object coercion and string slice unfucking.
Disable building the GWT version on travis.
Disable npm package tests.