Skip to content

Commit

Permalink
Fix: v2 entity set with documentation (#83)
Browse files Browse the repository at this point in the history
* Fix for #255

* 0.8.3

* Bump dependencies

* Changelog
  • Loading branch information
ralfhandl authored Aug 16, 2023
1 parent c9f1c6f commit 83450db
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 93 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.3 2023-08-16

### Fixed

- `xml2json`: OData V2 EntitySet element may contain Documentation element

## 0.8.2 2023-06-15

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions lib/xml2json.js
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,8 @@ module.exports.xml2json = function (
EntitySet: {
NavigationPropertyBinding: { min: 0 },
Annotation: { min: 0 },
// V2/V3
Documentation: { min: 0 },
},
Singleton: {
NavigationPropertyBinding: { min: 0 },
Expand Down
Loading

0 comments on commit 83450db

Please sign in to comment.