diff --git a/docsrc/CHANGELOG.md b/docsrc/CHANGELOG.md index 95574f1..1fe23c7 100644 --- a/docsrc/CHANGELOG.md +++ b/docsrc/CHANGELOG.md @@ -1,70 +1,15 @@ - -# Unreleased (2018-01-19) - - - - ## 3.0.1 (2018-01-19) -* 3.0.1 ([34a76c8](https://github.com/xiazeyu/live2d-widget.js/commit/34a76c8)) -* docs: relink js to unpkg CDN ([bde33f6](https://github.com/xiazeyu/live2d-widget.js/commit/bde33f6)) -* fix: achieve frameshot, recover event system ([155d46b](https://github.com/xiazeyu/live2d-widget.js/commit/155d46b)) -* style: change L2Dwidget into Class ([c98040a](https://github.com/xiazeyu/live2d-widget.js/commit/c98040a)) -* build: add script to bump version better ([c304bc2](https://github.com/xiazeyu/live2d-widget.js/commit/c304bc2)) - - - - -## 3.0.6 (2018-01-19) - -* 3.0.6 ([15ebe5d](https://github.com/xiazeyu/live2d-widget.js/commit/15ebe5d)) - - - - -## 3.0.5 (2018-01-19) - -* 3.0.5 ([34514d6](https://github.com/xiazeyu/live2d-widget.js/commit/34514d6)) - - - - -## 3.0.4 (2018-01-19) - -* 3.0.4 ([d66ab98](https://github.com/xiazeyu/live2d-widget.js/commit/d66ab98)) - - - - -## 3.0.4-0 (2018-01-19) - -* 3.0.4-0 ([2c919c8](https://github.com/xiazeyu/live2d-widget.js/commit/2c919c8)) - - - - -## 3.0.3-0 (2018-01-19) - -* 3.0.3-0 ([70cfeda](https://github.com/xiazeyu/live2d-widget.js/commit/70cfeda)) - - - - -## 3.0.2-0 (2018-01-19) - -* 3.0.2-0 ([3d4f065](https://github.com/xiazeyu/live2d-widget.js/commit/3d4f065)) - - - - -## 3.0.1-0 (2018-01-19) - -* 3.0.1-0 ([8458a4f](https://github.com/xiazeyu/live2d-widget.js/commit/8458a4f)) -* build(fix changelog script path problem): ([67c56ee](https://github.com/xiazeyu/live2d-widget.js/commit/67c56ee)) -* chore(update dependency settings): ([7796aac](https://github.com/xiazeyu/live2d-widget.js/commit/7796aac)) +* feat: new build ([f70a36c](https://github.com/xiazeyu/live2d-widget.js/commit/f70a36c)) +* docs: relink js to unpkg CDN ([0bd9cdf](https://github.com/xiazeyu/live2d-widget.js/commit/0bd9cdf)) * docs: update CHANGELOG ([c840cfa](https://github.com/xiazeyu/live2d-widget.js/commit/c840cfa)) * docs(method of execute): finish the doc of launch it (use var) ([1b43dc0](https://github.com/xiazeyu/live2d-widget.js/commit/1b43dc0)) +* fix: achieve frameshot, recover event system ([aed9c26](https://github.com/xiazeyu/live2d-widget.js/commit/aed9c26)) +* style: change L2Dwidget into Class ([59909df](https://github.com/xiazeyu/live2d-widget.js/commit/59909df)) +* build(add script to bump version better): ([a2d04e8](https://github.com/xiazeyu/live2d-widget.js/commit/a2d04e8)) +* build(fix changelog script path problem): ([67c56ee](https://github.com/xiazeyu/live2d-widget.js/commit/67c56ee)) +* chore(update dependency settings): ([7796aac](https://github.com/xiazeyu/live2d-widget.js/commit/7796aac)) * build: remove ghpages from npm publish ([7401ffe](https://github.com/xiazeyu/live2d-widget.js/commit/7401ffe)) diff --git a/ghpages/docs/index.html b/ghpages/docs/index.html index ba79a3a..7d5dfa0 100644 --- a/ghpages/docs/index.html +++ b/ghpages/docs/index.html @@ -31,16 +31,8 @@
@@ -230,7 +222,7 @@

Special Thanks

- + diff --git a/ghpages/docs/index.json b/ghpages/docs/index.json index 0105a13..8419b44 100644 --- a/ghpages/docs/index.json +++ b/ghpages/docs/index.json @@ -10546,7 +10546,7 @@ }, { "kind": "packageJSON", - "content": "{\n \"name\": \"live2d-widget\",\n \"version\": \"3.0.1\",\n \"description\": \"Add the Sseexxyyy live2d to webpages.\",\n \"scripts\": {\n \"inst:dev\": \"npm install -g commitizen&&npm install\",\n \"build:dev\": \"webpack --progress --colors\",\n \"build:prod\": \"webpack --env prod --progress --colors\",\n \"build:doc\": \"./node_modules/.bin/esdoc\",\n \"commit\": \"git pull&&git-cz\",\n \"_changelog\": \"./node_modules/.bin/conventional-changelog -i docsrc/CHANGELOG.md -r 0 -s -u\",\n \"changelog\": \"git pull&&npm run _changelog&&git add docsrc/CHANGELOG.md&&git commit -m \\\"docs: update CHANGELOG\\\"&&git push&&git status\",\n \"v:major\": \"npm version major\",\n \"v:pmajor\": \"npm version premajor\",\n \"v:minor\": \"npm version minor\",\n \"v:pminor\": \"npm version preminor\",\n \"v:patch\": \"npm version patch\",\n \"v:ppatch\": \"npm version prepatch\",\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n \"ghpages\": \"push-gh-pages\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/xiazeyu/live2d-widget.js.git\"\n },\n \"author\": \"xiazeyu \",\n \"contributors\": [\n \"xiazeyu \",\n \"EYHN \"\n ],\n \"maintainers\": [\n \"xiazeyu \",\n \"EYHN \"\n ],\n \"license\": \"GPL-2.0\",\n \"bugs\": {\n \"url\": \"https://github.com/xiazeyu/live2d-widget.js/issues\"\n },\n \"homepage\": \"https://github.com/xiazeyu/live2d-widget.js#readme\",\n \"devDependencies\": {\n \"babel-core\": \"^6.26.0\",\n \"babel-loader\": \"^7.1.2\",\n \"babel-plugin-lodash\": \"^3.3.2\",\n \"babel-plugin-syntax-dynamic-import\": \"^6.18.0\",\n \"babel-preset-env\": \"^1.6.1\",\n \"commitizen\": \"^2.9.6\",\n \"core-js\": \"^2.5.3\",\n \"current-device\": \"^0.7.2\",\n \"cz-conventional-changelog\": \"^2.1.0\",\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"html-loader\": \"^0.5.4\",\n \"lodash\": \"^4.17.4\",\n \"lodash-webpack-plugin\": \"^0.11.4\",\n \"path\": \"^0.12.7\",\n \"uglifyjs-webpack-plugin\": \"^1.1.6\",\n \"webpack\": \"^3.10.0\",\n \"webpack-manifest-plugin\": \"^1.3.2\",\n \"webpack-visualizer-plugin\": \"^0.1.11\"\n },\n \"config\": {\n \"commitizen\": {\n \"path\": \"./node_modules/cz-conventional-changelog\"\n }\n }\n}\n", + "content": "{\n \"name\": \"live2d-widget\",\n \"version\": \"3.0.1\",\n \"description\": \"Add the Sseexxyyy live2d to webpages.\",\n \"scripts\": {\n \"inst:dev\": \"npm install -g commitizen&&npm install\",\n \"build:dev\": \"webpack --progress --colors\",\n \"build:prod\": \"webpack --env prod --progress --colors\",\n \"build:doc\": \"./node_modules/.bin/esdoc\",\n \"commit\": \"git pull&&git-cz\",\n \"_changelog\": \"./node_modules/.bin/conventional-changelog -i docsrc/CHANGELOG.md -r 0 -s -u\",\n \"changelog\": \"git pull&&npm run _changelog&&git add docsrc/CHANGELOG.md\",\n \"v:major\": \"npm version major\",\n \"v:pmajor\": \"npm version premajor\",\n \"v:minor\": \"npm version minor\",\n \"v:pminor\": \"npm version preminor\",\n \"v:patch\": \"npm version patch\",\n \"v:ppatch\": \"npm version prepatch\",\n \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n \"ghpages\": \"push-gh-pages\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/xiazeyu/live2d-widget.js.git\"\n },\n \"author\": \"xiazeyu \",\n \"contributors\": [\n \"xiazeyu \",\n \"EYHN \"\n ],\n \"maintainers\": [\n \"xiazeyu \",\n \"EYHN \"\n ],\n \"license\": \"GPL-2.0\",\n \"bugs\": {\n \"url\": \"https://github.com/xiazeyu/live2d-widget.js/issues\"\n },\n \"homepage\": \"https://github.com/xiazeyu/live2d-widget.js#readme\",\n \"devDependencies\": {\n \"babel-core\": \"^6.26.0\",\n \"babel-loader\": \"^7.1.2\",\n \"babel-plugin-lodash\": \"^3.3.2\",\n \"babel-plugin-syntax-dynamic-import\": \"^6.18.0\",\n \"babel-preset-env\": \"^1.6.1\",\n \"commitizen\": \"^2.9.6\",\n \"core-js\": \"^2.5.3\",\n \"current-device\": \"^0.7.2\",\n \"cz-conventional-changelog\": \"^2.1.0\",\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"html-loader\": \"^0.5.4\",\n \"lodash\": \"^4.17.4\",\n \"lodash-webpack-plugin\": \"^0.11.4\",\n \"path\": \"^0.12.7\",\n \"uglifyjs-webpack-plugin\": \"^1.1.6\",\n \"webpack\": \"^3.10.0\",\n \"webpack-manifest-plugin\": \"^1.3.2\",\n \"webpack-visualizer-plugin\": \"^0.1.11\"\n },\n \"config\": {\n \"commitizen\": {\n \"path\": \"./node_modules/cz-conventional-changelog\"\n }\n }\n}\n", "longname": "D:\\git\\live2d-widget.js\\package.json", "name": "package.json", "static": true, @@ -10572,7 +10572,7 @@ "kind": "manual", "longname": "D:\\git\\live2d-widget.js\\docsrc\\CHANGELOG.md", "name": "./docsrc/CHANGELOG.md", - "content": "\n# Unreleased (2018-01-19)\n\n\n\n\n\n## 3.0.1 (2018-01-19)\n\n* 3.0.1 ([34a76c8](https://github.com/xiazeyu/live2d-widget.js/commit/34a76c8))\n* docs: relink js to unpkg CDN ([bde33f6](https://github.com/xiazeyu/live2d-widget.js/commit/bde33f6))\n* fix: achieve frameshot, recover event system ([155d46b](https://github.com/xiazeyu/live2d-widget.js/commit/155d46b))\n* style: change L2Dwidget into Class ([c98040a](https://github.com/xiazeyu/live2d-widget.js/commit/c98040a))\n* build: add script to bump version better ([c304bc2](https://github.com/xiazeyu/live2d-widget.js/commit/c304bc2))\n\n\n\n\n## 3.0.6 (2018-01-19)\n\n* 3.0.6 ([15ebe5d](https://github.com/xiazeyu/live2d-widget.js/commit/15ebe5d))\n\n\n\n\n## 3.0.5 (2018-01-19)\n\n* 3.0.5 ([34514d6](https://github.com/xiazeyu/live2d-widget.js/commit/34514d6))\n\n\n\n\n## 3.0.4 (2018-01-19)\n\n* 3.0.4 ([d66ab98](https://github.com/xiazeyu/live2d-widget.js/commit/d66ab98))\n\n\n\n\n## 3.0.4-0 (2018-01-19)\n\n* 3.0.4-0 ([2c919c8](https://github.com/xiazeyu/live2d-widget.js/commit/2c919c8))\n\n\n\n\n## 3.0.3-0 (2018-01-19)\n\n* 3.0.3-0 ([70cfeda](https://github.com/xiazeyu/live2d-widget.js/commit/70cfeda))\n\n\n\n\n## 3.0.2-0 (2018-01-19)\n\n* 3.0.2-0 ([3d4f065](https://github.com/xiazeyu/live2d-widget.js/commit/3d4f065))\n\n\n\n\n## 3.0.1-0 (2018-01-19)\n\n* 3.0.1-0 ([8458a4f](https://github.com/xiazeyu/live2d-widget.js/commit/8458a4f))\n* build(fix changelog script path problem): ([67c56ee](https://github.com/xiazeyu/live2d-widget.js/commit/67c56ee))\n* chore(update dependency settings): ([7796aac](https://github.com/xiazeyu/live2d-widget.js/commit/7796aac))\n* docs: update CHANGELOG ([c840cfa](https://github.com/xiazeyu/live2d-widget.js/commit/c840cfa))\n* docs(method of execute): finish the doc of launch it (use var) ([1b43dc0](https://github.com/xiazeyu/live2d-widget.js/commit/1b43dc0))\n* build: remove ghpages from npm publish ([7401ffe](https://github.com/xiazeyu/live2d-widget.js/commit/7401ffe))\n\n\n\n\n# 3.0.0 (2018-01-13)\n\n* feat: 3.0 API now is fixed. reday to publish ([32a7b6d](https://github.com/xiazeyu/live2d-widget.js/commit/32a7b6d))\n* feat: API chanes again ! get current frame ([cc76f02](https://github.com/xiazeyu/live2d-widget.js/commit/cc76f02))\n* feat: config ([62118e1](https://github.com/xiazeyu/live2d-widget.js/commit/62118e1))\n* feat: config validater ([cc587b2](https://github.com/xiazeyu/live2d-widget.js/commit/cc587b2))\n* feat: delete config validate function ([0234132](https://github.com/xiazeyu/live2d-widget.js/commit/0234132))\n* feat: elementMgr codes, modify API ([e6433e3](https://github.com/xiazeyu/live2d-widget.js/commit/e6433e3))\n* feat: elementMgr functionally done ([aa09c5d](https://github.com/xiazeyu/live2d-widget.js/commit/aa09c5d))\n* feat: FINALLY USEABLE (basically) ([7c121a2](https://github.com/xiazeyu/live2d-widget.js/commit/7c121a2))\n* feat: finish config validater ([67a0558](https://github.com/xiazeyu/live2d-widget.js/commit/67a0558))\n* feat: fix webpack PublicPath prob. ([093ee10](https://github.com/xiazeyu/live2d-widget.js/commit/093ee10))\n* feat: http(s) protocol supports for model's json's textures ([d9b854a](https://github.com/xiazeyu/live2d-widget.js/commit/d9b854a))\n* feat: import lodash ([be5531d](https://github.com/xiazeyu/live2d-widget.js/commit/be5531d))\n* feat: marked unfinished files, rebuild file structure, config works ([62555a9](https://github.com/xiazeyu/live2d-widget.js/commit/62555a9))\n* feat: modified live2d core js ([d3c7ab5](https://github.com/xiazeyu/live2d-widget.js/commit/d3c7ab5))\n* feat: TEST Create DOM use js ([1a8db01](https://github.com/xiazeyu/live2d-widget.js/commit/1a8db01))\n* feat: update source code ([28d350b](https://github.com/xiazeyu/live2d-widget.js/commit/28d350b))\n* feat: use ~ to mark version ([4f0e865](https://github.com/xiazeyu/live2d-widget.js/commit/4f0e865))\n* feat(API): typo ([b342953](https://github.com/xiazeyu/live2d-widget.js/commit/b342953))\n* feat(config): new config ([5f13a2b](https://github.com/xiazeyu/live2d-widget.js/commit/5f13a2b))\n* feat(Webpack): lazy load and chunks ([ccbe0d0](https://github.com/xiazeyu/live2d-widget.js/commit/ccbe0d0))\n* feat(Webpack): updated webpack config ([260cbad](https://github.com/xiazeyu/live2d-widget.js/commit/260cbad))\n* chore: add comments ([24b43e3](https://github.com/xiazeyu/live2d-widget.js/commit/24b43e3))\n* chore: new build version ([c698c90](https://github.com/xiazeyu/live2d-widget.js/commit/c698c90))\n* chore: new build version ([7216003](https://github.com/xiazeyu/live2d-widget.js/commit/7216003))\n* docs: add ESDoc ([9a67891](https://github.com/xiazeyu/live2d-widget.js/commit/9a67891))\n* docs: added demo and doc ([5d4cddc](https://github.com/xiazeyu/live2d-widget.js/commit/5d4cddc))\n* docs: fix bugs, update ([14d0730](https://github.com/xiazeyu/live2d-widget.js/commit/14d0730))\n* docs: new doc build logic ([a7f1d54](https://github.com/xiazeyu/live2d-widget.js/commit/a7f1d54))\n* docs: Update API varible types ([f3ab76b](https://github.com/xiazeyu/live2d-widget.js/commit/f3ab76b))\n* docs: update CHANGELOG ([abf0618](https://github.com/xiazeyu/live2d-widget.js/commit/abf0618))\n* docs: update CHANGELOG ([89765f5](https://github.com/xiazeyu/live2d-widget.js/commit/89765f5))\n* docs: update docs ([0ec0dec](https://github.com/xiazeyu/live2d-widget.js/commit/0ec0dec))\n* docs: update docs ([3955611](https://github.com/xiazeyu/live2d-widget.js/commit/3955611))\n* docs(LICENSE): combine LICENSE ([6be306f](https://github.com/xiazeyu/live2d-widget.js/commit/6be306f))\n* feat: ([8c668b1](https://github.com/xiazeyu/live2d-widget.js/commit/8c668b1))\n* Initial commit ([cc61b39](https://github.com/xiazeyu/live2d-widget.js/commit/cc61b39))\n* The Real Initial Commit ([23ba71c](https://github.com/xiazeyu/live2d-widget.js/commit/23ba71c))\n* build: new doc build method ([6854707](https://github.com/xiazeyu/live2d-widget.js/commit/6854707))\n* fix: old dependencies ([7a2f272](https://github.com/xiazeyu/live2d-widget.js/commit/7a2f272))\n* fix(webpack): fix webpack publicPath issue ([a8a630e](https://github.com/xiazeyu/live2d-widget.js/commit/a8a630e))\n* style: fix indent ([cb6f7d9](https://github.com/xiazeyu/live2d-widget.js/commit/cb6f7d9))\n\n\n### BREAKING CHANGE\n\n* change userConfig.display.AA to userConfig.display.antialias\n* change userConfig.display.widght to userConfig.display.width\n* Please use L2DWidget.init() and L2DWidget.captureFrame() instead of initL2DWidget()\n\n\n", + "content": "\n## 3.0.1 (2018-01-19)\n\n* feat: new build ([f70a36c](https://github.com/xiazeyu/live2d-widget.js/commit/f70a36c))\n* docs: relink js to unpkg CDN ([0bd9cdf](https://github.com/xiazeyu/live2d-widget.js/commit/0bd9cdf))\n* docs: update CHANGELOG ([c840cfa](https://github.com/xiazeyu/live2d-widget.js/commit/c840cfa))\n* docs(method of execute): finish the doc of launch it (use var) ([1b43dc0](https://github.com/xiazeyu/live2d-widget.js/commit/1b43dc0))\n* fix: achieve frameshot, recover event system ([aed9c26](https://github.com/xiazeyu/live2d-widget.js/commit/aed9c26))\n* style: change L2Dwidget into Class ([59909df](https://github.com/xiazeyu/live2d-widget.js/commit/59909df))\n* build(add script to bump version better): ([a2d04e8](https://github.com/xiazeyu/live2d-widget.js/commit/a2d04e8))\n* build(fix changelog script path problem): ([67c56ee](https://github.com/xiazeyu/live2d-widget.js/commit/67c56ee))\n* chore(update dependency settings): ([7796aac](https://github.com/xiazeyu/live2d-widget.js/commit/7796aac))\n* build: remove ghpages from npm publish ([7401ffe](https://github.com/xiazeyu/live2d-widget.js/commit/7401ffe))\n\n\n\n\n# 3.0.0 (2018-01-13)\n\n* feat: 3.0 API now is fixed. reday to publish ([32a7b6d](https://github.com/xiazeyu/live2d-widget.js/commit/32a7b6d))\n* feat: API chanes again ! get current frame ([cc76f02](https://github.com/xiazeyu/live2d-widget.js/commit/cc76f02))\n* feat: config ([62118e1](https://github.com/xiazeyu/live2d-widget.js/commit/62118e1))\n* feat: config validater ([cc587b2](https://github.com/xiazeyu/live2d-widget.js/commit/cc587b2))\n* feat: delete config validate function ([0234132](https://github.com/xiazeyu/live2d-widget.js/commit/0234132))\n* feat: elementMgr codes, modify API ([e6433e3](https://github.com/xiazeyu/live2d-widget.js/commit/e6433e3))\n* feat: elementMgr functionally done ([aa09c5d](https://github.com/xiazeyu/live2d-widget.js/commit/aa09c5d))\n* feat: FINALLY USEABLE (basically) ([7c121a2](https://github.com/xiazeyu/live2d-widget.js/commit/7c121a2))\n* feat: finish config validater ([67a0558](https://github.com/xiazeyu/live2d-widget.js/commit/67a0558))\n* feat: fix webpack PublicPath prob. ([093ee10](https://github.com/xiazeyu/live2d-widget.js/commit/093ee10))\n* feat: http(s) protocol supports for model's json's textures ([d9b854a](https://github.com/xiazeyu/live2d-widget.js/commit/d9b854a))\n* feat: import lodash ([be5531d](https://github.com/xiazeyu/live2d-widget.js/commit/be5531d))\n* feat: marked unfinished files, rebuild file structure, config works ([62555a9](https://github.com/xiazeyu/live2d-widget.js/commit/62555a9))\n* feat: modified live2d core js ([d3c7ab5](https://github.com/xiazeyu/live2d-widget.js/commit/d3c7ab5))\n* feat: TEST Create DOM use js ([1a8db01](https://github.com/xiazeyu/live2d-widget.js/commit/1a8db01))\n* feat: update source code ([28d350b](https://github.com/xiazeyu/live2d-widget.js/commit/28d350b))\n* feat: use ~ to mark version ([4f0e865](https://github.com/xiazeyu/live2d-widget.js/commit/4f0e865))\n* feat(API): typo ([b342953](https://github.com/xiazeyu/live2d-widget.js/commit/b342953))\n* feat(config): new config ([5f13a2b](https://github.com/xiazeyu/live2d-widget.js/commit/5f13a2b))\n* feat(Webpack): lazy load and chunks ([ccbe0d0](https://github.com/xiazeyu/live2d-widget.js/commit/ccbe0d0))\n* feat(Webpack): updated webpack config ([260cbad](https://github.com/xiazeyu/live2d-widget.js/commit/260cbad))\n* chore: add comments ([24b43e3](https://github.com/xiazeyu/live2d-widget.js/commit/24b43e3))\n* chore: new build version ([c698c90](https://github.com/xiazeyu/live2d-widget.js/commit/c698c90))\n* chore: new build version ([7216003](https://github.com/xiazeyu/live2d-widget.js/commit/7216003))\n* docs: add ESDoc ([9a67891](https://github.com/xiazeyu/live2d-widget.js/commit/9a67891))\n* docs: added demo and doc ([5d4cddc](https://github.com/xiazeyu/live2d-widget.js/commit/5d4cddc))\n* docs: fix bugs, update ([14d0730](https://github.com/xiazeyu/live2d-widget.js/commit/14d0730))\n* docs: new doc build logic ([a7f1d54](https://github.com/xiazeyu/live2d-widget.js/commit/a7f1d54))\n* docs: Update API varible types ([f3ab76b](https://github.com/xiazeyu/live2d-widget.js/commit/f3ab76b))\n* docs: update CHANGELOG ([abf0618](https://github.com/xiazeyu/live2d-widget.js/commit/abf0618))\n* docs: update CHANGELOG ([89765f5](https://github.com/xiazeyu/live2d-widget.js/commit/89765f5))\n* docs: update docs ([0ec0dec](https://github.com/xiazeyu/live2d-widget.js/commit/0ec0dec))\n* docs: update docs ([3955611](https://github.com/xiazeyu/live2d-widget.js/commit/3955611))\n* docs(LICENSE): combine LICENSE ([6be306f](https://github.com/xiazeyu/live2d-widget.js/commit/6be306f))\n* feat: ([8c668b1](https://github.com/xiazeyu/live2d-widget.js/commit/8c668b1))\n* Initial commit ([cc61b39](https://github.com/xiazeyu/live2d-widget.js/commit/cc61b39))\n* The Real Initial Commit ([23ba71c](https://github.com/xiazeyu/live2d-widget.js/commit/23ba71c))\n* build: new doc build method ([6854707](https://github.com/xiazeyu/live2d-widget.js/commit/6854707))\n* fix: old dependencies ([7a2f272](https://github.com/xiazeyu/live2d-widget.js/commit/7a2f272))\n* fix(webpack): fix webpack publicPath issue ([a8a630e](https://github.com/xiazeyu/live2d-widget.js/commit/a8a630e))\n* style: fix indent ([cb6f7d9](https://github.com/xiazeyu/live2d-widget.js/commit/cb6f7d9))\n\n\n### BREAKING CHANGE\n\n* change userConfig.display.AA to userConfig.display.antialias\n* change userConfig.display.widght to userConfig.display.width\n* Please use L2DWidget.init() and L2DWidget.captureFrame() instead of initL2DWidget()\n\n\n", "static": true, "access": "public" } diff --git a/ghpages/docs/manual/CHANGELOG.html b/ghpages/docs/manual/CHANGELOG.html index 0651296..43790b9 100644 --- a/ghpages/docs/manual/CHANGELOG.html +++ b/ghpages/docs/manual/CHANGELOG.html @@ -31,62 +31,25 @@ -

-

Unreleased (2018-01-19)

+

3.0.1 (2018-01-19)

    -
  • 3.0.1 (34a76c8)
  • -
  • docs: relink js to unpkg CDN (bde33f6)
  • -
  • fix: achieve frameshot, recover event system (155d46b)
  • -
  • style: change L2Dwidget into Class (c98040a)
  • -
  • build: add script to bump version better (c304bc2)
  • -
-

-

3.0.6 (2018-01-19)

-

-

3.0.5 (2018-01-19)

-

-

3.0.4 (2018-01-19)

-

-

3.0.4-0 (2018-01-19)

-

-

3.0.3-0 (2018-01-19)

-

-

3.0.2-0 (2018-01-19)

-

-

3.0.1-0 (2018-01-19)

    -
  • 3.0.1-0 (8458a4f)
  • -
  • build(fix changelog script path problem): (67c56ee)
  • -
  • chore(update dependency settings): (7796aac)
  • +
  • feat: new build (f70a36c)
  • +
  • docs: relink js to unpkg CDN (0bd9cdf)
  • docs: update CHANGELOG (c840cfa)
  • docs(method of execute): finish the doc of launch it (use var) (1b43dc0)
  • +
  • fix: achieve frameshot, recover event system (aed9c26)
  • +
  • style: change L2Dwidget into Class (59909df)
  • +
  • build(add script to bump version better): (a2d04e8)
  • +
  • build(fix changelog script path problem): (67c56ee)
  • +
  • chore(update dependency settings): (7796aac)
  • build: remove ghpages from npm publish (7401ffe)

diff --git a/ghpages/docs/manual/index.html b/ghpages/docs/manual/index.html index 0262ae5..635992b 100644 --- a/ghpages/docs/manual/index.html +++ b/ghpages/docs/manual/index.html @@ -31,16 +31,8 @@ @@ -230,7 +222,7 @@

Special Thanks

  • change userConfig.display.widght to userConfig.display.width
  • Please use L2DWidget.init() and L2DWidget.captureFrame() instead of initL2DWidget()
- +
diff --git a/package.json b/package.json index 265f5f0..1a51007 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build:doc": "./node_modules/.bin/esdoc", "commit": "git pull&&git-cz", "_changelog": "./node_modules/.bin/conventional-changelog -i docsrc/CHANGELOG.md -r 0 -s -u", - "changelog": "git pull&&npm run _changelog&&git add docsrc/CHANGELOG.md&&git commit -m \"docs: update CHANGELOG\"&&git push&&git status", + "changelog": "git pull&&npm run _changelog&&git add docsrc/CHANGELOG.md", "v:major": "npm version major", "v:pmajor": "npm version premajor", "v:minor": "npm version minor",