Skip to content

Commit

Permalink
chore: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-P-yan committed Apr 26, 2024
1 parent feffe5e commit ed50652
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
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.0.0
* xml-class-transformer v2.1.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.0.0
* xml-class-transformer v2.1.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/bd27759/src/types.ts#L22)
[src/types.ts:22](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/types.ts#L26)
[src/types.ts:26](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/types.ts#L32)
[src/types.ts:32](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/decorators.ts#L79)
[src/decorators.ts:79](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/decorators.ts#L162)
[src/decorators.ts:162](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/decorators.ts#L64)
[src/decorators.ts:64](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/decorators.ts#L115)
[src/decorators.ts:115](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/decorators.ts#L31)
[src/decorators.ts:31](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/transform-class-to-xml.ts#L6)
[src/transform-class-to-xml.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/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/bd27759/src/transform-xml-to-class.ts#L6)
[src/transform-xml-to-class.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/transform-xml-to-class.ts#L6)
2 changes: 1 addition & 1 deletion docs/interfaces/ClassToXmlOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ true

#### Defined in

[src/types.ts:136](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L136)
[src/types.ts:136](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L136)

___

Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/XmlAttributeOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If not specified, the property name will be used.

#### Defined in

[src/types.ts:103](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L103)
[src/types.ts:103](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L103)

___

Expand Down Expand Up @@ -49,4 +49,4 @@ Specify the primitive type for parsing and serializing the attribute.

#### Defined in

[src/types.ts:114](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L114)
[src/types.ts:114](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L114)
2 changes: 1 addition & 1 deletion docs/interfaces/XmlChardataOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Specify the primitive type for parsing and serializing the chardata.

#### Defined in

[src/types.ts:128](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L128)
[src/types.ts:128](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L128)
8 changes: 4 additions & 4 deletions docs/interfaces/XmlChildElemOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Not compatible with the `attr` and `chardata` options.

#### Defined in

[src/types.ts:85](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L85)
[src/types.ts:85](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L85)

___

Expand All @@ -39,7 +39,7 @@ Not compatible with the `union` option, because union typed elements name is gat

#### Defined in

[src/types.ts:95](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L95)
[src/types.ts:95](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L95)

___

Expand Down Expand Up @@ -68,7 +68,7 @@ Not compatible with the `union` option.

#### Defined in

[src/types.ts:64](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L64)
[src/types.ts:64](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L64)

___

Expand Down Expand Up @@ -101,4 +101,4 @@ Primitive types are not supported in unions.

#### Defined in

[src/types.ts:79](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L79)
[src/types.ts:79](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L79)
4 changes: 2 additions & 2 deletions docs/interfaces/XmlElemOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If not specified, the class name will be used.

#### Defined in

[src/types.ts:48](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L48)
[src/types.ts:48](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L48)

___

Expand All @@ -39,4 +39,4 @@ This is just a shortcut for the `@XmlAttribute({ name: 'xmlns', type: () => Stri

#### Defined in

[src/types.ts:42](https://github.com/Edgar-P-yan/xml-class-transformer/blob/bd27759/src/types.ts#L42)
[src/types.ts:42](https://github.com/Edgar-P-yan/xml-class-transformer/blob/feffe5e/src/types.ts#L42)
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-class-transformer",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fluently parse XML into beautiful JS/TS classes and serialize them. GoLang's encoding/xml alternative for JS/TS world.",
"cdn": "dist/index.umd.js",
"main": "dist/index.js",
Expand Down

0 comments on commit ed50652

Please sign in to comment.