Skip to content

PSMinifier v1.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 00:36
6d9f510

v1.1.4

  • Compress-ScriptBlock: Aliasing PSMinify (#13)
  • Adding support for Minify transpiler in PipeScript (#11)
  • Compress-ScriptBlock: Returning [ScriptBlock] if possible (#12)

v1.1.3


Compress-ScriptBlock bugfix: now handling using statements (Issue #6). Improvements to try/catch (Issue #7)

v1.1.2


Compress-ScriptBlock bugfix: now handling [Hashtables] and [Ordered] (Issue #2)

v1.1.1


Compress-ScriptBlock bugfix: try/catch/finally blocks now appropriately handled (Issue #3)

v1.1


Compress-ScriptBlock now has -OutputPath/-PassThru
Added Support for GitHub Action

v1.0


Initial Version of Minifier