Skip to content

Commit

Permalink
feat: update xml-js-v2 & bump version to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-P-yan committed Oct 16, 2024
1 parent 7aaf245 commit 1ddb9a1
Show file tree
Hide file tree
Showing 15 changed files with 97 additions and 67 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.3.0

[Compare](https://github.com/edgar-p-yan/xml-class-transformer/compare/v2.2.0...v2.3.0)

- update `xml-js-v2` to `v2.2.1` that has the option `avoidDoubleSanitization` and uses latest `sax` version.

## v2.2.0

[Compare](https://github.com/edgar-p-yan/xml-class-transformer/compare/v2.1.0...v2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* xml-class-transformer v2.2.0
* xml-class-transformer v2.3.0
* (c) Edgar Pogosyan
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* xml-class-transformer v2.2.0
* xml-class-transformer v2.3.0
* (c) Edgar Pogosyan
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enable the library to construct them without passing any arguments.

#### Defined in

[src/types.ts:22](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/types.ts#L22)
[src/types.ts:22](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/types.ts#L22)

___

Expand All @@ -72,7 +72,7 @@ ___

#### Defined in

[src/types.ts:26](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/types.ts#L26)
[src/types.ts:26](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/types.ts#L26)

___

Expand All @@ -82,7 +82,7 @@ ___

#### Defined in

[src/types.ts:32](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/types.ts#L32)
[src/types.ts:32](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/types.ts#L32)

## Functions

Expand Down Expand Up @@ -115,7 +115,7 @@ class SomeXmlElement {

#### Defined in

[src/decorators.ts:79](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/decorators.ts#L79)
[src/decorators.ts:79](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/decorators.ts#L79)

___

Expand Down Expand Up @@ -165,7 +165,7 @@ Output:

#### Defined in

[src/decorators.ts:162](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/decorators.ts#L162)
[src/decorators.ts:162](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/decorators.ts#L162)

___

Expand Down Expand Up @@ -202,7 +202,7 @@ class SomeElement {

#### Defined in

[src/decorators.ts:64](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/decorators.ts#L64)
[src/decorators.ts:64](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/decorators.ts#L64)

___

Expand Down Expand Up @@ -245,7 +245,7 @@ Output:

#### Defined in

[src/decorators.ts:115](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/decorators.ts#L115)
[src/decorators.ts:115](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/decorators.ts#L115)

___

Expand Down Expand Up @@ -287,7 +287,7 @@ class SomeXmlElement {

#### Defined in

[src/decorators.ts:31](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/decorators.ts#L31)
[src/decorators.ts:31](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/decorators.ts#L31)

___

Expand All @@ -308,7 +308,7 @@ ___

#### Defined in

[src/transform-class-to-xml.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/transform-class-to-xml.ts#L6)
[src/transform-class-to-xml.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/transform-class-to-xml.ts#L6)

___

Expand All @@ -335,4 +335,4 @@ ___

#### Defined in

[src/transform-xml-to-class.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/f1a1952/src/transform-xml-to-class.ts#L6)
[src/transform-xml-to-class.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/7aaf245/src/transform-xml-to-class.ts#L6)
Loading

0 comments on commit 1ddb9a1

Please sign in to comment.