Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 0.6.0 #71

Merged
merged 16 commits into from
May 14, 2020
1 change: 1 addition & 0 deletions .clintonrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"lib/**",
"dist/**",
"docs/**",
"src/docs/**",
"*.{html,jpg}"
],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml,*.jade,*.pss,*.css,*.js,*.md,.*}]
[{package.json,*.yml,*.jade,*.pss,*.css,*.js,*.md,.*,*.ts}]
indent_size = 2

[{changelog.md,.*}]
Expand Down
30 changes: 0 additions & 30 deletions .eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ npm-debug.log
lib
_gh-pages
.publish
*.sublime*
coverage
3 changes: 1 addition & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"{src,test}/*.js": "eslint",
"*.md": "eslint"
"src/*.ts": "tslint -c tslint.json"
}
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
node_modules
src
.gitignore
.github
.travis.yml
coverage
.nyc_output
npm-debug.log
docs
dist
test
.clinton.json
.editorconfig
.huskyrc
.lintstagedrc
.nycrc
ava.config.js
rollup.config.js
tsconfig.json
tslint.json
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- "node"
- "lts/*"
- 10
- 8

after_success:
- npm run coverage
4 changes: 1 addition & 3 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export default {
babel: true,
files: [
"test/test-*.js"
],
require: [
"./test/helpers/setup.js"
]
}
7 changes: 0 additions & 7 deletions babel.config.js

This file was deleted.

24 changes: 23 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
## 0.6.0 (2020-05-14)

* build: add script build docs ([60cc1a4](https://github.com/Scrum/vue-2-breadcrumbs/commit/60cc1a4))
* build: not used dir dist ([c5c579c](https://github.com/Scrum/vue-2-breadcrumbs/commit/c5c579c))
* build: update after migrate to TS ([93e22d5](https://github.com/Scrum/vue-2-breadcrumbs/commit/93e22d5))
* build: update dep dev ([bb83254](https://github.com/Scrum/vue-2-breadcrumbs/commit/bb83254))
* build: update dep dev ([d4f9141](https://github.com/Scrum/vue-2-breadcrumbs/commit/d4f9141))
* build: update rules ([d9ee081](https://github.com/Scrum/vue-2-breadcrumbs/commit/d9ee081))
* build(deps): bump handlebars from 4.1.2 to 4.5.3 ([6838d73](https://github.com/Scrum/vue-2-breadcrumbs/commit/6838d73))
* docs: update ([be1226d](https://github.com/Scrum/vue-2-breadcrumbs/commit/be1226d))
* docs: update demo ([b410093](https://github.com/Scrum/vue-2-breadcrumbs/commit/b410093))
* docs: update demo and builder demo ([454bd6f](https://github.com/Scrum/vue-2-breadcrumbs/commit/454bd6f))
* perf: update callback type ([3b5ce89](https://github.com/Scrum/vue-2-breadcrumbs/commit/3b5ce89))
* ci: drop support old node ([4cd9327](https://github.com/Scrum/vue-2-breadcrumbs/commit/4cd9327))
* test: fix after migrate to class ([977b3f8](https://github.com/Scrum/vue-2-breadcrumbs/commit/977b3f8))
* test: fix after update deps ([92274e1](https://github.com/Scrum/vue-2-breadcrumbs/commit/92274e1))
* feat: migrate to TS, close #70 ([bc77070](https://github.com/Scrum/vue-2-breadcrumbs/commit/bc77070)), closes [#70](https://github.com/Scrum/vue-2-breadcrumbs/issues/70)



## <small>0.5.2 (2019-11-21)</small>

* 0.5.2 ([f60df77](https://github.com/Scrum/vue-2-breadcrumbs/commit/f60df77))
* Create funding.yml ([ebd846f](https://github.com/Scrum/vue-2-breadcrumbs/commit/ebd846f))
* build: add funding field for npm ([559a05f](https://github.com/Scrum/vue-2-breadcrumbs/commit/559a05f))
* build: bundle ([93b2425](https://github.com/Scrum/vue-2-breadcrumbs/commit/93b2425))
* build: move config to file ([cd39a59](https://github.com/Scrum/vue-2-breadcrumbs/commit/cd39a59))
* build: update changelog ([5a62710](https://github.com/Scrum/vue-2-breadcrumbs/commit/5a62710))
* build: update depdev ([dafef7f](https://github.com/Scrum/vue-2-breadcrumbs/commit/dafef7f))
* build(deps): bump eslint-utils from 1.3.1 to 1.4.2 ([b79f3f1](https://github.com/Scrum/vue-2-breadcrumbs/commit/b79f3f1))
* build(deps): bump lodash.template from 4.4.0 to 4.5.0 ([dd6f8f0](https://github.com/Scrum/vue-2-breadcrumbs/commit/dd6f8f0))
Expand All @@ -11,7 +34,6 @@
* docs: fix badges ([0905dae](https://github.com/Scrum/vue-2-breadcrumbs/commit/0905dae))
* docs: perf usege, close #63 ([dd9d373](https://github.com/Scrum/vue-2-breadcrumbs/commit/dd9d373)), closes [#63](https://github.com/Scrum/vue-2-breadcrumbs/issues/63)
* docs: prettier arg ([27673fc](https://github.com/Scrum/vue-2-breadcrumbs/commit/27673fc))
* Create funding.yml ([ebd846f](https://github.com/Scrum/vue-2-breadcrumbs/commit/ebd846f))



Expand Down
1 change: 0 additions & 1 deletion dist/vue-2-breadcrumbs.min.js

This file was deleted.

186 changes: 0 additions & 186 deletions dist/vue-breadcrumbs.min.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/css/app.4778c4d5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/css/chunk-3302e43a.13378d60.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/img/logo.82b9c7a5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading