Skip to content

Releases: SpringRoll/grunt-concat-json

0.0.10

09 Nov 14:39

Choose a tag to compare

Changes

  • Added the ability to add special types of JavaScript files to the list of JSON concatenate-able files.
  • Fixed Windows forward-slash issues

0.0.8

01 Jul 16:29

Choose a tag to compare

Changes

  • Added support for cwd task property
  • Deprecated use of base task property (will remove in next major version)
  • Updated documentation

0.0.7

30 Mar 19:28

Choose a tag to compare

Changes

  • Default concat option strips whitespace from exported file. Use the space option set to "\t" for nicer formatted output.

0.0.6

24 Feb 15:50

Choose a tag to compare

Updated dependencies

0.0.5

18 Dec 21:03

Choose a tag to compare

Folders-as-array can now be deeper than top level

0.0.4

17 Dec 22:12

Choose a tag to compare

Functionality to use a folder as an array no longer has naming conflicts, and can hold array-folders within itself along with sibling-level objects.

0.0.3

17 Dec 18:29

Choose a tag to compare

Adds ability for folders to serve as arrays, and arrays of arrays.

The default marker for an array-folder is an '[]' suffix e.g. "levels[]". JSON files within levels[] will be pushed to a levels array in the concatenated JSON.

Note: having two array folders of the same name within a project will cause an error currently.

0.0.2

25 Nov 16:04

Choose a tag to compare

  • Initial release