Skip to content

2.10.0

Compare
Choose a tag to compare
@jonnitto jonnitto released this 15 Jan 23:09
· 25 commits to master since this release
cde0c6d

✨ Add JavaScript and CSS minifier

Carbon.String.minifyJS(javascript)

Minifies JavaScript so that it can be delivered to the client quicker.

  • javascript (string, required) The JavaScript to minify

Return The minified JavaScript

Carbon.String.minifyCSS(javascript)

Minifies CSS so that it can be delivered to the client quicker.

  • css (string, required) The CSS to minify

Return The minified CSS

Full Changelog: 2.9.0...2.10.0