Skip to content

Releases: flowxo/generator-flowxo

v4.0.0

Choose a tag to compare

@fiznool fiznool released this 11 Mar 14:22

Fixed

  • Updated SDK version and other deps.

v3.2.2

Choose a tag to compare

@fiznool fiznool released this 18 Dec 12:04

Fixed

  • Updated SDK version.

v3.2.1

Choose a tag to compare

@fiznool fiznool released this 18 Dec 10:42

Fixed

  • Correct version of SDK for scaffolded service.

v3.2.0

Choose a tag to compare

@fiznool fiznool released this 18 Dec 10:42

Added

  • Support for services with no auth.

Fixed

  • A regression where the env vars for OAuth services were not correctly underscored.
  • OAuth1 env var is now SERVICE_ID instead of SERVICE_KEY.

v3.1.3

Choose a tag to compare

@fiznool fiznool released this 15 Dec 14:05

Removed

  • Stringent node check has been removed so that future versions of node will work ok with generated services.

v3.1.2

Choose a tag to compare

@fiznool fiznool released this 15 Dec 14:05

Fixed

  • Repo URLs now point to bitbucket.

v3.1.1

Choose a tag to compare

@fiznool fiznool released this 13 Dec 07:49

Fixed

  • Slug and module name are now equivalent.

v3.1.0

Choose a tag to compare

@fiznool fiznool released this 09 Dec 16:24

Added

  • Scaffolding help property for service's configuration.

Removed

  • Scaffolded engines property for service's package.json.

v3.0.0

Choose a tag to compare

@fiznool fiznool released this 05 Nov 11:04
  • Added code to ensure that the developer is running a specific version of node when scaffolding and developing their service. This is to ensure that the development and deployment to the Flow XO platform is using the same underlying runtime.

v2.1.7

Choose a tag to compare

@fiznool fiznool released this 29 Oct 10:55

Fixed

  • sslOAuthCallback option to false by default.