Skip to content

Commit a2334f1

Browse files
committed
chore: release v3.0.1 (#14)
* chore: release v3.0.1 * fix: passing axios as function * docs: add demo to docs * chore: update change log * fix: add shipjs after publish coverage report * chore: remove deploy from ci
1 parent 1407e28 commit a2334f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+238
-23886
lines changed

.circleci/config.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,9 @@ jobs:
5555
at: ~/repo
5656
- run: yarn test
5757

58-
deploy:
59-
<<: *defaults
60-
steps:
61-
- attach_workspace:
62-
at: ~/repo
63-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc && yarn publish
64-
6558
workflows:
6659
version: 2
67-
setup-lint-build-test-deploy:
60+
setup-lint-build-test:
6861
jobs:
6962
- setup
7063

@@ -84,11 +77,3 @@ workflows:
8477
filters:
8578
tags:
8679
only: /^v.*/
87-
- deploy:
88-
requires:
89-
- test
90-
filters:
91-
tags:
92-
only: /^v.*/
93-
branches:
94-
ignore: /.*/

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/.idea
44
coverage
55
yarn-error.log
6+
dist

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1+
## [3.0.1](https://github.com/chimera-js/vue-chimera/compare/v3.0.0...v3.0.1) (2020-03-20)
2+
3+
## Fixes
4+
Fix passing axios as function
5+
Fix send extra params without parameter
6+
17
# [3.0.0](https://github.com/chimera-js/vue-chimera/compare/v2.4.3...v3.0.0) (2020-03-18)
28

9+
## Features
10+
11+
Prefetch reactive endpoints
12+
13+
Mixin strategy and inheritance
14+
15+
SSR compatibility
16+
17+
## Refactors
18+
19+
'Resource' renamed to 'Endpoint'
320

21+
Refactored and improved reactivity
422

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Overview of features:
2626
- Events
2727
- Lightweight
2828

29+
## Demo
30+
31+
[Demo](https://vue-chimera.netlify.com/demo)
32+
2933
## Documents
3034

3135
[Full Documentation](https://vue-chimera.netlify.com)

0 commit comments

Comments
 (0)