Skip to content

Releases: ghaiklor/generator-sails-rest-api

v1.3.3

28 Jan 12:00
Compare
Choose a tag to compare

<a name"1.3.3">

1.3.3 (2016-01-28)

Bug Fixes

  • response: Fix issue with this.res is undefined (e09bdd2c)

v1.3.2

26 Jan 09:26
Compare
Choose a tag to compare

<a name"1.3.2">

1.3.2 (2016-01-26)

Bug Fixes

  • package: Fix deployment issues (a4eb7f5d)

v1.3.1

25 Jan 11:58
Compare
Choose a tag to compare

<a name"1.3.1">

1.3.1 (2016-01-25)

Bug Fixes

  • package: Minor improvements (418689d2)

v1.3.0

24 Jan 14:19
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2016-01-24)

Bug Fixes

  • response: Fix requiring responses in tests (7da6912b)
  • service: Fix import chai assert in tests (4ac1d43f)
  • swagger: Migrate to lodash 4 (4390ade3)

Features

  • adapter: Rewrite adapter templates to native support for ES6 (68cb173b)
  • app: Rewrite app templates without Babel (73461a74)
  • authentication: Rewrite authentication templates without Babel (75e3fa47)
  • blueprint: Rewrite blueprint templates without Babel (42442078)
  • config: Rewrite config templates without Babel (9c8b219a)
  • controller: Rewrite controller templates without Babel (9cfb7205)
  • cron: Rewrite cron templates without Babel (f8edf56b)
  • hook: Rewrite hook templates without Babel (a333952c)
  • logger: Rewrite logger templates without Babel (bd915dda)
  • model: Rewrite model templates without Babel (fac22357)
  • policy: Rewrite policy templates without Babel (d7137760)
  • response: Rewrite response templates without Babel (1ddc7836)
  • service: Rewrite service templates without Babel (662cef27)
  • swagger: Rewrite swagger templates without Babel (984c4ddf)

v1.2.0

20 Jan 14:05
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-01-20)

Bug Fixes

  • package:
    • Fix issue with lodash 4.0.0 and blueprints (a8ea40b7)
    • Fix issue with copying config/swagger.js (d643ee9f)
    • Fix issue with spread operator for NodeJS 4 (6f5d16b4)
  • swagger: Add swagger config (ffe3408a, closes #148)

Features

  • package: Generator is rewritten without Babel 6 (03b641fe)

v1.1.0

21 Nov 07:13
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2015-11-21)

Features

  • swagger: Add access token support to SwaggerUI (d8f25ad, closes #148)

Bug Fixes

  • hook: Fix issue with CountHook (c6789ca, closes #155)

v1.0.8

19 Nov 08:49
Compare
Choose a tag to compare

<a name"1.0.8">

1.0.8 (2015-11-19)

Bug Fixes

  • app: Fixes issue with running application on OpenShift (2e983cf3, closes #154)

v1.0.7

30 Oct 09:08
Compare
Choose a tag to compare

<a name"1.0.7">

1.0.7 (2015-10-30)

Bug Fixes

  • service: Fix issue with CipherService (67fd9312, closes #133)

v1.0.6

29 Oct 14:54
Compare
Choose a tag to compare

<a name"1.0.6">

1.0.6 (2015-10-29)

Bug Fixes

  • authentication: Adds a check to only to encrypt the password field when a password is not undefined

v1.0.5

29 Oct 12:34
Compare
Choose a tag to compare

<a name"1.0.5">

1.0.5 (2015-10-29)

Bug Fixes

  • authentication: Fixes issue with onPassportAuth is not defined (1cd6b83f, closes #135)