Skip to content

Commit 932a704

Browse files
author
Walker Leite
committed
Release v5.0.0
1 parent 25861e4 commit 932a704

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="5.0.0"></a>
2+
# [5.0.0](https://github.com/InCuca/vue-loopback/compare/v4.2.0...v5.0.0) (2018-06-28)
3+
4+
5+
### Bug Fixes
6+
7+
* **babel:** add stage2 support ([c95f47c](https://github.com/InCuca/vue-loopback/commit/c95f47c))
8+
* **gulp-tasks:** add exit in mocha to close mocha when test pass ([0963212](https://github.com/InCuca/vue-loopback/commit/0963212))
9+
* **gulp-tasks:** fix backslashs in win fixes [#8](https://github.com/InCuca/vue-loopback/issues/8) ([b721305](https://github.com/InCuca/vue-loopback/commit/b721305))
10+
* **jest:** fix jest plugins path ([6632ad6](https://github.com/InCuca/vue-loopback/commit/6632ad6))
11+
* **lint:** fix eslint errors ([dc2a6c7](https://github.com/InCuca/vue-loopback/commit/dc2a6c7))
12+
* **loopback:** pass previous uid to loading fn ([39093da](https://github.com/InCuca/vue-loopback/commit/39093da))
13+
* **loopback-boot:** add support for es6 modules in boot scripts ([2d813fe](https://github.com/InCuca/vue-loopback/commit/2d813fe)), closes [strongloop/loopback-boot#280](https://github.com/strongloop/loopback-boot/issues/280)
14+
* **package:** run server tests in band ([4d45501](https://github.com/InCuca/vue-loopback/commit/4d45501))
15+
* **package:** update loopback-boot to 3.1 to fix boot ([200b615](https://github.com/InCuca/vue-loopback/commit/200b615))
16+
* **server:** add option for compatibility with jest ([fbb68b2](https://github.com/InCuca/vue-loopback/commit/fbb68b2))
17+
* **tasks:** remove tests tasks ([e889a3c](https://github.com/InCuca/vue-loopback/commit/e889a3c))
18+
* **tests:** remove client and server separation ([cd4ac8c](https://github.com/InCuca/vue-loopback/commit/cd4ac8c))
19+
20+
21+
### Features
22+
23+
* **babel:** add node 8 add regenerator ([94cd1a4](https://github.com/InCuca/vue-loopback/commit/94cd1a4))
24+
* **jest:** add jest config file ([044a3eb](https://github.com/InCuca/vue-loopback/commit/044a3eb))
25+
* **jest:** add jest plugins config ([3021667](https://github.com/InCuca/vue-loopback/commit/3021667))
26+
* **jest:** add jest-preset-loopback ([575873c](https://github.com/InCuca/vue-loopback/commit/575873c))
27+
* **Login:** add sessionError with authorization error redirection ([a05a9eb](https://github.com/InCuca/vue-loopback/commit/a05a9eb))
28+
* **loopback:** add DateString type support ([5ba568d](https://github.com/InCuca/vue-loopback/commit/5ba568d))
29+
* **package:** add babel-jest ([29533ac](https://github.com/InCuca/vue-loopback/commit/29533ac))
30+
* **package:** add jest dependency ([1b82ba3](https://github.com/InCuca/vue-loopback/commit/1b82ba3))
31+
* **package:** add loopback-jest ([2bc6cc8](https://github.com/InCuca/vue-loopback/commit/2bc6cc8))
32+
* **package:** add vue-jest ([33c6d57](https://github.com/InCuca/vue-loopback/commit/33c6d57))
33+
* **package:** run afterbuild after build, fixes [#9](https://github.com/InCuca/vue-loopback/issues/9) ([77c6fcf](https://github.com/InCuca/vue-loopback/commit/77c6fcf))
34+
35+
36+
137
<a name="4.2.0"></a>
238
# [4.2.0](https://github.com/InCuca/vue-loopback/compare/v4.1.1...v4.2.0) (2018-05-17)
339

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-loopback",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests",
55
"main": "meta.js",
66
"scripts": {

0 commit comments

Comments
 (0)