- 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