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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.4.2] - 2020-12-01
8+ ## [ 1.4.4] - 2020-12-02
9+ ### Fixed
10+ - Fix Payload type - #101 / @VesterDe
911
12+ ## [ 1.4.3] - 2020-12-01
1013### Fixed
1114- Fix broken UMD bundles - #117 / @johannes-z
1215
13- ## [ 1.4.1] - 2019-12-16
16+ ## [ 1.4.2] - 2020-12-01
17+ ### Fixed
18+ - Fix broken UMD bundles - #117 / @johannes-z
1419
20+ ## [ 1.4.1] - 2019-12-16
1521### Fixed
1622- IE11 compatibility - #77 / @JessicaSachs
1723
1824## [ 1.4.0] - 2019-09-08
19-
2025### Added
2126- Enable variable expansion in component helper paths
2227
2328## [ 1.3.0] - 2019-09-08
24-
2529### Added
2630- Enable array read / write for sub-properties
2731
2832## [ 1.2.5] - 2019-09-07
29-
3033### Fixed
3134- Fixed issue where get and set helpers cached reference to store
3235
@@ -72,7 +75,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7275- Invalid computed property paths now return empty functions
7376- Bug in sync where invalid paths would cause error message to error
7477
75-
7678## [ 1.0.10] - 2018-05-20
7779### Fixed
7880- 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.
112114### Removed
113115- Removed component helpers set() function
114116
115-
116117## [ 1.0.3] - 2018-05-04
117118### Fixed
118119- Fixed bug with module-level wildcard get() not returning getters
119120
120-
121121## [ 1.0.2] - 2018-05-03
122122### Fixed
123123- Fixed error message displaying original package name
124124
125-
126125## [ 1.0.1] - 2018-04-30
127126### Changed
128127- Docs tidy-ups and clarifications
Original file line number Diff line number Diff line change 11{
22 "name" : " vuex-pathify" ,
3- "version" : " 1.4.3 " ,
3+ "version" : " 1.4.4 " ,
44 "description" : " Ridiculously simple Vuex setup + wiring" ,
55 "main" : " dist/vuex-pathify.js" ,
66 "module" : " dist/vuex-pathify.esm.js" ,
You can’t perform that action at this time.
0 commit comments