Skip to content

Commit

Permalink
chore: bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-P-yan committed Dec 11, 2023
1 parent b85d748 commit 09b4b2d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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 v0.1.1
* xml-class-transformer v1.0.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 v0.1.1
* xml-class-transformer v1.0.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.

12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ xml-class-transformer

#### Defined in

[src/types.ts:3](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L3)
[src/types.ts:3](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L3)

___

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

#### Defined in

[src/types.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L6)
[src/types.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L6)

## Functions

Expand All @@ -70,7 +70,7 @@ Class decorator

#### Defined in

[src/decorators.ts:12](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/decorators.ts#L12)
[src/decorators.ts:12](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/decorators.ts#L12)

___

Expand All @@ -92,7 +92,7 @@ Class property decorator.

#### Defined in

[src/decorators.ts:33](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/decorators.ts#L33)
[src/decorators.ts:33](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/decorators.ts#L33)

___

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

#### Defined in

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

___

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

#### Defined in

src/transform-xml-to-class.ts:6
[src/transform-xml-to-class.ts:6](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/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:131](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L131)
[src/types.ts:131](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L131)

___

Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/XmlEntityOptions.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:19](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L19)
[src/types.ts:19](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L19)

___

Expand All @@ -33,4 +33,4 @@ This is just a shortcut for the `@XmlAttribute({ name: 'xmlns', value: '...' })`

#### Defined in

[src/types.ts:13](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L13)
[src/types.ts:13](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L13)
12 changes: 6 additions & 6 deletions docs/interfaces/XmlPropertyOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Not compatible with the `attr` and `chardata` options.

#### Defined in

[src/types.ts:57](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L57)
[src/types.ts:57](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L57)

___

Expand All @@ -37,7 +37,7 @@ Not compatible with the `chardata` and `union` options.

#### Defined in

[src/types.ts:72](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L72)
[src/types.ts:72](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L72)

___

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

#### Defined in

[src/types.ts:109](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L109)
[src/types.ts:109](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L109)

___

Expand All @@ -99,7 +99,7 @@ Not compatible with the `chardata` option and the union types.

#### Defined in

[src/types.ts:66](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L66)
[src/types.ts:66](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L66)

___

Expand All @@ -119,7 +119,7 @@ Not compatible with the `union` option.

#### Defined in

[src/types.ts:33](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L33)
[src/types.ts:33](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L33)

___

Expand Down Expand Up @@ -152,4 +152,4 @@ test unions of primitive types

#### Defined in

[src/types.ts:51](https://github.com/Edgar-P-yan/xml-class-transformer/blob/c6cfd11/src/types.ts#L51)
[src/types.ts:51](https://github.com/Edgar-P-yan/xml-class-transformer/blob/b85d748/src/types.ts#L51)
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": "0.1.1",
"version": "1.0.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 09b4b2d

Please sign in to comment.