Skip to content

Commit fd65be8

Browse files
committed
Adapt to a small change in hal-json-normalizer
1 parent 46c3b26 commit fd65be8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Unreleased
22

3+
### 1.2.2
4+
- Fix embedded standalone collections that wouldn't work before
5+
36
### 1.2.1
47
- Avoid sending a reload request as long as an equal reload request is still ongoing
58
- Added source maps to the exported bundle

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function HalJsonVuex (store, axios, options) {
361361
metaKey: '_meta',
362362
normalizeUri: (uri) => normalizeEntityUri(uri, axios.defaults.baseURL),
363363
filterReferences: true,
364-
embeddedStandaloneCollectionKey: 'items'
364+
embeddedStandaloneListKey: 'items'
365365
})
366366
store.commit('add', normalizedData)
367367

0 commit comments

Comments
 (0)