dominictarr / rc

The non-configurable configuration loader for lazy people.
Other
1.02k stars 97 forks source link

Adds support for #82's conclusion. #85

Open legodude17 opened 8 years ago

legodude17 commented 8 years ago

This adds support for the file extensions and for parsers by specific extension. All tests pass and a new one was added to test the extensions. This will probably be a major semver change so that was reflected in the package.json. Closes #82.

legodude17 commented 8 years ago

I think that it should be semver-major given that it breaks anyone using a custom parser because now the custom parsers are objects.

jedahan commented 6 years ago

@dominictarr if I updated this PR would you be amicable to merging?