Skip to content

version 1.7.1

Compare
Choose a tag to compare
@madskristensen madskristensen released this 16 Jan 19:08
· 1305 commits to master since this release
  • TypeScript support is back!!! ◦Preview Window is back
    • TSLint support (JSHint for TypeScript)
    • tslint.json item template in SideWaffle
    • JSDoc completion for @keywords
    • Comment block completion
    • Improved *.d.ts generation from C#/VB
    • Brace completion and type-through
    • Smart Indent
  • Arrow function outlining
    • Array and conditionals outlining

*JavaScript

  • Comment block completion
  • JSDoc completion for @keywords
  • Markdown
    • More file extensions supported
    • Button added to compile to .html
  • JSHint
    • Ignoring nested .js files
    • .jshintrc files fully supported
    • .jshintignore files fully supported
    • Website Projects supported
    • File icons for .jshintrc & .jshintignore
    • Item Templates added to SideWaffle
  • SASS
    • Full compiler support
    • Temporary basic .scss editor
    • Preview window
    • Source maps and minification
  • Image optimization
    • Lossless optimization of images
    • Supports jpeg, gif and png files
    • Removes the need for Image Optimizer
    • Works offline (unlike Image Optimizer)
    • SmartTag for CSS and HTML tags
    • Works on base64 encoded DataURIs
  • Image sprites
    • Supports jpeg, gif and png files
    • Option to stack vertical or horizontal
    • Automatic sprite image optimization
    • Generates LESS & SASS mixins
    • Generates CSS sample
    • Generates JSON file for use in tooling later
  • Paste images onto the editor
    • Paste image from clipboard
    • Paste from browser
    • Paste from file system
    • Supports HTML, CSS, JS, Markdown etc.
    • Automatic optimization on paste
    • Great for screenshots
  • Issue with non-persistent settings fixed
  • HTML 5 *.appcache file colorization
  • .bundle file Intellisense for new bundles
  • Added missing file icons to Solution Explorers
  • Huge number of bug fixes and minor tweaks
  • CoffeeScript source map path issue when compiling to a custom folder. The issue has been reported to the CoffeeScript compiler team.