- updated to confi 5
- update lint, add node 6. fix param order
- update async and switch to superior 'autoInject'
- updated confi
- updated confi
- be able to set routeConfig on assets
- additional check for endpoint when loading assetConfig
- set auth: false on assets
- eslint fixes
- added support for assets in config for static file serving (needs inert loaded)
- removed 'auth' and 'strategy' tests
- readme badge changed to markdown markdown
- travisci badge added to readme, travis covers node version 4,5,6
- travis file
- if verbose set in config, then set hapi-confi to be verbose
- removed authPlugins and strategies. use plugin priority and hapi-strategy-loader as a plugin now
- a little bit of housekeeping
- updated confi
- clone view before passing to server
- verbose logging off by default, with example
- confi 2.0.0 added to package, vision added to dev dependencies.
- refactor auto statement, added dependency ordering, tests for vision load, updated eslint packages to latest versions
- updated to use firstandthird eslint config 2.0.0
- eslint-config-firstandthird updated to 2.0.0
- es6 config and package files, converted main executables to es6
- handles parse errors
- updated dependencies
- fixes server not starting if logging was disabled. fixes #7
- allow sorting of plugins with _priority
- updated confi version
- fixed some linting errors
- added linting
- Create README.md
- added tests to make sure it configures the hapi server correctly
- extraneous debug statement removed
- added basic lab tests to verify thathapi-confi uses confi correctly updated to confi 1.0.0
- fixed requireCwd to fall back to normal require if dep doesn't start with '.'
- if strategies.options.provider.profile is a string, treat as server method
- added options.before hook to be able to change server/config before processing
- don't error if no connection property
- fixed loading plugins with _enabled: false
- fix if _enabled: false
- fixed require if ./lib
- added vision and views support
- changed async.forEachOf to async.forEachOfSeries