Skip to content

Release v5.0.0

Compare
Choose a tag to compare
@klarkc klarkc released this 28 Jun 20:48
· 27 commits to master since this release

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)