Skip to content

Latest commit

 

History

History
343 lines (217 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

343 lines (217 loc) · 19.3 KB

Change Log

v2.3.7 (2017-09-13)

Full Changelog

Merged pull requests:

v2.3.6 (2017-09-10)

Full Changelog

Closed issues:

  • use semistandard instead of eslint:recommended with tweaks? #113

Merged pull requests:

v2.3.5 (2017-08-23)

Full Changelog

Merged pull requests:

v2.3.4 (2017-08-14)

Full Changelog

Merged pull requests:

v2.3.3 (2017-07-31)

Full Changelog

Merged pull requests:

v2.3.2 (2017-07-20)

Full Changelog

Merged pull requests:

v2.3.1 (2017-07-18)

Full Changelog

Merged pull requests:

v2.3.0 (2017-07-16)

Full Changelog

Merged pull requests:

v2.2.4 (2017-07-12)

Full Changelog

Closed issues:

  • No model file when creating service (bug or feature?) #103
  • Could not find a valid package.json - feathers generate service #102

Merged pull requests:

v2.2.3 (2017-07-02)

Full Changelog

Closed issues:

  • Can not create service on postgres if default.json already has the connection string #100

Merged pull requests:

v2.2.2 (2017-06-26)

Full Changelog

Merged pull requests:

v2.2.1 (2017-06-22)

Full Changelog

Merged pull requests:

  • fix(package): update generator-feathers to version 1.2.2 #98 (daffl)

v2.2.0 (2017-06-21)

Full Changelog

Closed issues:

  • Support ES-Next #91
  • automatically migrate from prev versions to 2.0 #75

Merged pull requests:

v2.1.1 (2017-06-16)

Full Changelog

Closed issues:

  • Can not generate services with Node 8.1.0 #94
  • Whitespace handling #92

Merged pull requests:

v2.1.0 (2017-06-10)

Full Changelog

Closed issues:

  • Does not add all needed Feathers dependencies #90
  • File postgres.js is overwritten when generating new service #87

Merged pull requests:

v2.0.5 (2017-04-23)

Full Changelog

Closed issues:

  • Generated tests don't use the path passed to the generator #85
  • Generated sequelize service does not use the username and password correctly #84

Merged pull requests:

v2.0.4 (2017-04-19)

Full Changelog

Merged pull requests:

v2.0.3 (2017-04-18)

Full Changelog

Closed issues:

  • Rename 2.0 branch to 3.0 #73

Merged pull requests:

v2.0.2 (2017-04-17)

Full Changelog

Closed issues:

  • Check for Node 6+ #79
  • Generate stand alone micro-services not hard-linked to app/route #68

Merged pull requests:

v2.0.1 (2017-04-12)

Full Changelog

v2.0.0 (2017-04-11)

Full Changelog

Closed issues:

  • One-file-per-service #76
  • feathers not recognized as an internal or external command #74
  • The CLI is using a feathers-authentication version < v0.8.0, which is causing issues with mongodb + oatuh0 #72

v2.0.0-pre.3 (2017-03-16)

Full Changelog

v2.0.0-pre.2 (2017-03-16)

Full Changelog

Closed issues:

  • Single line commands (skipping the feathers terminal) #70
  • Trailing whitespace in a few files #69
  • Add support for version argument #66
  • Add support for rethinkdb #65
  • Feathers generate fails on node 7.5.0 #64
  • [2.0] Ability to generate/rotate secrets #46

Merged pull requests:

v2.0.0-pre.1 (2017-02-08)

Full Changelog

Closed issues:

  • Support Heroku deployments #1

Merged pull requests:

  • Updating to major pre version #63 (daffl)

v1.3.0-pre.1 (2017-02-08)

Full Changelog

Fixed bugs:

  • Won't install on NodeJS v6.x #26
  • feathers generate hook fails when some hooks are commented out #25

Closed issues:

  • Use eslint instead of jshint to allow auto fix from the generator #58
  • Add Knex driver support when generating a database service with the CLI #57
  • Cannot create 'user' service #56
  • Services become plural? #55
  • support new feathers-authentication 1.0 and feathers-configuration 0.4? #54
  • Support yarn for generating app #53
  • Ability to add properties to existing models #52
  • Ability to add properties to existing models #51
  • Add option for creating application without static content [Feature Request] #49
  • Error on Node version 7.1.0 #48
  • Error when generating new service #47
  • Removing services with the CLI #45
  • jshint errors failing tests #43
  • add slack hooks for #activity #42
  • Update dependencies: feathers-configuration #37
  • Add service to manage file uploads #36
  • Feathers doesn't exit when generating a Generic Service #35
  • CamelCase service name variable if service name is a dash-separated string #34
  • Don't run a continuous process, be transactional #33
  • toLowerCase error #32
  • Add default filters for real-time events if service is generated with authentication required #31
  • Add command to list existing services #30
  • Add command to generate auth secret #29
  • Can't generate a new service (Node 6.2.0 on Mac OS X 10.11.5) #28
  • Add rethinkdb support #23
  • Check for latest version of the generator #22
  • Remove Yeoman dependency #17
  • Support update notifications #15
  • Remove the "generate" command shortcut #14
  • Generate a directory for the app #10
  • Running a Feathers app isn't clear when in interactive mode #9
  • Generate and run database migrations #6

Merged pull requests:

v1.2.7 (2016-05-18)

Full Changelog

Closed issues:

  • Throw a warning if someone tries to use a dependency name for the project #20
  • Using a hyphen in service name silently fails. #19
  • Generate Hooks #18

v1.2.6 (2016-04-12)

Full Changelog

Fixed bugs:

  • Can't generate a project on Linux Mint #11

v1.2.5 (2016-04-07)

Full Changelog

v1.2.4 (2016-04-03)

Full Changelog

v1.2.3 (2016-04-03)

Full Changelog

Fixed bugs:

  • UNMET PEER DEPENDENCY yo@>=1.0.0 #13
  • Disable yeoman updates #12

Merged pull requests:

  • Passing disableNotifyUpdate: true to generator options #16 (derek-watson)

v1.2.2 (2016-03-30)

Full Changelog

Merged pull requests:

v1.2.1 (2016-03-29)

Full Changelog

Closed issues:

  • Support the plugin generator #4

Merged pull requests:

  • Process exits after running single commands issued from the command l… #7 (derek-watson)
  • supporting "generate plugin" command via generator-feathers-plugin #5 (derek-watson)

v1.1.1 (2016-03-26)

Full Changelog

v1.1.0 (2016-03-26)

Fixed bugs:

Closed issues:

  • Errors when running generate #2

* This Change Log was automatically generated by github_changelog_generator