# Changelog

## [v4.3.3](https://github.com/feathersjs/generator-feathers/tree/v4.3.3) (2021-01-01)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.3.2...v4.3.3)

**Merged pull requests:**

- Update dependencies and fix tests [\#587](https://github.com/feathersjs/generator-feathers/pull/587) ([daffl](https://github.com/daffl))
- Remove unnecessary @types/helmet dependency [\#585](https://github.com/feathersjs/generator-feathers/pull/585) ([BengtHagemeister](https://github.com/BengtHagemeister))
- Update Auth0 default scope to include email [\#583](https://github.com/feathersjs/generator-feathers/pull/583) ([daffl](https://github.com/daffl))

## [v4.3.2](https://github.com/feathersjs/generator-feathers/tree/v4.3.2) (2020-11-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.3.1...v4.3.2)

**Closed issues:**

- MongoDB option missing on connection generator [\#499](https://github.com/feathersjs/generator-feathers/issues/499)

**Merged pull requests:**

- Update all dependencies [\#582](https://github.com/feathersjs/generator-feathers/pull/582) ([daffl](https://github.com/daffl))
- Add missing 'mongodb' choice to connection prompt \(db\) \(fixes \#499\) [\#580](https://github.com/feathersjs/generator-feathers/pull/580) ([MauriceArikoglu](https://github.com/MauriceArikoglu))
- chore: remove mongoose.Promise [\#578](https://github.com/feathersjs/generator-feathers/pull/578) ([bwgjoseph](https://github.com/bwgjoseph))

## [v4.3.1](https://github.com/feathersjs/generator-feathers/tree/v4.3.1) (2020-10-07)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.3.0...v4.3.1)

**Merged pull requests:**

- Fix helmet content security policy configuration [\#567](https://github.com/feathersjs/generator-feathers/pull/567) ([daffl](https://github.com/daffl))
- Update all dependencies [\#566](https://github.com/feathersjs/generator-feathers/pull/566) ([daffl](https://github.com/daffl))
- Bump mongoose from 5.9.22 to 5.10.3 [\#555](https://github.com/feathersjs/generator-feathers/pull/555) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump helmet from 3.23.3 to 4.1.0 [\#554](https://github.com/feathersjs/generator-feathers/pull/554) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump mongodb from 3.5.9 to 3.6.1 [\#553](https://github.com/feathersjs/generator-feathers/pull/553) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump @feathersjs/authentication-oauth from 4.5.4 to 4.5.8 [\#552](https://github.com/feathersjs/generator-feathers/pull/552) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump lodash from 4.17.19 to 4.17.20 [\#551](https://github.com/feathersjs/generator-feathers/pull/551) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump @feathersjs/configuration from 4.5.3 to 4.5.8 [\#550](https://github.com/feathersjs/generator-feathers/pull/550) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump yeoman-test from 2.6.0 to 3.0.0 [\#549](https://github.com/feathersjs/generator-feathers/pull/549) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump mocha from 8.0.1 to 8.1.3 [\#548](https://github.com/feathersjs/generator-feathers/pull/548) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump @feathersjs/errors from 4.5.3 to 4.5.8 [\#547](https://github.com/feathersjs/generator-feathers/pull/547) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Bump bl from 2.2.0 to 2.2.1 [\#546](https://github.com/feathersjs/generator-feathers/pull/546) ([dependabot[bot]](https://github.com/apps/dependabot))
- fix: file extension typo [\#545](https://github.com/feathersjs/generator-feathers/pull/545) ([bwgjoseph](https://github.com/bwgjoseph))
- Remove special connection case for MSSQL [\#544](https://github.com/feathersjs/generator-feathers/pull/544) ([daffl](https://github.com/daffl))
- Export Application based hookcontext for autocompletion of services [\#542](https://github.com/feathersjs/generator-feathers/pull/542) ([ismail-codinglab](https://github.com/ismail-codinglab))

## [v4.3.0](https://github.com/feathersjs/generator-feathers/tree/v4.3.0) (2020-07-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.2.0...v4.3.0)

**Closed issues:**

- Alternative authentication entity name not fully supported [\#538](https://github.com/feathersjs/generator-feathers/issues/538)
- Generated sequelize.js should not modify app.setup [\#537](https://github.com/feathersjs/generator-feathers/issues/537)
- An in-range update of @feathersjs/authentication-oauth is breaking the build 🚨 [\#531](https://github.com/feathersjs/generator-feathers/issues/531)

**Merged pull requests:**

- add support for @typescript-eslint [\#541](https://github.com/feathersjs/generator-feathers/pull/541) ([daffl](https://github.com/daffl))
- Update all dependencies [\#540](https://github.com/feathersjs/generator-feathers/pull/540) ([daffl](https://github.com/daffl))
- Fix remaining static 'users' entity [\#539](https://github.com/feathersjs/generator-feathers/pull/539) ([MarcelWaldvogel](https://github.com/MarcelWaldvogel))
- Fixed typo and variable name in comments [\#536](https://github.com/feathersjs/generator-feathers/pull/536) ([litti](https://github.com/litti))
- Fixed typo and wrong variable in comments [\#535](https://github.com/feathersjs/generator-feathers/pull/535) ([litti](https://github.com/litti))
- minor typo [\#529](https://github.com/feathersjs/generator-feathers/pull/529) ([edwardsmarkf](https://github.com/edwardsmarkf))
- Update feathers-objection to the latest version 🚀 [\#528](https://github.com/feathersjs/generator-feathers/pull/528) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v4.2.0](https://github.com/feathersjs/generator-feathers/tree/v4.2.0) (2020-02-13)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.1.5...v4.2.0)

**Closed issues:**

- An in-range update of mongoose is breaking the build 🚨 [\#526](https://github.com/feathersjs/generator-feathers/issues/526)

**Merged pull requests:**

- Update all dependencies [\#527](https://github.com/feathersjs/generator-feathers/pull/527) ([daffl](https://github.com/daffl))
- Fix lint errors picked up by StandardJS [\#525](https://github.com/feathersjs/generator-feathers/pull/525) ([jntesteves](https://github.com/jntesteves))
- Add prompt to choose linter between ESLint and StandardJS [\#524](https://github.com/feathersjs/generator-feathers/pull/524) ([jntesteves](https://github.com/jntesteves))
- fix: set private field true in package.json [\#523](https://github.com/feathersjs/generator-feathers/pull/523) ([ucokfm](https://github.com/ucokfm))
- Update mocha to the latest version 🚀 [\#522](https://github.com/feathersjs/generator-feathers/pull/522) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v4.1.5](https://github.com/feathersjs/generator-feathers/tree/v4.1.5) (2019-12-31)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.1.4...v4.1.5)

**Merged pull requests:**

- Update semver to the latest version 🚀 [\#521](https://github.com/feathersjs/generator-feathers/pull/521) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Revert "Fixes app not listening to configured hostname \(\#495\)" [\#520](https://github.com/feathersjs/generator-feathers/pull/520) ([daffl](https://github.com/daffl))
- Replaced string 'user' with the service name for mongoDB collection [\#518](https://github.com/feathersjs/generator-feathers/pull/518) ([codyparker](https://github.com/codyparker))
- Update mogoose generators [\#517](https://github.com/feathersjs/generator-feathers/pull/517) ([davison](https://github.com/davison))
- Update dependencies [\#507](https://github.com/feathersjs/generator-feathers/pull/507) ([daffl](https://github.com/daffl))

## [v4.1.4](https://github.com/feathersjs/generator-feathers/tree/v4.1.4) (2019-12-13)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.1.3...v4.1.4)

**Closed issues:**

- An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#516](https://github.com/feathersjs/generator-feathers/issues/516)
- An in-range update of @feathersjs/authentication is breaking the build 🚨 [\#515](https://github.com/feathersjs/generator-feathers/issues/515)
- An in-range update of @feathersjs/configuration is breaking the build 🚨 [\#514](https://github.com/feathersjs/generator-feathers/issues/514)
- An in-range update of @feathersjs/primus is breaking the build 🚨 [\#513](https://github.com/feathersjs/generator-feathers/issues/513)
- An in-range update of @feathersjs/socketio is breaking the build 🚨 [\#512](https://github.com/feathersjs/generator-feathers/issues/512)
- An in-range update of @feathersjs/authentication-oauth is breaking the build 🚨 [\#511](https://github.com/feathersjs/generator-feathers/issues/511)
- An in-range update of @feathersjs/authentication-local is breaking the build 🚨 [\#510](https://github.com/feathersjs/generator-feathers/issues/510)
- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#509](https://github.com/feathersjs/generator-feathers/issues/509)
- An in-range update of feathers-mongoose is breaking the build 🚨 [\#508](https://github.com/feathersjs/generator-feathers/issues/508)
- An in-range update of feathers-objection is breaking the build 🚨 [\#506](https://github.com/feathersjs/generator-feathers/issues/506)
- An in-range update of eslint is breaking the build 🚨 [\#504](https://github.com/feathersjs/generator-feathers/issues/504)
- An in-range update of feathers-mongodb is breaking the build 🚨 [\#502](https://github.com/feathersjs/generator-feathers/issues/502)
- An in-range update of mongoose is breaking the build 🚨 [\#500](https://github.com/feathersjs/generator-feathers/issues/500)

**Merged pull requests:**

- Update all dependencies and lock @types/validator for now [\#503](https://github.com/feathersjs/generator-feathers/pull/503) ([daffl](https://github.com/daffl))

## [v4.1.3](https://github.com/feathersjs/generator-feathers/tree/v4.1.3) (2019-10-31)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.1.2...v4.1.3)

**Closed issues:**

- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#496](https://github.com/feathersjs/generator-feathers/issues/496)
- parseConnectionString returns undefined [\#480](https://github.com/feathersjs/generator-feathers/issues/480)

**Merged pull requests:**

- Update MongoDB intialization [\#498](https://github.com/feathersjs/generator-feathers/pull/498) ([daffl](https://github.com/daffl))
- Move transport-commons and remove unnecessary imports [\#497](https://github.com/feathersjs/generator-feathers/pull/497) ([daffl](https://github.com/daffl))

## [v4.1.2](https://github.com/feathersjs/generator-feathers/tree/v4.1.2) (2019-10-23)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.1.1...v4.1.2)

**Closed issues:**

- An in-range update of mongodb is breaking the build 🚨 [\#493](https://github.com/feathersjs/generator-feathers/issues/493)
- An in-range update of @feathersjs/authentication-oauth is breaking the build 🚨 [\#491](https://github.com/feathersjs/generator-feathers/issues/491)
- An in-range update of @feathersjs/authentication-local is breaking the build 🚨 [\#490](https://github.com/feathersjs/generator-feathers/issues/490)
- An in-range update of @feathersjs/configuration is breaking the build 🚨 [\#489](https://github.com/feathersjs/generator-feathers/issues/489)
- An in-range update of @feathersjs/authentication is breaking the build 🚨 [\#488](https://github.com/feathersjs/generator-feathers/issues/488)
- An in-range update of @feathersjs/socketio is breaking the build 🚨 [\#487](https://github.com/feathersjs/generator-feathers/issues/487)
- An in-range update of @feathersjs/primus is breaking the build 🚨 [\#486](https://github.com/feathersjs/generator-feathers/issues/486)
- An in-range update of @feathersjs/express is breaking the build 🚨 [\#485](https://github.com/feathersjs/generator-feathers/issues/485)
- An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#484](https://github.com/feathersjs/generator-feathers/issues/484)
- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#483](https://github.com/feathersjs/generator-feathers/issues/483)
- An in-range update of feathers-objection is breaking the build 🚨 [\#482](https://github.com/feathersjs/generator-feathers/issues/482)
- An in-range update of @feathersjs/feathers is breaking the build 🚨 [\#478](https://github.com/feathersjs/generator-feathers/issues/478)

**Merged pull requests:**

- Fixes app ignoring configured hostname [\#495](https://github.com/feathersjs/generator-feathers/pull/495) ([hyphenized](https://github.com/hyphenized))
- Initialize service model and pagination in a single object [\#494](https://github.com/feathersjs/generator-feathers/pull/494) ([daffl](https://github.com/daffl))
- Update all dependencies [\#492](https://github.com/feathersjs/generator-feathers/pull/492) ([daffl](https://github.com/daffl))
- Add missing semi [\#481](https://github.com/feathersjs/generator-feathers/pull/481) ([wolfgangwalther](https://github.com/wolfgangwalther))
- Update feathers-mongodb to the latest version 🚀 [\#479](https://github.com/feathersjs/generator-feathers/pull/479) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-knex to the latest version 🚀 [\#477](https://github.com/feathersjs/generator-feathers/pull/477) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v4.1.1](https://github.com/feathersjs/generator-feathers/tree/v4.1.1) (2019-09-20)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.1.0...v4.1.1)

**Closed issues:**

- Failed to a generate hook [\#472](https://github.com/feathersjs/generator-feathers/issues/472)
- Support different config ext [\#470](https://github.com/feathersjs/generator-feathers/issues/470)

**Merged pull requests:**

- Fix type error in authentication tests [\#476](https://github.com/feathersjs/generator-feathers/pull/476) ([daffl](https://github.com/daffl))
- Change all references of language checks to not rely on config files [\#475](https://github.com/feathersjs/generator-feathers/pull/475) ([daffl](https://github.com/daffl))

## [v4.1.0](https://github.com/feathersjs/generator-feathers/tree/v4.1.0) (2019-09-19)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.1...v4.1.0)

**Closed issues:**

- An in-range update of sequelize is breaking the build 🚨 [\#469](https://github.com/feathersjs/generator-feathers/issues/469)

**Merged pull requests:**

- Use package.json to dettermine language [\#474](https://github.com/feathersjs/generator-feathers/pull/474) ([daffl](https://github.com/daffl))
- Add Objection adapter to automated tests [\#473](https://github.com/feathersjs/generator-feathers/pull/473) ([daffl](https://github.com/daffl))
- Fix Application import in objection service [\#471](https://github.com/feathersjs/generator-feathers/pull/471) ([vonagam](https://github.com/vonagam))

## [v4.0.1](https://github.com/feathersjs/generator-feathers/tree/v4.0.1) (2019-09-04)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0...v4.0.1)

**Merged pull requests:**

- Handle special cases in the upgrade generator [\#468](https://github.com/feathersjs/generator-feathers/pull/468) ([daffl](https://github.com/daffl))
- Authentication auth0 strategy should include subdomain [\#467](https://github.com/feathersjs/generator-feathers/pull/467) ([compwright](https://github.com/compwright))
- Final tweaks for readme, index page and Google auth [\#466](https://github.com/feathersjs/generator-feathers/pull/466) ([daffl](https://github.com/daffl))

## [v4.0.0](https://github.com/feathersjs/generator-feathers/tree/v4.0.0) (2019-08-27)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.7...v4.0.0)

## [v4.0.0-pre.7](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.7) (2019-08-19)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.6...v4.0.0-pre.7)

**Closed issues:**

- An in-range update of sequelize is breaking the build 🚨 [\#461](https://github.com/feathersjs/generator-feathers/issues/461)
- An in-range update of feathers-objection is breaking the build 🚨 [\#460](https://github.com/feathersjs/generator-feathers/issues/460)
- An in-range update of feathers-mongoose is breaking the build 🚨 [\#459](https://github.com/feathersjs/generator-feathers/issues/459)

**Merged pull requests:**

- Remove hook test files [\#465](https://github.com/feathersjs/generator-feathers/pull/465) ([daffl](https://github.com/daffl))
- fix: create test.json when generate app [\#464](https://github.com/feathersjs/generator-feathers/pull/464) ([ucokfm](https://github.com/ucokfm))

## [v4.0.0-pre.6](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.6) (2019-07-31)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.5...v4.0.0-pre.6)

**Closed issues:**

- An in-range update of sequelize is breaking the build 🚨 [\#457](https://github.com/feathersjs/generator-feathers/issues/457)
- Model naming doesn't match Mongoose documentation/practices [\#416](https://github.com/feathersjs/generator-feathers/issues/416)

**Merged pull requests:**

- Update all dependencies and store Sequelize sync [\#458](https://github.com/feathersjs/generator-feathers/pull/458) ([daffl](https://github.com/daffl))
- Add packager version in choices value [\#456](https://github.com/feathersjs/generator-feathers/pull/456) ([ucokfm](https://github.com/ucokfm))
- Handle Mongoose model intitialization errors [\#455](https://github.com/feathersjs/generator-feathers/pull/455) ([daffl](https://github.com/daffl))
- Add compile step to TS tests [\#454](https://github.com/feathersjs/generator-feathers/pull/454) ([daffl](https://github.com/daffl))
- Fix duplicate extension for app hook generator [\#453](https://github.com/feathersjs/generator-feathers/pull/453) ([bisubus](https://github.com/bisubus))
- Start git-ignoring .vscode/settings.json [\#452](https://github.com/feathersjs/generator-feathers/pull/452) ([bravo-kernel](https://github.com/bravo-kernel))
- Fix custom src folder in tsconfig and tests [\#451](https://github.com/feathersjs/generator-feathers/pull/451) ([vonagam](https://github.com/vonagam))
- Fix import in types/knex.ts [\#450](https://github.com/feathersjs/generator-feathers/pull/450) ([ucokfm](https://github.com/ucokfm))
- Remove unnecessary test script environment variable [\#449](https://github.com/feathersjs/generator-feathers/pull/449) ([daffl](https://github.com/daffl))

## [v4.0.0-pre.5](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.5) (2019-07-17)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5)

**Closed issues:**

- An in-range update of helmet is breaking the build 🚨 [\#447](https://github.com/feathersjs/generator-feathers/issues/447)

**Merged pull requests:**

- Generate extended classes for every adapter type [\#448](https://github.com/feathersjs/generator-feathers/pull/448) ([daffl](https://github.com/daffl))
- Generate authentication with application and update TypeScript app [\#446](https://github.com/feathersjs/generator-feathers/pull/446) ([daffl](https://github.com/daffl))
- Remove logging application hook [\#445](https://github.com/feathersjs/generator-feathers/pull/445) ([daffl](https://github.com/daffl))
- \[Do not merge\] More lighthouse improvements [\#442](https://github.com/feathersjs/generator-feathers/pull/442) ([bravo-kernel](https://github.com/bravo-kernel))

## [v4.0.0-pre.4](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.4) (2019-07-12)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4)

**Merged pull requests:**

- Fix upgrade command and update prerelease version numbers [\#444](https://github.com/feathersjs/generator-feathers/pull/444) ([daffl](https://github.com/daffl))
- Unify static folder and remove adapter declarations that have types [\#443](https://github.com/feathersjs/generator-feathers/pull/443) ([daffl](https://github.com/daffl))
- Bumps lighthouse accessibility score [\#441](https://github.com/feathersjs/generator-feathers/pull/441) ([bravo-kernel](https://github.com/bravo-kernel))
- Update feathers-objection to the latest version 🚀 [\#440](https://github.com/feathersjs/generator-feathers/pull/440) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-mongoose to the latest version 🚀 [\#439](https://github.com/feathersjs/generator-feathers/pull/439) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-sequelize to the latest version 🚀 [\#438](https://github.com/feathersjs/generator-feathers/pull/438) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-knex to the latest version 🚀 [\#437](https://github.com/feathersjs/generator-feathers/pull/437) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-mongodb to the latest version 🚀 [\#436](https://github.com/feathersjs/generator-feathers/pull/436) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-nedb to the latest version 🚀 [\#435](https://github.com/feathersjs/generator-feathers/pull/435) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#434](https://github.com/feathersjs/generator-feathers/pull/434) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Fix ts typings for cassandra [\#433](https://github.com/feathersjs/generator-feathers/pull/433) ([ucokfm](https://github.com/ucokfm))
- Update CI build matrix to test with JS, TS, Mocha and Jest  [\#427](https://github.com/feathersjs/generator-feathers/pull/427) ([daffl](https://github.com/daffl))

## [v4.0.0-pre.3](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.3) (2019-06-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3)

**Merged pull requests:**

- Fix generate authentication [\#432](https://github.com/feathersjs/generator-feathers/pull/432) ([daffl](https://github.com/daffl))
- Update eslint to the latest version 🚀 [\#431](https://github.com/feathersjs/generator-feathers/pull/431) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Fix ts typings for generated objection model [\#430](https://github.com/feathersjs/generator-feathers/pull/430) ([ucokfm](https://github.com/ucokfm))
- Fix typescript generator related files for sequelize [\#429](https://github.com/feathersjs/generator-feathers/pull/429) ([ucokfm](https://github.com/ucokfm))
- Revert back name to generator-feathers [\#428](https://github.com/feathersjs/generator-feathers/pull/428) ([ucokfm](https://github.com/ucokfm))
- Remove RethinkDB from database list [\#426](https://github.com/feathersjs/generator-feathers/pull/426) ([daffl](https://github.com/daffl))
- TypeScript generator for v4 [\#424](https://github.com/feathersjs/generator-feathers/pull/424) ([daffl](https://github.com/daffl))

## [v4.0.0-pre.2](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.2) (2019-06-05)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2)

**Merged pull requests:**

- Fix issue in v4 upgrade command [\#423](https://github.com/feathersjs/generator-feathers/pull/423) ([daffl](https://github.com/daffl))

## [v4.0.0-pre.1](https://github.com/feathersjs/generator-feathers/tree/v4.0.0-pre.1) (2019-06-05)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.10.0...v4.0.0-pre.1)

**Closed issues:**

- Could not find the hooks definition object while adding ../../hooks/\*\*\* [\#419](https://github.com/feathersjs/generator-feathers/issues/419)
- An in-range update of mongoose is breaking the build 🚨 [\#418](https://github.com/feathersjs/generator-feathers/issues/418)
- An in-range update of mocha is breaking the build 🚨 [\#415](https://github.com/feathersjs/generator-feathers/issues/415)
- An in-range update of mongoose is breaking the build 🚨 [\#411](https://github.com/feathersjs/generator-feathers/issues/411)

**Merged pull requests:**

- Update to v4 and add v4 upgrade generator [\#422](https://github.com/feathersjs/generator-feathers/pull/422) ([daffl](https://github.com/daffl))
- Remove Node 6 and RethinkDB support [\#421](https://github.com/feathersjs/generator-feathers/pull/421) ([daffl](https://github.com/daffl))
- If mongoose can't connect, the process is unhealthy and should termin… [\#420](https://github.com/feathersjs/generator-feathers/pull/420) ([MichaelJCole](https://github.com/MichaelJCole))
- Update yeoman-generator to the latest version 🚀 [\#417](https://github.com/feathersjs/generator-feathers/pull/417) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-sequelize to the latest version 🚀 [\#414](https://github.com/feathersjs/generator-feathers/pull/414) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update semver to the latest version 🚀 [\#413](https://github.com/feathersjs/generator-feathers/pull/413) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update sequelize to the latest version 🚀 [\#412](https://github.com/feathersjs/generator-feathers/pull/412) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update mocha to the latest version 🚀 [\#410](https://github.com/feathersjs/generator-feathers/pull/410) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-objection to the latest version 🚀 [\#409](https://github.com/feathersjs/generator-feathers/pull/409) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-cassandra to the latest version 🚀 [\#408](https://github.com/feathersjs/generator-feathers/pull/408) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.10.0](https://github.com/feathersjs/generator-feathers/tree/v2.10.0) (2018-12-30)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.9.0...v2.10.0)

## [v2.9.0](https://github.com/feathersjs/generator-feathers/tree/v2.9.0) (2018-12-29)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.8.3...v2.9.0)

**Merged pull requests:**

- Update feathers-cassandra to the latest version 🚀 [\#407](https://github.com/feathersjs/generator-feathers/pull/407) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Use createIndexes, and hide deprecation warnings. [\#406](https://github.com/feathersjs/generator-feathers/pull/406) ([samburgers](https://github.com/samburgers))
- Feat/config path from package.json [\#405](https://github.com/feathersjs/generator-feathers/pull/405) ([jraut](https://github.com/jraut))

## [v2.8.3](https://github.com/feathersjs/generator-feathers/tree/v2.8.3) (2018-12-29)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.8.2...v2.8.3)

**Merged pull requests:**

- Update feathers-objection to the latest version 🚀 [\#404](https://github.com/feathersjs/generator-feathers/pull/404) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-knex to the latest version 🚀 [\#403](https://github.com/feathersjs/generator-feathers/pull/403) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.8.2](https://github.com/feathersjs/generator-feathers/tree/v2.8.2) (2018-12-26)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.8.1...v2.8.2)

**Closed issues:**

- Best practice to extend a generator [\#399](https://github.com/feathersjs/generator-feathers/issues/399)

**Merged pull requests:**

- Update feathers-sequelize to the latest version 🚀 [\#402](https://github.com/feathersjs/generator-feathers/pull/402) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-mongoose to the latest version 🚀 [\#401](https://github.com/feathersjs/generator-feathers/pull/401) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-mongodb to the latest version 🚀 [\#400](https://github.com/feathersjs/generator-feathers/pull/400) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-nedb to the latest version 🚀 [\#398](https://github.com/feathersjs/generator-feathers/pull/398) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#397](https://github.com/feathersjs/generator-feathers/pull/397) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Add Greenkeeper badge 🌴 [\#396](https://github.com/feathersjs/generator-feathers/pull/396) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.8.1](https://github.com/feathersjs/generator-feathers/tree/v2.8.1) (2018-12-15)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.6.1...v2.8.1)

## [v2.6.1](https://github.com/feathersjs/generator-feathers/tree/v2.6.1) (2018-12-15)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.6.0...v2.6.1)

**Closed issues:**

- feathers-plus generate app crashing [\#394](https://github.com/feathersjs/generator-feathers/issues/394)
- Valid password characters can break sequelize connection string [\#388](https://github.com/feathersjs/generator-feathers/issues/388)
- Outdated README.md template [\#387](https://github.com/feathersjs/generator-feathers/issues/387)
- mongodb config does not seem to wait for the connection to resolve [\#253](https://github.com/feathersjs/generator-feathers/issues/253)

**Merged pull requests:**

- Security update: ensure nodemon^1.18.7 [\#395](https://github.com/feathersjs/generator-feathers/pull/395) ([morphatic](https://github.com/morphatic))
- Back merge with changes from monorepo to put back into own repository [\#393](https://github.com/feathersjs/generator-feathers/pull/393) ([daffl](https://github.com/daffl))
- Remove reference to model generator from README.md template \(\#387\) [\#391](https://github.com/feathersjs/generator-feathers/pull/391) ([Alfredo-Delgado](https://github.com/Alfredo-Delgado))

## [v2.6.0](https://github.com/feathersjs/generator-feathers/tree/v2.6.0) (2018-08-13)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.6...v2.6.0)

**Closed issues:**

- dev mode with watcher [\#385](https://github.com/feathersjs/generator-feathers/issues/385)
- Windows - Trying to copy from a source that does not exist [\#384](https://github.com/feathersjs/generator-feathers/issues/384)

**Merged pull requests:**

- Lock versions of installed packages to non-breaking range [\#390](https://github.com/feathersjs/generator-feathers/pull/390) ([daffl](https://github.com/daffl))
- Add a dev script with nodemon as a watcher \(\#385\) [\#386](https://github.com/feathersjs/generator-feathers/pull/386) ([Alfredo-Delgado](https://github.com/Alfredo-Delgado))
- Update dependencies [\#383](https://github.com/feathersjs/generator-feathers/pull/383) ([daffl](https://github.com/daffl))
- Use new url parser [\#382](https://github.com/feathersjs/generator-feathers/pull/382) ([cashlionjp](https://github.com/cashlionjp))
- Update all dependencies to latest [\#375](https://github.com/feathersjs/generator-feathers/pull/375) ([daffl](https://github.com/daffl))

## [v2.5.6](https://github.com/feathersjs/generator-feathers/tree/v2.5.6) (2018-07-26)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.5...v2.5.6)

**Merged pull requests:**

- Remove space for consistent formatting [\#380](https://github.com/feathersjs/generator-feathers/pull/380) ([Strongbyte-ES](https://github.com/Strongbyte-ES))
- Fix renaming to preserve dot notation [\#379](https://github.com/feathersjs/generator-feathers/pull/379) ([SassNinja](https://github.com/SassNinja))

## [v2.5.5](https://github.com/feathersjs/generator-feathers/tree/v2.5.5) (2018-07-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.4...v2.5.5)

**Closed issues:**

- PrimusError: Missing dependencies for transformer: "websockets" [\#377](https://github.com/feathersjs/generator-feathers/issues/377)

**Merged pull requests:**

- Update yeoman-test to the latest version 🚀 [\#381](https://github.com/feathersjs/generator-feathers/pull/381) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Adds 'ws' package if 'primus' is selected [\#378](https://github.com/feathersjs/generator-feathers/pull/378) ([rvanzon](https://github.com/rvanzon))

## [v2.5.4](https://github.com/feathersjs/generator-feathers/tree/v2.5.4) (2018-07-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.3...v2.5.4)

**Merged pull requests:**

- Exclude route parameters when generating services in nested folders [\#376](https://github.com/feathersjs/generator-feathers/pull/376) ([robbiedhickey](https://github.com/robbiedhickey))

## [v2.5.3](https://github.com/feathersjs/generator-feathers/tree/v2.5.3) (2018-07-04)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.2...v2.5.3)

**Closed issues:**

- tengo este error pueden ayudarme [\#373](https://github.com/feathersjs/generator-feathers/issues/373)

**Merged pull requests:**

- Update yeoman-generator to the latest version 🚀 [\#374](https://github.com/feathersjs/generator-feathers/pull/374) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update eslint to the latest version 🚀 [\#371](https://github.com/feathersjs/generator-feathers/pull/371) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.5.2](https://github.com/feathersjs/generator-feathers/tree/v2.5.2) (2018-06-19)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.1...v2.5.2)

**Closed issues:**

- TypeError: Cannot read property 'combine' of undefined [\#369](https://github.com/feathersjs/generator-feathers/issues/369)

**Merged pull requests:**

- Force installation of Winston 3 [\#370](https://github.com/feathersjs/generator-feathers/pull/370) ([daffl](https://github.com/daffl))

## [v2.5.1](https://github.com/feathersjs/generator-feathers/tree/v2.5.1) (2018-06-16)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.5.0...v2.5.1)

**Closed issues:**

- Scope not generated for Auth0 strategy [\#364](https://github.com/feathersjs/generator-feathers/issues/364)
- Typo in authentication config [\#361](https://github.com/feathersjs/generator-feathers/issues/361)

**Merged pull requests:**

- Only log error stacks and add Auth0 scope [\#367](https://github.com/feathersjs/generator-feathers/pull/367) ([daffl](https://github.com/daffl))
- Fixed Winston Transport error [\#366](https://github.com/feathersjs/generator-feathers/pull/366) ([plunkettscott](https://github.com/plunkettscott))
- Update winston to the latest version 🚀 [\#363](https://github.com/feathersjs/generator-feathers/pull/363) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.5.0](https://github.com/feathersjs/generator-feathers/tree/v2.5.0) (2018-05-30)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.4.4...v2.5.0)

**Closed issues:**

- Cannot use sequelize transaction with the default logger hook [\#357](https://github.com/feathersjs/generator-feathers/issues/357)
- Enhancement Request: Allow for the name spacing of services using dot notation [\#341](https://github.com/feathersjs/generator-feathers/issues/341)

**Merged pull requests:**

- Allow generating services in nested folders [\#360](https://github.com/feathersjs/generator-feathers/pull/360) ([daffl](https://github.com/daffl))
- Don't use JSON.stringify in the default logger.js hook [\#358](https://github.com/feathersjs/generator-feathers/pull/358) ([zaro](https://github.com/zaro))

## [v2.4.4](https://github.com/feathersjs/generator-feathers/tree/v2.4.4) (2018-05-21)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.4.3...v2.4.4)

**Closed issues:**

- Show confirmation when generating a hook without service information [\#355](https://github.com/feathersjs/generator-feathers/issues/355)
- Typo in channels.js [\#352](https://github.com/feathersjs/generator-feathers/issues/352)

**Merged pull requests:**

- Make service selection when generating a hook mandatory [\#356](https://github.com/feathersjs/generator-feathers/pull/356) ([daffl](https://github.com/daffl))
- Remove "and filters" from a comment in the service.js template [\#354](https://github.com/feathersjs/generator-feathers/pull/354) ([jsphpl](https://github.com/jsphpl))
- Fixed comment typo on line 51 [\#353](https://github.com/feathersjs/generator-feathers/pull/353) ([temowemo](https://github.com/temowemo))
- Use cors after helmet [\#351](https://github.com/feathersjs/generator-feathers/pull/351) ([AidanGG](https://github.com/AidanGG))

## [v2.4.3](https://github.com/feathersjs/generator-feathers/tree/v2.4.3) (2018-05-09)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.4.2...v2.4.3)

**Closed issues:**

- Version 10 of node.js has been released [\#345](https://github.com/feathersjs/generator-feathers/issues/345)
- Created database summary is wrong [\#343](https://github.com/feathersjs/generator-feathers/issues/343)

**Merged pull requests:**

- Fix summary for generated connection [\#348](https://github.com/feathersjs/generator-feathers/pull/348) ([daffl](https://github.com/daffl))
- Remove confusing and unnecessary name parameter [\#347](https://github.com/feathersjs/generator-feathers/pull/347) ([daffl](https://github.com/daffl))
- Update to node 10 in .travis.yml [\#346](https://github.com/feathersjs/generator-feathers/pull/346) ([daffl](https://github.com/daffl))

## [v2.4.2](https://github.com/feathersjs/generator-feathers/tree/v2.4.2) (2018-04-24)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.4.1...v2.4.2)

**Merged pull requests:**

- Update copyright year in README template [\#350](https://github.com/feathersjs/generator-feathers/pull/350) ([mischah](https://github.com/mischah))
- Fix Node version check which did not work with v10.0.0 [\#344](https://github.com/feathersjs/generator-feathers/pull/344) ([daffl](https://github.com/daffl))
- Update sqlite3 to the latest version 🚀 [\#340](https://github.com/feathersjs/generator-feathers/pull/340) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Improve comments' readability [\#339](https://github.com/feathersjs/generator-feathers/pull/339) ([claforte](https://github.com/claforte))
- fix typo [\#338](https://github.com/feathersjs/generator-feathers/pull/338) ([claforte](https://github.com/claforte))
- Fix RethinkDB setup [\#337](https://github.com/feathersjs/generator-feathers/pull/337) ([daffl](https://github.com/daffl))

## [v2.4.1](https://github.com/feathersjs/generator-feathers/tree/v2.4.1) (2018-02-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.4.0...v2.4.1)

**Merged pull requests:**

- Update feathers-hooks-common to the latest version 🚀 [\#335](https://github.com/feathersjs/generator-feathers/pull/335) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.4.0](https://github.com/feathersjs/generator-feathers/tree/v2.4.0) (2018-01-27)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.3.1...v2.4.0)

**Closed issues:**

- eslint-disable-line + prettier/linters [\#329](https://github.com/feathersjs/generator-feathers/issues/329)
- Include operatorsAliases in sequelize connection. [\#307](https://github.com/feathersjs/generator-feathers/issues/307)
- Don't overwrite customized Mongoose schemas [\#249](https://github.com/feathersjs/generator-feathers/issues/249)

**Merged pull requests:**

- Do not generate the users service if it already exists [\#334](https://github.com/feathersjs/generator-feathers/pull/334) ([daffl](https://github.com/daffl))
- Change ESLint flag to make formatting easier [\#333](https://github.com/feathersjs/generator-feathers/pull/333) ([daffl](https://github.com/daffl))
- Add Sequelize operator aliases [\#332](https://github.com/feathersjs/generator-feathers/pull/332) ([daffl](https://github.com/daffl))
- Do not fail when the services index has been modified [\#331](https://github.com/feathersjs/generator-feathers/pull/331) ([louim](https://github.com/louim))
- Update mongoose.js [\#330](https://github.com/feathersjs/generator-feathers/pull/330) ([dobeerman](https://github.com/dobeerman))
- Update mocha to the latest version 🚀 [\#328](https://github.com/feathersjs/generator-feathers/pull/328) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update mongoose to the latest version 🚀 [\#327](https://github.com/feathersjs/generator-feathers/pull/327) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update mongodb to the latest version 🚀 [\#326](https://github.com/feathersjs/generator-feathers/pull/326) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.3.1](https://github.com/feathersjs/generator-feathers/tree/v2.3.1) (2017-12-21)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.3.0...v2.3.1)

**Merged pull requests:**

- Add authentication hook to all methods \(except create\) [\#325](https://github.com/feathersjs/generator-feathers/pull/325) ([daffl](https://github.com/daffl))

## [v2.3.0](https://github.com/feathersjs/generator-feathers/tree/v2.3.0) (2017-12-20)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.2.0...v2.3.0)

**Closed issues:**

- Typo: "typ" should be "type" [\#322](https://github.com/feathersjs/generator-feathers/issues/322)

**Merged pull requests:**

- Publish to authenticated users by default [\#324](https://github.com/feathersjs/generator-feathers/pull/324) ([daffl](https://github.com/daffl))
- mongodb 3.0.0-rc0 support [\#318](https://github.com/feathersjs/generator-feathers/pull/318) ([rayfoss](https://github.com/rayfoss))

## [v2.2.0](https://github.com/feathersjs/generator-feathers/tree/v2.2.0) (2017-12-14)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.1.1...v2.2.0)

**Closed issues:**

- Change generated hook test to use a full app [\#320](https://github.com/feathersjs/generator-feathers/issues/320)
- Sub generators break when using michael jackson script [\#303](https://github.com/feathersjs/generator-feathers/issues/303)

**Merged pull requests:**

- Change hook tests to use an actual Feathers app [\#321](https://github.com/feathersjs/generator-feathers/pull/321) ([daffl](https://github.com/daffl))

## [v2.1.1](https://github.com/feathersjs/generator-feathers/tree/v2.1.1) (2017-12-07)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.1.0...v2.1.1)

**Closed issues:**

- Error: Cannot find module '@feathersjs/authentication' after using a new generator with old project [\#308](https://github.com/feathersjs/generator-feathers/issues/308)
- feathers generate service vs sequelize model:create [\#286](https://github.com/feathersjs/generator-feathers/issues/286)

**Merged pull requests:**

- Remove MariaDB since it will just use MySQL [\#323](https://github.com/feathersjs/generator-feathers/pull/323) ([daffl](https://github.com/daffl))
- Log error if trying to use the generator with incompatible versions [\#319](https://github.com/feathersjs/generator-feathers/pull/319) ([daffl](https://github.com/daffl))
- Update feathers-sequelize to the latest version 🚀 [\#317](https://github.com/feathersjs/generator-feathers/pull/317) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-mongoose to the latest version 🚀 [\#316](https://github.com/feathersjs/generator-feathers/pull/316) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#314](https://github.com/feathersjs/generator-feathers/pull/314) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-mongodb to the latest version 🚀 [\#313](https://github.com/feathersjs/generator-feathers/pull/313) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-knex to the latest version 🚀 [\#312](https://github.com/feathersjs/generator-feathers/pull/312) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-nedb to the latest version 🚀 [\#311](https://github.com/feathersjs/generator-feathers/pull/311) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-rethinkdb to the latest version 🚀 [\#310](https://github.com/feathersjs/generator-feathers/pull/310) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.1.0](https://github.com/feathersjs/generator-feathers/tree/v2.1.0) (2017-11-20)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.0.0...v2.1.0)

**Closed issues:**

- Generate custom service [\#304](https://github.com/feathersjs/generator-feathers/issues/304)
- For first time users... [\#296](https://github.com/feathersjs/generator-feathers/issues/296)

**Merged pull requests:**

- add features and fix typos [\#309](https://github.com/feathersjs/generator-feathers/pull/309) ([superlazycoder](https://github.com/superlazycoder))
- Improve logging hook and add Express error logging [\#306](https://github.com/feathersjs/generator-feathers/pull/306) ([daffl](https://github.com/daffl))
- Use async/await for generated hooks and custom services if available [\#305](https://github.com/feathersjs/generator-feathers/pull/305) ([daffl](https://github.com/daffl))
- Update for finalized Express bindings [\#302](https://github.com/feathersjs/generator-feathers/pull/302) ([daffl](https://github.com/daffl))
- Make URL in tests configurable [\#301](https://github.com/feathersjs/generator-feathers/pull/301) ([nueko](https://github.com/nueko))

## [v2.0.0](https://github.com/feathersjs/generator-feathers/tree/v2.0.0) (2017-11-04)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v2.0.0-pre.1...v2.0.0)

**Closed issues:**

- remove facebook ads from generator [\#294](https://github.com/feathersjs/generator-feathers/issues/294)
- Generator auto updates packages [\#292](https://github.com/feathersjs/generator-feathers/issues/292)
- Remove separate bodyParser middleware [\#290](https://github.com/feathersjs/generator-feathers/issues/290)
- Incorrect Knex client used when SQL Server chosen [\#258](https://github.com/feathersjs/generator-feathers/issues/258)

**Merged pull requests:**

- Install mssql instead of tedious [\#300](https://github.com/feathersjs/generator-feathers/pull/300) ([daffl](https://github.com/daffl))
- Do not reinstall existing dependencies [\#299](https://github.com/feathersjs/generator-feathers/pull/299) ([daffl](https://github.com/daffl))
- Move all channel handling into channels.js [\#298](https://github.com/feathersjs/generator-feathers/pull/298) ([daffl](https://github.com/daffl))
- Use the selected packager to run commands [\#297](https://github.com/feathersjs/generator-feathers/pull/297) ([louim](https://github.com/louim))

## [v2.0.0-pre.1](https://github.com/feathersjs/generator-feathers/tree/v2.0.0-pre.1) (2017-10-28)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.13...v2.0.0-pre.1)

**Merged pull requests:**

- Update generator to v3 \(Buzzard\) [\#295](https://github.com/feathersjs/generator-feathers/pull/295) ([daffl](https://github.com/daffl))

## [v1.2.13](https://github.com/feathersjs/generator-feathers/tree/v1.2.13) (2017-10-26)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.12...v1.2.13)

**Closed issues:**

- Generator ignores service name \(or incorrect expectations\) [\#291](https://github.com/feathersjs/generator-feathers/issues/291)
- knex table name should snake\_case [\#288](https://github.com/feathersjs/generator-feathers/issues/288)

**Merged pull requests:**

- Use snake\_name for Sequelize table name as well [\#293](https://github.com/feathersjs/generator-feathers/pull/293) ([daffl](https://github.com/daffl))
- update knex model to use snakeName [\#289](https://github.com/feathersjs/generator-feathers/pull/289) ([nueko](https://github.com/nueko))
- update knex model to use tableName const [\#287](https://github.com/feathersjs/generator-feathers/pull/287) ([nueko](https://github.com/nueko))

## [v1.2.12](https://github.com/feathersjs/generator-feathers/tree/v1.2.12) (2017-10-11)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.11...v1.2.12)

**Merged pull requests:**

- Tweak the `timestamp` in mongoose model template [\#284](https://github.com/feathersjs/generator-feathers/pull/284) ([Albert-Gao](https://github.com/Albert-Gao))
- Update mocha to the latest version 🚀 [\#283](https://github.com/feathersjs/generator-feathers/pull/283) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- fix jwt configuration typo \(type -\> typ\) [\#281](https://github.com/feathersjs/generator-feathers/pull/281) ([j2L4e](https://github.com/j2L4e))

## [v1.2.11](https://github.com/feathersjs/generator-feathers/tree/v1.2.11) (2017-09-13)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.10...v1.2.11)

**Closed issues:**

- Issue with header config for JWT authentication [\#278](https://github.com/feathersjs/generator-feathers/issues/278)
- Service generation results in "Parameter "url" must be a string, not object" when using custom 'connection' parameter [\#274](https://github.com/feathersjs/generator-feathers/issues/274)
- Basic guide on how to fork and customize the generator [\#270](https://github.com/feathersjs/generator-feathers/issues/270)

**Merged pull requests:**

- Fix authentication configuration [\#280](https://github.com/feathersjs/generator-feathers/pull/280) ([daffl](https://github.com/daffl))
- Update yeoman-generator to the latest version 🚀 [\#279](https://github.com/feathersjs/generator-feathers/pull/279) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v1.2.10](https://github.com/feathersjs/generator-feathers/tree/v1.2.10) (2017-09-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.9...v1.2.10)

**Closed issues:**

- Recent generator causes grief when paired with module-resolver \(TypeError: Sequelize is not a constructor\) [\#265](https://github.com/feathersjs/generator-feathers/issues/265)
- The automatic generator-feathers update does not work. [\#264](https://github.com/feathersjs/generator-feathers/issues/264)
- Error when server first run \( npm start \) [\#262](https://github.com/feathersjs/generator-feathers/issues/262)
- Parameter "url" must be a string, not object \[KnexJS & SQLite\] [\#260](https://github.com/feathersjs/generator-feathers/issues/260)

**Merged pull requests:**

- Filter into valid project name [\#277](https://github.com/feathersjs/generator-feathers/pull/277) ([daffl](https://github.com/daffl))
- Strategy configuration consistency [\#276](https://github.com/feathersjs/generator-feathers/pull/276) ([sylvainlap](https://github.com/sylvainlap))
- Properly handle connection string for Knex SQLite [\#273](https://github.com/feathersjs/generator-feathers/pull/273) ([daffl](https://github.com/daffl))
- make default message clickable on iTerm [\#272](https://github.com/feathersjs/generator-feathers/pull/272) ([rayfoss](https://github.com/rayfoss))
- Make production deployment info easier to find [\#268](https://github.com/feathersjs/generator-feathers/pull/268) ([rayfoss](https://github.com/rayfoss))
- change template of default models for sequelize [\#267](https://github.com/feathersjs/generator-feathers/pull/267) ([maximelkin](https://github.com/maximelkin))
- Remove template strings in index.js [\#266](https://github.com/feathersjs/generator-feathers/pull/266) ([HelloEdit](https://github.com/HelloEdit))

## [v1.2.9](https://github.com/feathersjs/generator-feathers/tree/v1.2.9) (2017-08-14)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.8...v1.2.9)

**Closed issues:**

- Incorrect Knex client used when choosing Postgres [\#259](https://github.com/feathersjs/generator-feathers/issues/259)
- Authentication: knex + sql server [\#256](https://github.com/feathersjs/generator-feathers/issues/256)
- Can you use mongoose and mongodb services together? [\#251](https://github.com/feathersjs/generator-feathers/issues/251)
- Upgrade to pg@7.x when Sequelize incompatibility is fixed [\#246](https://github.com/feathersjs/generator-feathers/issues/246)

**Merged pull requests:**

- Use latest pg driver again [\#261](https://github.com/feathersjs/generator-feathers/pull/261) ([daffl](https://github.com/daffl))
- fix\(knex\): Fix knex + sql server issues [\#257](https://github.com/feathersjs/generator-feathers/pull/257) ([dschnare](https://github.com/dschnare))
- Update connection code for latest MongoDB [\#255](https://github.com/feathersjs/generator-feathers/pull/255) ([daffl](https://github.com/daffl))

## [v1.2.8](https://github.com/feathersjs/generator-feathers/tree/v1.2.8) (2017-07-31)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.7...v1.2.8)

**Closed issues:**

- mongodb service does not wait for connection to resolve [\#252](https://github.com/feathersjs/generator-feathers/issues/252)
- Travis CI RethinkDB installation failing [\#248](https://github.com/feathersjs/generator-feathers/issues/248)
- Generator should not add existing dependencies [\#242](https://github.com/feathersjs/generator-feathers/issues/242)

**Merged pull requests:**

- Add Auth0 to OAuth providers [\#254](https://github.com/feathersjs/generator-feathers/pull/254) ([marshallswain](https://github.com/marshallswain))
- Re-enable RethinkDB test [\#250](https://github.com/feathersjs/generator-feathers/pull/250) ([daffl](https://github.com/daffl))

## [v1.2.7](https://github.com/feathersjs/generator-feathers/tree/v1.2.7) (2017-07-20)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.6...v1.2.7)

**Merged pull requests:**

- Use pg@6 [\#247](https://github.com/feathersjs/generator-feathers/pull/247) ([marshallswain](https://github.com/marshallswain))

## [v1.2.6](https://github.com/feathersjs/generator-feathers/tree/v1.2.6) (2017-07-18)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.5...v1.2.6)

**Merged pull requests:**

- Enable local authentication by default for auth generator [\#245](https://github.com/feathersjs/generator-feathers/pull/245) ([daffl](https://github.com/daffl))

## [v1.2.5](https://github.com/feathersjs/generator-feathers/tree/v1.2.5) (2017-07-12)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.4...v1.2.5)

**Closed issues:**

- Authentication generator incorrectly modifying project  [\#243](https://github.com/feathersjs/generator-feathers/issues/243)

**Merged pull requests:**

- Fix problem with rethinkdb [\#244](https://github.com/feathersjs/generator-feathers/pull/244) ([ForsakenHarmony](https://github.com/ForsakenHarmony))
- Minor changes to the generated index.html [\#241](https://github.com/feathersjs/generator-feathers/pull/241) ([chasenlehara](https://github.com/chasenlehara))
- Postgres connection fix [\#240](https://github.com/feathersjs/generator-feathers/pull/240) ([jdziat](https://github.com/jdziat))
- Set a name for generated hooks [\#239](https://github.com/feathersjs/generator-feathers/pull/239) ([1beb](https://github.com/1beb))

## [v1.2.4](https://github.com/feathersjs/generator-feathers/tree/v1.2.4) (2017-07-02)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.3...v1.2.4)

## [v1.2.3](https://github.com/feathersjs/generator-feathers/tree/v1.2.3) (2017-06-26)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.2...v1.2.3)

**Closed issues:**

- Error options.service does not exist after initial auth setup [\#236](https://github.com/feathersjs/generator-feathers/issues/236)
- configuration\(path\) correct use of feathers-configuration? [\#234](https://github.com/feathersjs/generator-feathers/issues/234)

**Merged pull requests:**

- Also set raw to true in beforeCount hook [\#238](https://github.com/feathersjs/generator-feathers/pull/238) ([daffl](https://github.com/daffl))
- Remove wrong entity name from local authentication configuration [\#237](https://github.com/feathersjs/generator-feathers/pull/237) ([daffl](https://github.com/daffl))
- Remove path argument from configuration [\#235](https://github.com/feathersjs/generator-feathers/pull/235) ([arve0](https://github.com/arve0))

## [v1.2.2](https://github.com/feathersjs/generator-feathers/tree/v1.2.2) (2017-06-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.1...v1.2.2)

**Closed issues:**

- Escape config vars on windows [\#214](https://github.com/feathersjs/generator-feathers/issues/214)

**Merged pull requests:**

- Update Knex user model to create table properly [\#233](https://github.com/feathersjs/generator-feathers/pull/233) ([daffl](https://github.com/daffl))

## [v1.2.1](https://github.com/feathersjs/generator-feathers/tree/v1.2.1) (2017-06-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.2.0...v1.2.1)

**Merged pull requests:**

- Move middleware configuration in the right spot finally [\#232](https://github.com/feathersjs/generator-feathers/pull/232) ([daffl](https://github.com/daffl))

## [v1.2.0](https://github.com/feathersjs/generator-feathers/tree/v1.2.0) (2017-06-21)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.1.1...v1.2.0)

**Closed issues:**

- Generating a middleware throws error [\#228](https://github.com/feathersjs/generator-feathers/issues/228)
- App generator: Ask for public folder and possibly colocated tests [\#226](https://github.com/feathersjs/generator-feathers/issues/226)
- Facebook/Google/Github Profile [\#225](https://github.com/feathersjs/generator-feathers/issues/225)

**Merged pull requests:**

- Fix and simplify generating a middleware [\#230](https://github.com/feathersjs/generator-feathers/pull/230) ([daffl](https://github.com/daffl))
- Fix use of both MongoDB and Mongoose in the same app [\#229](https://github.com/feathersjs/generator-feathers/pull/229) ([daffl](https://github.com/daffl))

## [v1.1.1](https://github.com/feathersjs/generator-feathers/tree/v1.1.1) (2017-06-16)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.1.0...v1.1.1)

**Closed issues:**

- Sequelize 4.x Breaking Changes [\#224](https://github.com/feathersjs/generator-feathers/issues/224)
- Header or request information in hooks [\#221](https://github.com/feathersjs/generator-feathers/issues/221)
- Add "use strict" in src/hooks/logger.js. [\#220](https://github.com/feathersjs/generator-feathers/issues/220)

**Merged pull requests:**

- Use Knex createTable workaround [\#231](https://github.com/feathersjs/generator-feathers/pull/231) ([daffl](https://github.com/daffl))
- Update user model to Sequelize 4 [\#227](https://github.com/feathersjs/generator-feathers/pull/227) ([daffl](https://github.com/daffl))
- Improve order of generated middleware [\#223](https://github.com/feathersjs/generator-feathers/pull/223) ([daffl](https://github.com/daffl))
- Update eslint to the latest version 🚀 [\#222](https://github.com/feathersjs/generator-feathers/pull/222) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Add all generated app dependencies as devDependencies [\#219](https://github.com/feathersjs/generator-feathers/pull/219) ([daffl](https://github.com/daffl))

## [v1.1.0](https://github.com/feathersjs/generator-feathers/tree/v1.1.0) (2017-06-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.6...v1.1.0)

**Closed issues:**

- An in-range update of mocha is breaking the build 🚨 [\#215](https://github.com/feathersjs/generator-feathers/issues/215)

**Merged pull requests:**

- Allow to customize the test directory [\#218](https://github.com/feathersjs/generator-feathers/pull/218) ([daffl](https://github.com/daffl))
- Test and fix for Yarn saveDev [\#217](https://github.com/feathersjs/generator-feathers/pull/217) ([daffl](https://github.com/daffl))
- Generate sequelize model according to sequelize 4.0 [\#216](https://github.com/feathersjs/generator-feathers/pull/216) ([jsphpl](https://github.com/jsphpl))

## [v1.0.6](https://github.com/feathersjs/generator-feathers/tree/v1.0.6) (2017-04-23)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.5...v1.0.6)

**Merged pull requests:**

- Split username and password from URL parsed auth [\#212](https://github.com/feathersjs/generator-feathers/pull/212) ([daffl](https://github.com/daffl))
- Do not overwrite connection files when generating a service [\#211](https://github.com/feathersjs/generator-feathers/pull/211) ([daffl](https://github.com/daffl))
- Use proper path to get service in test [\#210](https://github.com/feathersjs/generator-feathers/pull/210) ([daffl](https://github.com/daffl))

## [v1.0.5](https://github.com/feathersjs/generator-feathers/tree/v1.0.5) (2017-04-19)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.4...v1.0.5)

**Closed issues:**

- Hook generator fails if generating for a specific service [\#205](https://github.com/feathersjs/generator-feathers/issues/205)
- Wrong client setup for Sequelize with MSSQL [\#204](https://github.com/feathersjs/generator-feathers/issues/204)

**Merged pull requests:**

- Fix Sequelize MSSQL client reference [\#208](https://github.com/feathersjs/generator-feathers/pull/208) ([daffl](https://github.com/daffl))
- Update to latest jscodeshift which uses flow parser, add tests for ho… [\#207](https://github.com/feathersjs/generator-feathers/pull/207) ([daffl](https://github.com/daffl))

## [v1.0.4](https://github.com/feathersjs/generator-feathers/tree/v1.0.4) (2017-04-18)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.3...v1.0.4)

**Closed issues:**

- Tests fail if a custom folder is chosen using the generator [\#202](https://github.com/feathersjs/generator-feathers/issues/202)

**Merged pull requests:**

- 	Fix folder for app test when a different directory is chosen [\#203](https://github.com/feathersjs/generator-feathers/pull/203) ([daffl](https://github.com/daffl))

## [v1.0.3](https://github.com/feathersjs/generator-feathers/tree/v1.0.3) (2017-04-17)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.2...v1.0.3)

**Closed issues:**

- Use JSCodeshift without error message [\#198](https://github.com/feathersjs/generator-feathers/issues/198)

**Merged pull requests:**

- Use our fork of JSCodeshift for now to avoid installation error messages [\#201](https://github.com/feathersjs/generator-feathers/pull/201) ([daffl](https://github.com/daffl))
- Add Greenkeeper badge 🌴 [\#200](https://github.com/feathersjs/generator-feathers/pull/200) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v1.0.2](https://github.com/feathersjs/generator-feathers/tree/v1.0.2) (2017-04-12)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.1...v1.0.2)

## [v1.0.1](https://github.com/feathersjs/generator-feathers/tree/v1.0.1) (2017-04-12)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0...v1.0.1)

**Closed issues:**

- Unexpected token on app generate [\#199](https://github.com/feathersjs/generator-feathers/issues/199)

**Merged pull requests:**

- add default scope for google. fix \#14 [\#197](https://github.com/feathersjs/generator-feathers/pull/197) ([iamso](https://github.com/iamso))

## [v1.0.0](https://github.com/feathersjs/generator-feathers/tree/v1.0.0) (2017-04-11)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.7...v1.0.0)

## [v1.0.0-pre.7](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.7) (2017-04-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.6...v1.0.0-pre.7)

**Merged pull requests:**

- Add restrictToOwner hook to generated users service [\#196](https://github.com/feathersjs/generator-feathers/pull/196) ([daffl](https://github.com/daffl))
- Friendly updates to the generator [\#195](https://github.com/feathersjs/generator-feathers/pull/195) ([marshallswain](https://github.com/marshallswain))
- Add a successRedirect by default [\#194](https://github.com/feathersjs/generator-feathers/pull/194) ([marshallswain](https://github.com/marshallswain))
- Adding hook to discard password to the users service [\#192](https://github.com/feathersjs/generator-feathers/pull/192) ([daffl](https://github.com/daffl))

## [v1.0.0-pre.6](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.6) (2017-03-16)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.5...v1.0.0-pre.6)

**Closed issues:**

- Integration with GraphQL [\#188](https://github.com/feathersjs/generator-feathers/issues/188)
- Trailing whitespace in some generators [\#186](https://github.com/feathersjs/generator-feathers/issues/186)
- Add more junk management to gitignore [\#184](https://github.com/feathersjs/generator-feathers/issues/184)
- Set package.json author and license according to npm/git  [\#183](https://github.com/feathersjs/generator-feathers/issues/183)
- Rethink db option is 'database' instead of 'db' and db config gets overwritten [\#181](https://github.com/feathersjs/generator-feathers/issues/181)

**Merged pull requests:**

- Generate tests for hooks and services [\#191](https://github.com/feathersjs/generator-feathers/pull/191) ([daffl](https://github.com/daffl))
- Add email unique index to NeDB user model [\#190](https://github.com/feathersjs/generator-feathers/pull/190) ([daffl](https://github.com/daffl))
- Set name based on npm [\#189](https://github.com/feathersjs/generator-feathers/pull/189) ([daffl](https://github.com/daffl))
- Trailing whitespace cleanup \(\#186\) [\#187](https://github.com/feathersjs/generator-feathers/pull/187) ([bitsoflogic](https://github.com/bitsoflogic))
- ignore junk files [\#185](https://github.com/feathersjs/generator-feathers/pull/185) ([OmgImAlexis](https://github.com/OmgImAlexis))
- Add support for selecting application hooks and old event filter [\#182](https://github.com/feathersjs/generator-feathers/pull/182) ([daffl](https://github.com/daffl))

## [v1.0.0-pre.5](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.5) (2017-02-23)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.4...v1.0.0-pre.5)

**Fixed bugs:**

- Add profileFields to config for Facebook auth [\#138](https://github.com/feathersjs/generator-feathers/issues/138)

**Closed issues:**

- RethinkDB console printed database name is incorrect. [\#176](https://github.com/feathersjs/generator-feathers/issues/176)
- RethinkDB configuration values overwritten when generating new service [\#174](https://github.com/feathersjs/generator-feathers/issues/174)
- RethinkDB does not support kebab-case database names [\#173](https://github.com/feathersjs/generator-feathers/issues/173)
- Generate Service - RethinkDB Issues [\#170](https://github.com/feathersjs/generator-feathers/issues/170)
- Generate Service - RethinkDB incorrect config [\#168](https://github.com/feathersjs/generator-feathers/issues/168)
- npm install feathers-cli@pre -g / feathers generate service  Unhandled 'error' event [\#165](https://github.com/feathersjs/generator-feathers/issues/165)

**Merged pull requests:**

- Rethinkdb finalization [\#180](https://github.com/feathersjs/generator-feathers/pull/180) ([daffl](https://github.com/daffl))
- Add .idea/ [\#178](https://github.com/feathersjs/generator-feathers/pull/178) ([j2L4e](https://github.com/j2L4e))
- Suggest valid RethinkDB database name and prevent overwriting configuration settings [\#175](https://github.com/feathersjs/generator-feathers/pull/175) ([luke3butler](https://github.com/luke3butler))
- Run generator tests for RethinkDB [\#172](https://github.com/feathersjs/generator-feathers/pull/172) ([daffl](https://github.com/daffl))
- Improved checks and error messages if the generator can run properly [\#171](https://github.com/feathersjs/generator-feathers/pull/171) ([daffl](https://github.com/daffl))
- Fix RethinkDB generation [\#169](https://github.com/feathersjs/generator-feathers/pull/169) ([luke3butler](https://github.com/luke3butler))
- Update yeoman-assert to version 3.0.0 🚀 [\#167](https://github.com/feathersjs/generator-feathers/pull/167) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Add profileFields for Facebook authentication [\#155](https://github.com/feathersjs/generator-feathers/pull/155) ([supasate](https://github.com/supasate))

## [v1.0.0-pre.4](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.4) (2017-02-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.3...v1.0.0-pre.4)

**Merged pull requests:**

- Minor improvements [\#166](https://github.com/feathersjs/generator-feathers/pull/166) ([ekryski](https://github.com/ekryski))

## [v1.0.0-pre.3](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.3) (2017-02-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.2...v1.0.0-pre.3)

## [v1.0.0-pre.2](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.2) (2017-02-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v1.0.0-pre.1...v1.0.0-pre.2)

## [v1.0.0-pre.1](https://github.com/feathersjs/generator-feathers/tree/v1.0.0-pre.1) (2017-02-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.8...v1.0.0-pre.1)

**Implemented enhancements:**

- Mongoose models should be PascalCase [\#135](https://github.com/feathersjs/generator-feathers/issues/135)
- Add global error handler [\#120](https://github.com/feathersjs/generator-feathers/issues/120)
- Feature: choose between ESLint + AirBnB and jshint? [\#112](https://github.com/feathersjs/generator-feathers/issues/112)
- Option to choose database-adapter [\#103](https://github.com/feathersjs/generator-feathers/issues/103)

**Fixed bugs:**

- Generate Service - Duplicating const in services/index.js [\#124](https://github.com/feathersjs/generator-feathers/issues/124)

**Closed issues:**

- Make directory structure configurable [\#158](https://github.com/feathersjs/generator-feathers/issues/158)
- Plugin-based generation? [\#151](https://github.com/feathersjs/generator-feathers/issues/151)
- sequelize service generator not using es5 classes? [\#148](https://github.com/feathersjs/generator-feathers/issues/148)
- users service's folder should match the service name. [\#115](https://github.com/feathersjs/generator-feathers/issues/115)
- Descriptive filenames and directory structure [\#95](https://github.com/feathersjs/generator-feathers/issues/95)
- Considerations for setting up model relationships with sequelize [\#94](https://github.com/feathersjs/generator-feathers/issues/94)
- Support generating basic front ends [\#73](https://github.com/feathersjs/generator-feathers/issues/73)
- Add feathers-mailer support [\#58](https://github.com/feathersjs/generator-feathers/issues/58)
- Remove inflection and ask for service path [\#44](https://github.com/feathersjs/generator-feathers/issues/44)
- Support selecting plugins [\#33](https://github.com/feathersjs/generator-feathers/issues/33)
- Support passing in attributes when generating a model [\#24](https://github.com/feathersjs/generator-feathers/issues/24)

**Merged pull requests:**

- Generator refactoring2 [\#164](https://github.com/feathersjs/generator-feathers/pull/164) ([ekryski](https://github.com/ekryski))
- Generator refactoring2 [\#163](https://github.com/feathersjs/generator-feathers/pull/163) ([ekryski](https://github.com/ekryski))
- Add models directory for new generators [\#162](https://github.com/feathersjs/generator-feathers/pull/162) ([DesignByOnyx](https://github.com/DesignByOnyx))
- Generator refactoring [\#159](https://github.com/feathersjs/generator-feathers/pull/159) ([daffl](https://github.com/daffl))
- feathers-configuration 0.4.0 [\#154](https://github.com/feathersjs/generator-feathers/pull/154) ([slajax](https://github.com/slajax))
- Move freezeTableName so it doesn't need to be set on every model. [\#150](https://github.com/feathersjs/generator-feathers/pull/150) ([Qard](https://github.com/Qard))

## [v0.8.8](https://github.com/feathersjs/generator-feathers/tree/v0.8.8) (2016-09-12)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.7...v0.8.8)

**Closed issues:**

- Generating Service: No function expression found after module.exports [\#146](https://github.com/feathersjs/generator-feathers/issues/146)
- Command to list application services and its hooks names [\#139](https://github.com/feathersjs/generator-feathers/issues/139)

**Merged pull requests:**

- Update mocha to version 3.0.0 🚀 [\#145](https://github.com/feathersjs/generator-feathers/pull/145) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update yeoman-generator to version 0.24.1 🚀 [\#144](https://github.com/feathersjs/generator-feathers/pull/144) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update update-notifier to version 1.0.1 🚀 [\#141](https://github.com/feathersjs/generator-feathers/pull/141) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- mocha@2.5.0 breaks build 🚨 [\#137](https://github.com/feathersjs/generator-feathers/pull/137) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v0.8.7](https://github.com/feathersjs/generator-feathers/tree/v0.8.7) (2016-05-19)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.6...v0.8.7)

**Closed issues:**

- TypeError after `npm link` [\#134](https://github.com/feathersjs/generator-feathers/issues/134)
- Investigate moving services/authentication [\#122](https://github.com/feathersjs/generator-feathers/issues/122)
- Add webpack dev and prod setup [\#93](https://github.com/feathersjs/generator-feathers/issues/93)

**Merged pull requests:**

- Test and fix for commented out hooks [\#136](https://github.com/feathersjs/generator-feathers/pull/136) ([daffl](https://github.com/daffl))
- Update update-notifier to version 0.7.0 🚀 [\#133](https://github.com/feathersjs/generator-feathers/pull/133) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Greenkeeper yeoman generator 0.23.0 [\#132](https://github.com/feathersjs/generator-feathers/pull/132) ([daffl](https://github.com/daffl))
- Remove typo, update year in generated README [\#123](https://github.com/feathersjs/generator-feathers/pull/123) ([lord](https://github.com/lord))
- Run the generator tests without Babel to make sure they pass in their… [\#121](https://github.com/feathersjs/generator-feathers/pull/121) ([daffl](https://github.com/daffl))

## [v0.8.6](https://github.com/feathersjs/generator-feathers/tree/v0.8.6) (2016-04-24)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.5...v0.8.6)

**Fixed bugs:**

- Generator fails on node v0.12.x [\#118](https://github.com/feathersjs/generator-feathers/issues/118)

**Merged pull requests:**

- removing const. Closes \#118 [\#119](https://github.com/feathersjs/generator-feathers/pull/119) ([ekryski](https://github.com/ekryski))

## [v0.8.5](https://github.com/feathersjs/generator-feathers/tree/v0.8.5) (2016-04-16)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.4...v0.8.5)

**Closed issues:**

- Allow hyphenate generated names [\#113](https://github.com/feathersjs/generator-feathers/issues/113)
- Error: Cannot find module 'feathers-errors/handler' [\#78](https://github.com/feathersjs/generator-feathers/issues/78)

**Merged pull requests:**

- Throw an error if the project name is the same as one of the dependen… [\#117](https://github.com/feathersjs/generator-feathers/pull/117) ([daffl](https://github.com/daffl))
- Pass fewer arrow functions to Mocha. feathersjs/feathers\#297 [\#116](https://github.com/feathersjs/generator-feathers/pull/116) ([wkw](https://github.com/wkw))
- Allow hyphenated-names in services - fixes \#113 [\#114](https://github.com/feathersjs/generator-feathers/pull/114) ([toddgeist](https://github.com/toddgeist))

## [v0.8.4](https://github.com/feathersjs/generator-feathers/tree/v0.8.4) (2016-04-12)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.3...v0.8.4)

**Merged pull requests:**

- Fix AST transformation when there is another expression [\#111](https://github.com/feathersjs/generator-feathers/pull/111) ([daffl](https://github.com/daffl))

## [v0.8.3](https://github.com/feathersjs/generator-feathers/tree/v0.8.3) (2016-04-11)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.2...v0.8.3)

**Merged pull requests:**

- Fix generated app tests for latest packages [\#110](https://github.com/feathersjs/generator-feathers/pull/110) ([daffl](https://github.com/daffl))

## [v0.8.2](https://github.com/feathersjs/generator-feathers/tree/v0.8.2) (2016-04-07)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.1...v0.8.2)

## [v0.8.1](https://github.com/feathersjs/generator-feathers/tree/v0.8.1) (2016-04-03)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.8.0...v0.8.1)

## [v0.8.0](https://github.com/feathersjs/generator-feathers/tree/v0.8.0) (2016-04-03)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.7.0...v0.8.0)

**Implemented enhancements:**

- Support bypassing update notification [\#102](https://github.com/feathersjs/generator-feathers/issues/102)
- Added an option to bypass the update notification [\#101](https://github.com/feathersjs/generator-feathers/pull/101) ([derek-watson](https://github.com/derek-watson))

**Merged pull requests:**

- Update all dependencies 🌴 [\#100](https://github.com/feathersjs/generator-feathers/pull/100) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v0.7.0](https://github.com/feathersjs/generator-feathers/tree/v0.7.0) (2016-03-30)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.20...v0.7.0)

**Closed issues:**

- All generator tests fail on node v5.8.0 [\#98](https://github.com/feathersjs/generator-feathers/issues/98)
- Set the idField in auth config if auth is enabled and using a relational db [\#96](https://github.com/feathersjs/generator-feathers/issues/96)
- Hardening user service hooks [\#92](https://github.com/feathersjs/generator-feathers/issues/92)

**Merged pull requests:**

- V0.7 [\#99](https://github.com/feathersjs/generator-feathers/pull/99) ([ekryski](https://github.com/ekryski))
- Promoting the use of feathers-cli [\#97](https://github.com/feathersjs/generator-feathers/pull/97) ([derek-watson](https://github.com/derek-watson))

## [v0.6.20](https://github.com/feathersjs/generator-feathers/tree/v0.6.20) (2016-03-23)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.19...v0.6.20)

**Closed issues:**

- 'corsWhitelist' should default to empty array [\#90](https://github.com/feathersjs/generator-feathers/issues/90)
- use mongodb instead of mongoose when yo feathers:service and select mongodb [\#89](https://github.com/feathersjs/generator-feathers/issues/89)
- Allow empty values for CORS domains [\#85](https://github.com/feathersjs/generator-feathers/issues/85)

**Merged pull requests:**

- Allow empty CORS whitelist [\#91](https://github.com/feathersjs/generator-feathers/pull/91) ([daffl](https://github.com/daffl))

## [v0.6.19](https://github.com/feathersjs/generator-feathers/tree/v0.6.19) (2016-03-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.18...v0.6.19)

**Fixed bugs:**

- 'user' table for SQL databases needs to be 'users' [\#87](https://github.com/feathersjs/generator-feathers/issues/87)
- Generated hook tests don't pass [\#76](https://github.com/feathersjs/generator-feathers/issues/76)
- Choosing your own db causes a syntax error in generated user service [\#74](https://github.com/feathersjs/generator-feathers/issues/74)
- AST transforms don't play well with comments [\#72](https://github.com/feathersjs/generator-feathers/issues/72)

**Closed issues:**

- Can't choose "remove" in hook generator [\#82](https://github.com/feathersjs/generator-feathers/issues/82)
- Mongoose and Sequelize Models should have correct fields generated based on the auth providers configured [\#75](https://github.com/feathersjs/generator-feathers/issues/75)
- Error on generating restrict-to-sender hook [\#71](https://github.com/feathersjs/generator-feathers/issues/71)

**Merged pull requests:**

- fixing how models are generated.  [\#88](https://github.com/feathersjs/generator-feathers/pull/88) ([ekryski](https://github.com/ekryski))
- Add test and fix for generic service [\#86](https://github.com/feathersjs/generator-feathers/pull/86) ([daffl](https://github.com/daffl))
- Allows AST transformations when there are comments. [\#84](https://github.com/feathersjs/generator-feathers/pull/84) ([daffl](https://github.com/daffl))
- Updating dependencies [\#83](https://github.com/feathersjs/generator-feathers/pull/83) ([corymsmith](https://github.com/corymsmith))
- Typo in box-sizing style [\#81](https://github.com/feathersjs/generator-feathers/pull/81) ([lauritzsh](https://github.com/lauritzsh))
- Typo in font-family style [\#80](https://github.com/feathersjs/generator-feathers/pull/80) ([lauritzsh](https://github.com/lauritzsh))
- Log slightly more helpful database information [\#79](https://github.com/feathersjs/generator-feathers/pull/79) ([thejones](https://github.com/thejones))
- jslint error in authentication [\#77](https://github.com/feathersjs/generator-feathers/pull/77) ([sod](https://github.com/sod))

## [v0.6.18](https://github.com/feathersjs/generator-feathers/tree/v0.6.18) (2016-03-16)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.17...v0.6.18)

**Fixed bugs:**

- Generator fails on description when package.json file already exists [\#69](https://github.com/feathersjs/generator-feathers/issues/69)

**Merged pull requests:**

- Fix last Object.assign references and package.json as props [\#70](https://github.com/feathersjs/generator-feathers/pull/70) ([daffl](https://github.com/daffl))

## [v0.6.17](https://github.com/feathersjs/generator-feathers/tree/v0.6.17) (2016-03-13)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.16...v0.6.17)

**Merged pull requests:**

- Some more generator fixes for the release [\#68](https://github.com/feathersjs/generator-feathers/pull/68) ([daffl](https://github.com/daffl))

## [v0.6.16](https://github.com/feathersjs/generator-feathers/tree/v0.6.16) (2016-03-11)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.15...v0.6.16)

## [v0.6.15](https://github.com/feathersjs/generator-feathers/tree/v0.6.15) (2016-03-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.14...v0.6.15)

**Merged pull requests:**

- Removing the dry-run arg so the update script actually updates [\#67](https://github.com/feathersjs/generator-feathers/pull/67) ([ccummings](https://github.com/ccummings))

## [v0.6.14](https://github.com/feathersjs/generator-feathers/tree/v0.6.14) (2016-03-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.13...v0.6.14)

**Closed issues:**

- Add Babel or throw an error when using Node \< 5 [\#64](https://github.com/feathersjs/generator-feathers/issues/64)

**Merged pull requests:**

- Make generator and generated app compatible with older versions of Node [\#66](https://github.com/feathersjs/generator-feathers/pull/66) ([daffl](https://github.com/daffl))

## [v0.6.13](https://github.com/feathersjs/generator-feathers/tree/v0.6.13) (2016-03-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.12...v0.6.13)

## [v0.6.12](https://github.com/feathersjs/generator-feathers/tree/v0.6.12) (2016-03-10)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.11...v0.6.12)

## [v0.6.11](https://github.com/feathersjs/generator-feathers/tree/v0.6.11) (2016-03-09)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.10...v0.6.11)

**Implemented enhancements:**

- Present a warning to upgrade if the generator is out of date [\#63](https://github.com/feathersjs/generator-feathers/issues/63)

**Merged pull requests:**

- Addng an update prompt when any generators are invoked [\#65](https://github.com/feathersjs/generator-feathers/pull/65) ([ccummings](https://github.com/ccummings))

## [v0.6.10](https://github.com/feathersjs/generator-feathers/tree/v0.6.10) (2016-03-09)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.9...v0.6.10)

**Fixed bugs:**

- Generated app won't start on windows? [\#62](https://github.com/feathersjs/generator-feathers/issues/62)

## [v0.6.9](https://github.com/feathersjs/generator-feathers/tree/v0.6.9) (2016-03-08)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.8...v0.6.9)

**Merged pull requests:**

- mssql to make use of config/\*.json connection string [\#61](https://github.com/feathersjs/generator-feathers/pull/61) ([diego-vieira](https://github.com/diego-vieira))

## [v0.6.8](https://github.com/feathersjs/generator-feathers/tree/v0.6.8) (2016-03-07)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.7...v0.6.8)

**Fixed bugs:**

- Not all passport token strategies expose the Strategy the same way [\#59](https://github.com/feathersjs/generator-feathers/issues/59)

## [v0.6.7](https://github.com/feathersjs/generator-feathers/tree/v0.6.7) (2016-02-28)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.6...v0.6.7)

**Closed issues:**

- TokenStrategy is not a function [\#57](https://github.com/feathersjs/generator-feathers/issues/57)

## [v0.6.6](https://github.com/feathersjs/generator-feathers/tree/v0.6.6) (2016-02-25)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.5...v0.6.6)

**Closed issues:**

- Generator do not create users service if authentication providers is local. [\#55](https://github.com/feathersjs/generator-feathers/issues/55)

**Merged pull requests:**

- fixing when local auth is only auth [\#56](https://github.com/feathersjs/generator-feathers/pull/56) ([ekryski](https://github.com/ekryski))

## [v0.6.5](https://github.com/feathersjs/generator-feathers/tree/v0.6.5) (2016-02-25)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.4...v0.6.5)

## [v0.6.4](https://github.com/feathersjs/generator-feathers/tree/v0.6.4) (2016-02-24)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.3...v0.6.4)

**Closed issues:**

- Using sequelize data is erased every time server starts [\#54](https://github.com/feathersjs/generator-feathers/issues/54)
- errors.handler is not a function [\#52](https://github.com/feathersjs/generator-feathers/issues/52)
- Error running `yo feathers` [\#51](https://github.com/feathersjs/generator-feathers/issues/51)

**Merged pull requests:**

- Bug fixes [\#53](https://github.com/feathersjs/generator-feathers/pull/53) ([ekryski](https://github.com/ekryski))

## [v0.6.3](https://github.com/feathersjs/generator-feathers/tree/v0.6.3) (2016-02-23)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.2...v0.6.3)

**Closed issues:**

- use requireDir for load global hooks? [\#42](https://github.com/feathersjs/generator-feathers/issues/42)

**Merged pull requests:**

- Fix Sequelize model [\#50](https://github.com/feathersjs/generator-feathers/pull/50) ([daffl](https://github.com/daffl))

## [v0.6.2](https://github.com/feathersjs/generator-feathers/tree/v0.6.2) (2016-02-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.1...v0.6.2)

## [v0.6.1](https://github.com/feathersjs/generator-feathers/tree/v0.6.1) (2016-02-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.6.0...v0.6.1)

## [v0.6.0](https://github.com/feathersjs/generator-feathers/tree/v0.6.0) (2016-02-22)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.5.0...v0.6.0)

**Closed issues:**

- Convert regex replacement to AST [\#47](https://github.com/feathersjs/generator-feathers/issues/47)
- Importing hooks are brittle [\#46](https://github.com/feathersjs/generator-feathers/issues/46)
- add .gitignore to application generator [\#40](https://github.com/feathersjs/generator-feathers/issues/40)
- Possibly remove Babel from generated app [\#31](https://github.com/feathersjs/generator-feathers/issues/31)
- auto configuring of service is brittle [\#29](https://github.com/feathersjs/generator-feathers/issues/29)
- Be able to generate middleware [\#27](https://github.com/feathersjs/generator-feathers/issues/27)
- Include auth hooks in the user service if auth is enabled [\#23](https://github.com/feathersjs/generator-feathers/issues/23)
- Auth: Generator should build a config object for feathers-authentication [\#2](https://github.com/feathersjs/generator-feathers/issues/2)

**Merged pull requests:**

- Oauth [\#49](https://github.com/feathersjs/generator-feathers/pull/49) ([ekryski](https://github.com/ekryski))
- Use AST transformations to import generated services and hooks [\#48](https://github.com/feathersjs/generator-feathers/pull/48) ([daffl](https://github.com/daffl))
- Adds middleware generator and automatic inclusion of auth hooks. [\#45](https://github.com/feathersjs/generator-feathers/pull/45) ([ekryski](https://github.com/ekryski))
- Adding utility library for AST transformations [\#43](https://github.com/feathersjs/generator-feathers/pull/43) ([daffl](https://github.com/daffl))
- Update README.md [\#41](https://github.com/feathersjs/generator-feathers/pull/41) ([kulakowka](https://github.com/kulakowka))
- Update sequelize.js [\#39](https://github.com/feathersjs/generator-feathers/pull/39) ([kulakowka](https://github.com/kulakowka))
- Migrate generated app to be usable without Babel and Node 5 directly [\#38](https://github.com/feathersjs/generator-feathers/pull/38) ([daffl](https://github.com/daffl))

## [v0.5.0](https://github.com/feathersjs/generator-feathers/tree/v0.5.0) (2016-02-16)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.4.0...v0.5.0)

**Closed issues:**

- Error: Invalid 'secret' provider configuration. [\#36](https://github.com/feathersjs/generator-feathers/issues/36)
- Generated home page can be something helpful [\#34](https://github.com/feathersjs/generator-feathers/issues/34)
- README is not getting populated by template data [\#28](https://github.com/feathersjs/generator-feathers/issues/28)

**Merged pull requests:**

- Bug fixes [\#37](https://github.com/feathersjs/generator-feathers/pull/37) ([ekryski](https://github.com/ekryski))
- updating to new feathers-errors error handler [\#35](https://github.com/feathersjs/generator-feathers/pull/35) ([ekryski](https://github.com/ekryski))

## [v0.4.0](https://github.com/feathersjs/generator-feathers/tree/v0.4.0) (2016-02-07)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.3.0...v0.4.0)

**Closed issues:**

- Generated hooks have too much :shit: in them [\#30](https://github.com/feathersjs/generator-feathers/issues/30)

**Merged pull requests:**

- updating error handler to be more HTML friendly [\#32](https://github.com/feathersjs/generator-feathers/pull/32) ([ekryski](https://github.com/ekryski))

## [v0.3.0](https://github.com/feathersjs/generator-feathers/tree/v0.3.0) (2016-01-27)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.2.0...v0.3.0)

**Closed issues:**

- Make sure that generated hooks are auto imported [\#25](https://github.com/feathersjs/generator-feathers/issues/25)
- Give the generated pages some sexy [\#21](https://github.com/feathersjs/generator-feathers/issues/21)

**Merged pull requests:**

- Spit shine [\#26](https://github.com/feathersjs/generator-feathers/pull/26) ([ekryski](https://github.com/ekryski))

## [v0.2.0](https://github.com/feathersjs/generator-feathers/tree/v0.2.0) (2016-01-27)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/v0.1.0...v0.2.0)

**Closed issues:**

- Some sub commands appear to hang [\#20](https://github.com/feathersjs/generator-feathers/issues/20)
- Generator should automatically import generated services. [\#17](https://github.com/feathersjs/generator-feathers/issues/17)
- AssertionError: Trying to copy from a source that does not exist [\#16](https://github.com/feathersjs/generator-feathers/issues/16)
- Remove api versioning at service level [\#13](https://github.com/feathersjs/generator-feathers/issues/13)
- We need to use cors before the auth plugin. [\#12](https://github.com/feathersjs/generator-feathers/issues/12)
- Can we move server to src [\#11](https://github.com/feathersjs/generator-feathers/issues/11)

**Merged pull requests:**

- Setting up best practices [\#22](https://github.com/feathersjs/generator-feathers/pull/22) ([ekryski](https://github.com/ekryski))
- Fixing error "choosing your own db" [\#19](https://github.com/feathersjs/generator-feathers/pull/19) ([ekryski](https://github.com/ekryski))
- moving server to src and fixing importing of services.  [\#18](https://github.com/feathersjs/generator-feathers/pull/18) ([ekryski](https://github.com/ekryski))
- Generator tweaks [\#14](https://github.com/feathersjs/generator-feathers/pull/14) ([daffl](https://github.com/daffl))

## [v0.1.0](https://github.com/feathersjs/generator-feathers/tree/v0.1.0) (2016-01-14)

[Full Changelog](https://github.com/feathersjs/generator-feathers/compare/0275a17e67f13cb2673d452b730f12d9a7d925e3...v0.1.0)

**Closed issues:**

- Generate services for each adapter. [\#6](https://github.com/feathersjs/generator-feathers/issues/6)
- Database setup still needed. [\#5](https://github.com/feathersjs/generator-feathers/issues/5)
- Move config folder inside src. [\#4](https://github.com/feathersjs/generator-feathers/issues/4)
- Add cors options to generator. [\#3](https://github.com/feathersjs/generator-feathers/issues/3)

**Merged pull requests:**

- Sub generators [\#10](https://github.com/feathersjs/generator-feathers/pull/10) ([ekryski](https://github.com/ekryski))
- Feathers 2.0 [\#7](https://github.com/feathersjs/generator-feathers/pull/7) ([ekryski](https://github.com/ekryski))
- Typo Fix. [\#1](https://github.com/feathersjs/generator-feathers/pull/1) ([marshallswain](https://github.com/marshallswain))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
