- Dropped support of node lower than 10
- Updated dependencies:
- grunt-contrib-jshint from 2.1.0 to 3.0.0
- Dropped support of CoffeeScript (breaking change)
- Removed package-lock.json
- Updated dependencies:
- js-yaml from 3.13.1 to 4.1.0
- cson from 5.1.0 to 7.20.0
- glob 7.1.4 to 7.1.7
- Added dependencies:
- js-yaml-js-types version 1.0.0
- Updated devDependencies:
- grunt from 1.0.4 to 1.4.1
- proxyquire from 2.1.1 to 2.1.3
- grunt-gh-pages from 3.1.0 to 4.0.0
- sinon from 7.3.2 to 11.1.1
- Added devDependencies:
- grunt-mocha-cli 7.0.0
- Removed devDependencies:
- grunt-simple-mocha
- Updated dependencies:
- lodash from 4.17.15 to 4.7.21
- Allowed relative path for JS loading
- Dropped support of node lower than 8
- Added yarn.lock
- Updated dependencies:
- load-grunt-tasks from 4.0.0 to 5.1.0
- lodash from 4.17.11 to 4.17.15
- Updated devDependencies
- Updated dependencies:
- lodash from 4.7.11 to 4.7.15
- Updated devDependencies
- Dropped support of node lower than 6
- Added package-lock.json
- Updated dependencies:
- js-yaml from ~3.12.0 to 3.13.1
- cson from ~4.0.0 to 5.1.0
- load-grunt-tasks from ~3.5.2 to 4.0.0
- glob from ~7.1.3 to 7.1.4
- Switched to strict dependencies versions
- Updated devDependencies
- Updated dependencies:
- glob from ~7.1.1 to ~7.1.3
- js-yaml from ~3.7.0 to ~3.12.0
- Added ability to customize package.json file location
- Dropped support of node lower than 4
- Updated dependencies:
- cson from ~3.0.2 to ~4.0.0
- glob from ~5.0.15 to ~7.1.1
- load-grunt-tasks from ~3.3.0 to ~3.5.2
- js-yaml from ~3.4.3 to ~3.7.0
- lodash from ~3.10.1 to ~4.17.11
- Updated devDependencies:
- grunt-contrib-jshint from ~0.11.3 to ~1.1.0
- grunt-contrib-watch from ~0.6.1 to ~1.1.0
- grunt from ~0.4.5 to ~1.0.1
- grunt-gh-pages from ~1.0.0 to ~3.1.0
- Updated dependencies:
- jit-grunt from ~0.9.1 to 0.10.0
- Fixed issue with array in configPath
- Ignored unneeded files in npm package
- Removed unused async dependency
- Updated dependencies:
- cson from ~3.0.1 to ~3.0.2
- glob from ~3.2.6 to ~5.0.15
- js-yaml from ~3.0.1 to ~3.4.3
- lodash from ~2.4.1 to ~3.10.1
- Updated devDependencies:
- grunt-contrib-jshint from ~0.8.0 to ~0.11.3
- grunt-contrib-watch from ~0.5.3 to ~0.6.1
- grunt from ~0.4.2 to ~0.4.5
- grunt-notify from ~0.2.13 to ~0.4.1
- grunt-gh-pages from ~0.9.0 to ~1.0.0
- sinon from ^1.9.0 to ~1.17.2
- proxyquire from ^0.5.3 to ~1.7.3
- Renamed History.md to CHANGELOG.md
- Updated load-grunt-tasks dependency from ~0.3.0 to ~3.3.0
- Removed unnecessary loop to find fullpaths (jigardafda)
- Updated cson and jit-grunt dependencies
- Revert "load js-yaml full schema support to allow regexp"
- Use lodash instead of lodash-node to speed up execution
- Speed up build time when there are no yaml files
- Adds a small example for adding a description to the yaml
- Aliases to functions when the alias is an object with a description
- Updating Readme
- Configurable function for config merge
- Fixed lookup for CSON files in directory
- Updated readme regarding CSON files support
- Support CSON config files
- load js-yaml full schema support to allow regexp
- Update README.md: add alias task description
- added preMerge hook. #94
- added aliases to config-debug output. #93
- moved config-debug output to after postProcess. #93
- Update README.md (tawez)
- configPath accepts array of strings (tawez)
- overridePath accepts array of strings (tawez)
- fixed issue with passing options to jit-grunt
- Fix for aliases to functions
- ability to have multiple targets in config grouping
- added --config-debug support
- support postProcess option to change config before running through grunt
- Allow descriptions inside aliases (Belelros)
- fixed support for json config files (SolomoN-ua)
- Allow just-in-time loading (SolomoN-ua)
- Allow group config files to return a function.
- Livescript support
- fix for mix and matching config grouping and task based config
- fixed readme
- added support for config groupings
- fixed ghpage config
- re-styling readfile.js a bit.
- Merge pull request #35 from defaude/master
- Fixing stupid typo...
- Using js-yaml's safeLoad for YAML files instead of a simple require. Closes #28
- fixed bug where package.json wasn't getting added to config object. fixes #46
- updated readme
- fixed exposing config/data to main grunt config
- refactored everything to be sync
- removed legacy files
- finished up index.js functionality and tests
- more tests passing on index.js
- initial work on main lib
- feat(gruntconfig): set up method with tests
- refactor(tests): moved fixtures into config folder, added output fixture
- refactor(readconfigdir): use extname and basename instead of regex
- feat(readConfigDir): added new method
- refactor(load-config.test): skip tests for now
- feat(readfile): check if file exists
- readfile with tests
- switched build files to use yaml
- Using js-yaml's safeLoad for YAML files instead of a simple require. Closes #28
- Use lodash-node instead of
grunt.util._
(shinnn) - Update dependencies and devDependencies (shinnn)
- added the .yml extension as an option for loading yaml files (travi)
- added support for aliases file to easily register task aliases. fixes #5
- use merge so empty objects don't kill settings [dylang]
- updated readme to add coffee support
- updated readme
- bumped load-grunt-tasks dep. Fixes #10
- configPath is now absolute. Fixes #11
- Feature: enabled coffee-script support for config files
- updated readme
- Adding a test for functions that return options [cbas]
- Pass grunt reference to function options [cbas]
- changed load-grunt-tasks to loadGruntTasks #7
- updated readme for load-grunt-tasks option passing. #7
- ability to pass options to load-grunt-tasks. fixes #7
- removed env option so it doesn't conflict with grunt-env. fixes #6
- renamed to load-grunt-config
- fixed missing dep
- Added License. fixes #2
- Added support for yaml files. fixes #3
- typo in readme. fixes #1
- added { config: {} } support
- working commit
- Initial commit