mlegenhausen / grunt-ng-constant

Plugin for dynamic generation of angular constant and value definition modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 1.0.0

mlegenhausen opened this issue · comments

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

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.

@mlegenhausen, could you do a GitHub release/tag of this (since it's the latest stable in npm)? Thanks 😄

Tags added.