File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.15.0 (2018-03-16)
2+
3+ #### :rocket : Enhancement
4+ * [ #365 ] ( https://github.com/userdive/agent.js/pull/365 ) refactor(website) Added simple spec. ([ @9renpoto ] ( https://github.com/9renpoto ) )
5+
6+ #### :bug : Bug Fix
7+ * ` linker `
8+ * [ #368 ] ( https://github.com/userdive/agent.js/pull/368 ) refactor(packages/linker) Skip same origin. ([ @9renpoto ] ( https://github.com/9renpoto ) )
9+ * Other
10+ * [ #366 ] ( https://github.com/userdive/agent.js/pull/366 ) Fix e2e test. ([ @taka-sho ] ( https://github.com/taka-sho ) )
11+
12+ #### Committers: 4
13+ - Go.YAMADA ([ usaturn] ( https://github.com/usaturn ) )
14+ - Keisuke Kan ([ 9renpoto] ( https://github.com/9renpoto ) )
15+ - Shotaro Takahara ([ taka-sho] ( https://github.com/taka-sho ) )
16+ - [ renovate[ bot]] ( https://github.com/apps/renovate )
17+
118## v0.14.0 (2018-03-13)
219
320#### :rocket : Enhancement
Original file line number Diff line number Diff line change 11{
22 "name" : " @userdive/examples" ,
3- "version" : " 0.0.0" ,
4- "main" : " n/a" ,
5- "license" : " MIT" ,
6- "private" : true ,
3+ "version" : " 0.15.0" ,
74 "devDependencies" : {
85 "@types/nightwatch" : " 0.9.7" ,
9- "pug" : " 2.0.1" ,
10- "pug-cli" : " 1.0.0-alpha6" ,
116 "chromedriver" : " 2.36.0" ,
127 "nightwatch" : " 0.9.20" ,
8+ "pug" : " 2.0.1" ,
9+ "pug-cli" : " 1.0.0-alpha6" ,
1310 "selenium-server-standalone-jar" : " 3.9.1"
1411 },
12+ "license" : " MIT" ,
13+ "main" : " n/a" ,
14+ "private" : true ,
1515 "scripts" : {
1616 "build" : " run-p build:*" ,
17- "build:test" : " tsc -m commonjs" ,
18- "build:js" : " webpack" ,
1917 "build:html" : " pug . -o build -P -s" ,
20- "e2e" : " nightwatch" ,
18+ "build:js" : " webpack" ,
19+ "build:test" : " tsc -m commonjs" ,
2120 "clean" : " rimraf tests build" ,
21+ "e2e" : " nightwatch" ,
2222 "prebuild" : " npm run clean"
2323 }
2424}
Original file line number Diff line number Diff line change 11{
22 "name" : " simple" ,
3- "version" : " 0.12 .0" ,
3+ "version" : " 0.15 .0" ,
44 "main" : " n/a" ,
55 "private" : true
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " with-angular" ,
3- "version" : " 0.14 .0" ,
3+ "version" : " 0.15 .0" ,
44 "dependencies" : {
55 "@angular/common" : " 5.2.9" ,
66 "@angular/compiler" : " 5.2.9" ,
1515 "reflect-metadata" : " 0.1.12" ,
1616 "rxjs" : " 5.5.7" ,
1717 "systemjs" : " 0.21.0" ,
18- "userdive" : " ^0.14 .0" ,
18+ "userdive" : " ^0.15 .0" ,
1919 "zone.js" : " 0.8.20"
2020 },
2121 "private" : true
Original file line number Diff line number Diff line change 11{
22 "name" : " with-angular1" ,
3- "version" : " 0.14 .0" ,
3+ "version" : " 0.15 .0" ,
44 "dependencies" : {
55 "@types/angular" : " 1.6.43" ,
66 "@uirouter/angularjs" : " 1.0.15" ,
77 "angular" : " 1.6.9" ,
8- "userdive" : " ^0.14 .0"
8+ "userdive" : " ^0.15 .0"
99 },
1010 "private" : true
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " with-react" ,
3- "version" : " 0.14 .0" ,
3+ "version" : " 0.15 .0" ,
44 "dependencies" : {
55 "@types/react" : " 16.0.40" ,
66 "@types/react-dom" : " 16.0.4" ,
99 "react" : " 16.2.0" ,
1010 "react-dom" : " 16.2.0" ,
1111 "react-router-dom" : " 4.2.2" ,
12- "userdive" : " ^0.14 .0"
12+ "userdive" : " ^0.15 .0"
1313 },
1414 "private" : true
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " with-vue" ,
3- "version" : " 0.14 .0" ,
3+ "version" : " 0.15 .0" ,
44 "dependencies" : {
5- "userdive" : " ^0.14 .0" ,
5+ "userdive" : " ^0.15 .0" ,
66 "vue" : " 2.5.16" ,
77 "vue-router" : " 3.0.1"
88 },
Original file line number Diff line number Diff line change 1010 },
1111 "npmClient" : " yarn" ,
1212 "useWorkspaces" : true ,
13- "version" : " 0.14 .0"
13+ "version" : " 0.15 .0"
1414}
Original file line number Diff line number Diff line change 11{
22 "name" : " @userdive/agent" ,
33 "description" : " webpage tracking agent" ,
4- "version" : " 0.14 .0" ,
4+ "version" : " 0.15 .0" ,
55 "author" : " UNCOVER TRUTH Inc." ,
66 "bugs" : {
77 "url" : " https://github.com/userdive/agent.js/issues"
1717 "devDependencies" : {
1818 "@types/js-cookie" : " 2.1.0" ,
1919 "@types/uuid" : " 3.4.3" ,
20- "userdive" : " ^0.14 .0"
20+ "userdive" : " ^0.15 .0"
2121 },
2222 "engine" : {
2323 "node" : " > 5"
Original file line number Diff line number Diff line change 11{
22 "name" : " @userdive/linker" ,
33 "description" : " webpage tracking agent linker plugin" ,
4- "version" : " 0.14 .0" ,
4+ "version" : " 0.15 .0" ,
55 "author" : " UNCOVER TRUTH Inc." ,
66 "bugs" : {
77 "url" : " https://github.com/userdive/agent.js/issues"
88 },
99 "dependencies" : {
10- "@userdive/agent" : " ^0.14 .0" ,
11- "userdive" : " ^0.14 .0"
10+ "@userdive/agent" : " ^0.15 .0" ,
11+ "userdive" : " ^0.15 .0"
1212 },
1313 "engine" : {
1414 "node" : " > 5"
2222 ],
2323 "license" : " GPL-3.0" ,
2424 "main" : " lib/linker.js" ,
25+ "publishConfig" : {
26+ "access" : " public"
27+ },
2528 "repository" : {
2629 "type" : " git" ,
2730 "url" : " git+ssh://git@github.com/userdive/agent.js.git"
2831 },
29- "publishConfig" : {
30- "access" : " public"
31- },
3232 "scripts" : {
3333 "build" : " tsc" ,
34- "pretest" : " npm run build" ,
3534 "clean" : " rimraf coverage lib docs" ,
35+ "pretest" : " npm run build" ,
3636 "test" : " karma start --single-run"
3737 },
3838 "types" : " lib/linker.d.ts"
You can’t perform that action at this time.
0 commit comments