Skip to content

Commit 84e057f

Browse files
committed
Release 1.4.0
1 parent 83e83f4 commit 84e057f

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [1.4.0](https://github.com/matrunchyk/vue-oop/compare/1.0.0...1.4.0) (2020-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* package.json & package-lock.json to reduce vulnerabilities ([326ac71](https://github.com/matrunchyk/vue-oop/commit/326ac71b2f1ffbdcba69442182c4ce98a10d98f3))
7+
* package.json & package-lock.json to reduce vulnerabilities ([bbbcfd3](https://github.com/matrunchyk/vue-oop/commit/bbbcfd3b9f69ade3935a282e6d15fb279d0fba3e))
8+
* package.json & package-lock.json to reduce vulnerabilities ([803af22](https://github.com/matrunchyk/vue-oop/commit/803af22905cc4c1c96ab99369dd6a537643f6b31))
9+
* package.json & package-lock.json to reduce vulnerabilities ([1d2f40e](https://github.com/matrunchyk/vue-oop/commit/1d2f40e10c8a4b4e95782b8740f4a9f2fce059f4))
10+
* package.json & package-lock.json to reduce vulnerabilities ([8b9fd4a](https://github.com/matrunchyk/vue-oop/commit/8b9fd4adada7513567811749b9ca2016a8b62017))
11+
* package.json & package-lock.json to reduce vulnerabilities ([332ce6b](https://github.com/matrunchyk/vue-oop/commit/332ce6ba821278a32570452057e34d943966b068))
12+
* package.json & package-lock.json to reduce vulnerabilities ([feccdc4](https://github.com/matrunchyk/vue-oop/commit/feccdc48f8341da81580646c2ada39ff3f90e626))
13+
* package.json & package-lock.json to reduce vulnerabilities ([d4c7fea](https://github.com/matrunchyk/vue-oop/commit/d4c7feae40df1ca856fdb99e510d0c96c11b6bed))
14+
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([eef59fc](https://github.com/matrunchyk/vue-oop/commit/eef59fcc3723c13d2a3f73f89228c3c12a4ee8b1))
15+
* **cache:** fix InStorage cache; Make .one method to have 0 arguments ([45d7bec](https://github.com/matrunchyk/vue-oop/commit/45d7bec8b070caaf4cbb92abced4917a0fedf18b))
16+
* **graphql:** add apollo-cache password filtering ([fe83010](https://github.com/matrunchyk/vue-oop/commit/fe83010b23ca172b204b010dba262cad61713e89))
17+
* **graphql:** fix persisting options ([4602033](https://github.com/matrunchyk/vue-oop/commit/4602033077334032adaf2701da78766469d78bb5))
18+
* **repository:** fix fromArray method ([52d027f](https://github.com/matrunchyk/vue-oop/commit/52d027f28d88cf47fbb4c1bb1694c09b05f278fe))
19+
* **repository:** fix model instantiation in fromArray call ([1aeccd7](https://github.com/matrunchyk/vue-oop/commit/1aeccd7ab67603e33b2ab07abcd3825b8ab71980))
20+
* **schema, model:** fix schema fetching, model.exists() method ([b89c2fc](https://github.com/matrunchyk/vue-oop/commit/b89c2fc5bcb51941eb1d0e715adc27ecd4565de4))
21+
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([08e0132](https://github.com/matrunchyk/vue-oop/commit/08e0132322880eb240efc04fb66997e8cf3864d6))
22+
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([bbfa769](https://github.com/matrunchyk/vue-oop/commit/bbfa769bd7325644ca56a70053e2a39f6aba817e))
23+
* package.json, package-lock.json & .snyk to reduce vulnerabilities ([f08ce7f](https://github.com/matrunchyk/vue-oop/commit/f08ce7fb57f20fe2d894ca21257e8d481db89f5e))
24+
25+
26+
### Features
27+
28+
* **graphql:** enhance persisting options ([7a21876](https://github.com/matrunchyk/vue-oop/commit/7a21876f523dc3857c562c9731e407328e17d2ee))
29+
130
# [1.0.0](https://github.com/matrunchyk/vue-oop/compare/0.6.3...1.0.0) (2020-05-24)
231

332

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-oop",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "A library based on Model-Repository patterns for Vue components. Usable for GraphQL and REST APIs.",
55
"keywords": [
66
"collections",

0 commit comments

Comments
 (0)