Skip to content

Releases: InCuca/vue-loopback

Release v5.2.1

12 Jul 19:34
Compare
Choose a tag to compare

Features

  • template: fix deploy and add settings (37fef59)

Release v5.2.0

12 Jul 18:47
Compare
Choose a tag to compare

Move tests from test directory

Bug Fixes

  • lint: add jest support (bc62f54)
  • template: filter only testable directories (9664336)

Features

  • eslint: add more test folders (82f4654)

Release v5.1.0

28 Jun 23:01
Compare
Choose a tag to compare

Bug Fixes

  • package: fix test script (1984f65)

Release v5.0.0

28 Jun 20:48
Compare
Choose a tag to compare

Description

This release features jest support

Bug Fixes

  • babel: add stage2 support (c95f47c)
  • gulp-tasks: add exit in mocha to close mocha when test pass (0963212)
  • gulp-tasks: fix backslashs in win fixes #8 (b721305)
  • jest: fix jest plugins path (6632ad6)
  • lint: fix eslint errors (dc2a6c7)
  • loopback: pass previous uid to loading fn (39093da)
  • loopback-boot: add support for es6 modules in boot scripts (2d813fe), closes strongloop/loopback-boot#280
  • package: run server tests in band (4d45501)
  • package: update loopback-boot to 3.1 to fix boot (200b615)
  • server: add option for compatibility with jest (fbb68b2)
  • tasks: remove tests tasks (e889a3c)
  • tests: remove client and server separation (cd4ac8c)

Features

  • babel: add node 8 add regenerator (94cd1a4)
  • jest: add jest config file (044a3eb)
  • jest: add jest plugins config (3021667)
  • jest: add jest-preset-loopback (575873c)
  • Login: add sessionError with authorization error redirection (a05a9eb)
  • loopback: add DateString type support (5ba568d)
  • package: add babel-jest (29533ac)
  • package: add jest dependency (1b82ba3)
  • package: add loopback-jest (2bc6cc8)
  • package: add vue-jest (33c6d57)
  • package: run afterbuild after build, fixes #9 (77c6fcf)

Release v4.2.0

17 May 23:03
Compare
Choose a tag to compare

Bug Fixes

  • loopback: fix lint errors (ea23c48)

Features

  • gulp-tasks: add support to es6 modules, fixes #7 (0c70326)
  • loopback: add aditional response check in interceptResErrors (66d1b59)

Release v4.1.1

15 May 19:04
Compare
Choose a tag to compare

Bug Fixes

  • App: fix lint error (5cc2c97)
  • project: fix lint errors (04d852a)
  • template: fix lint errors (ea1c31e)
  • template: fix package lint command (34b3a0b)

Features

  • App: add some style to not extended App (9f8d380)

Release v4.1.0

10 May 22:47
Compare
Choose a tag to compare

Bug Fixes

  • App: only dispatch on extended (f45a002)
  • karma: fix App errors and consoleAppendfy (1ef9df4)
  • karma: throws when vue warns (7907f28)
  • release-it: fix buildCommand (655954a)
  • template: fix lint errors (3ed71f8)

Features

  • Account: add declaration tests and loopback-chai support (903d1ef)
  • gulp: add optional -t parameter to test files (08e5ece)
  • project: add release-it support (eaf6f1c)

Release 4.0.1

27 Apr 14:44
Compare
Choose a tag to compare
  • fix(gulp): fix lint errors (4545089)

Release 4.0.0

27 Apr 14:37
Compare
Choose a tag to compare
  • fix(gulp): clear modules cache to enable hot reloading (c1c8f80)
  • fix(gulp): fix server hot reloading not restarting (57609bb)
  • fix(gulp): fix hot reload (661639d)
  • fix(loopback): fix lint errors (3086f12)
  • doc(README): fix features (df428c7)
  • doc(README): add features (ef7fe50)
  • feat(async): add async module (7b17fc5)
  • fix(loopback): change error to warning in console (3413b45)
  • doc(README): fix usage docs (1063f8d)
  • doc(README): fix typo (886c62a)
  • doc(README): add vue-cli instructions (2ed4611)
  • fix(auth): fix eslint errors (154897e)
  • fix(loopback): add accessToken to logout method (4bac1b6)

Release 3.2.0

25 Mar 16:46
Compare
Choose a tag to compare
  • fix(lint): fix lint errors (cb3dd31)
  • fix(boot): fix boot scripts (33e3461)
  • fix(server): fix index server (0df8443)
  • feat(build): add copy:config:server (661ee6f)
  • fix(loopback): setLoading to false when errored (49f48c5)