File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 1.4.2] - 2020-12-01
8
+ ## [ 1.4.4] - 2020-12-02
9
+ ### Fixed
10
+ - Fix Payload type - #101 / @VesterDe
9
11
12
+ ## [ 1.4.3] - 2020-12-01
10
13
### Fixed
11
14
- Fix broken UMD bundles - #117 / @johannes-z
12
15
13
- ## [ 1.4.1] - 2019-12-16
16
+ ## [ 1.4.2] - 2020-12-01
17
+ ### Fixed
18
+ - Fix broken UMD bundles - #117 / @johannes-z
14
19
20
+ ## [ 1.4.1] - 2019-12-16
15
21
### Fixed
16
22
- IE11 compatibility - #77 / @JessicaSachs
17
23
18
24
## [ 1.4.0] - 2019-09-08
19
-
20
25
### Added
21
26
- Enable variable expansion in component helper paths
22
27
23
28
## [ 1.3.0] - 2019-09-08
24
-
25
29
### Added
26
30
- Enable array read / write for sub-properties
27
31
28
32
## [ 1.2.5] - 2019-09-07
29
-
30
33
### Fixed
31
34
- Fixed issue where get and set helpers cached reference to store
32
35
@@ -72,7 +75,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
72
75
- Invalid computed property paths now return empty functions
73
76
- Bug in sync where invalid paths would cause error message to error
74
77
75
-
76
78
## [ 1.0.10] - 2018-05-20
77
79
### Fixed
78
80
- Fixed invalid wildcard bug which caused Nuxt to bomb
@@ -112,17 +114,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
112
114
### Removed
113
115
- Removed component helpers set() function
114
116
115
-
116
117
## [ 1.0.3] - 2018-05-04
117
118
### Fixed
118
119
- Fixed bug with module-level wildcard get() not returning getters
119
120
120
-
121
121
## [ 1.0.2] - 2018-05-03
122
122
### Fixed
123
123
- Fixed error message displaying original package name
124
124
125
-
126
125
## [ 1.0.1] - 2018-04-30
127
126
### Changed
128
127
- Docs tidy-ups and clarifications
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuex-pathify" ,
3
- "version" : " 1.4.3 " ,
3
+ "version" : " 1.4.4 " ,
4
4
"description" : " Ridiculously simple Vuex setup + wiring" ,
5
5
"main" : " dist/vuex-pathify.js" ,
6
6
"module" : " dist/vuex-pathify.esm.js" ,
You can’t perform that action at this time.
0 commit comments