Release 1.0.0
mlegenhausen opened this issue · 3 comments
mlegenhausen commented
This is a meta task for organising some work to do:
- Remove jsbeautify, this is a redundant functionality that can be replace with grunt-jsbeautifyer
- Move all serializer dependent options to the
options.serializer
parameter - Add the
'use strict'
to the default wrapper - Switch from double to single quotes when possible
- Switch from the default JSON module to JSON5 or another serializer that support single quoted output.
- Define behaviour on empty options
- Update Readme
mlegenhausen commented
All changes can be found in the 1.0.0 branch.
Currently there is no serializer available that supports single quoted output. I hope JSON5 will jump on it. You can follow the progress at json5/json5#71.
tlvince commented
@mlegenhausen, could you do a GitHub release/tag of this (since it's the latest stable in npm)? Thanks 😄
mlegenhausen commented
Tags added.