Releases: zz85/mrdoobapproves
Release 2.0 - 1 Dec 2015
This should have landed half a year go, but here this is finally!
http://zz85.github.io/mrdoobapproves/
I decided to bump down JSCS for this version so it loads faster on the web (<200kb gzipped), but "mrdoobapproves" will support ES6 syntax next release (v3)!
- JSCS library with Autofix (v1.13.1, last official version without Babel)
- Updated MDCS rules - space checks
- Ability to chose other JSCS presets (crockford, google, jquery, wikimedia etc)
- Simpler Autofix Button, Save Button
Related issues / PRs:
#50 V2 release
#51 requireSpaceBeforeKeywords, disallowMultipleSpaces
#46 else if formatting
#45 Spaces in Function Declarations
#49 Custom Embed preset
#44 Pre and post processing for block identation
#42 Auto Fix button
#41 Save Button
#39 JSCS presets
#40 Thoughts for v2
#38 Trailing tabs and/or spaces
#36 Track official JSCS branch
#35 Unary Operators
Thanks again to @gero3 @WestLangley @mrdoob for your contributions :)
Release 1.0 - 12 Jan 2015
Numerous commits & 20 PRs later (in mostly less than the span of a week over the new year) we are tagging 1.0 release. Thanks @gero3 for your great work, and @mrdoob @WestLangley @mikesherov for all the feedback needed :)
- Mr.doob's Code Style™ validator
- Check as you type
- Gutter hinting
- JS syntax highlighting using code mirror
- Auto-formatting with diff editor
- Jump to error
- Trailing spaces hinting
- Open file
See #1 for more details