diff --git a/dist/index.cjs b/dist/index.cjs index 7871954..ebdea94 100644 --- a/dist/index.cjs +++ b/dist/index.cjs @@ -1,5 +1,5 @@ /*! - * xml-class-transformer v0.1.1 + * xml-class-transformer v1.0.0 * (c) Edgar Pogosyan * Released under the MIT License. */ diff --git a/dist/index.esm.js b/dist/index.esm.js index 9ad0083..acfdd19 100644 --- a/dist/index.esm.js +++ b/dist/index.esm.js @@ -1,5 +1,5 @@ /*! - * xml-class-transformer v0.1.1 + * xml-class-transformer v1.0.0 * (c) Edgar Pogosyan * Released under the MIT License. */ diff --git a/dist/index.js b/dist/index.js index 31b8da2..50f64b9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ /*! - * xml-class-transformer v0.1.1 + * xml-class-transformer v1.0.0 * (c) Edgar Pogosyan * Released under the MIT License. */ diff --git a/dist/index.mjs b/dist/index.mjs index d4b4000..63e9db6 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -1,5 +1,5 @@ /*! - * xml-class-transformer v0.1.1 + * xml-class-transformer v1.0.0 * (c) Edgar Pogosyan * Released under the MIT License. */ diff --git a/dist/index.umd.js b/dist/index.umd.js index eda8607..eab3135 100644 --- a/dist/index.umd.js +++ b/dist/index.umd.js @@ -1,5 +1,5 @@ /*! - * xml-class-transformer v0.1.1 + * xml-class-transformer v1.0.0 * (c) Edgar Pogosyan * Released under the MIT License. */ diff --git a/dist/index.umd.min.js b/dist/index.umd.min.js index 426f8a4..f5cfc39 100644 --- a/dist/index.umd.min.js +++ b/dist/index.umd.min.js @@ -1,5 +1,5 @@ /*! - * xml-class-transformer v0.1.1 + * xml-class-transformer v1.0.0 * (c) Edgar Pogosyan * Released under the MIT License. */ diff --git a/docs/README.md b/docs/README.md index fa97b3f..e7d5b38 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) ___ @@ -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 @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) diff --git a/docs/interfaces/ClassToXmlOptions.md b/docs/interfaces/ClassToXmlOptions.md index d70836f..5dca234 100644 --- a/docs/interfaces/ClassToXmlOptions.md +++ b/docs/interfaces/ClassToXmlOptions.md @@ -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) ___ diff --git a/docs/interfaces/XmlEntityOptions.md b/docs/interfaces/XmlEntityOptions.md index 2ae419f..1a7e56e 100644 --- a/docs/interfaces/XmlEntityOptions.md +++ b/docs/interfaces/XmlEntityOptions.md @@ -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) ___ @@ -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) diff --git a/docs/interfaces/XmlPropertyOptions.md b/docs/interfaces/XmlPropertyOptions.md index bfef807..07e5d1b 100644 --- a/docs/interfaces/XmlPropertyOptions.md +++ b/docs/interfaces/XmlPropertyOptions.md @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) ___ @@ -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) diff --git a/package-lock.json b/package-lock.json index c339c5a..53046db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xml-class-transformer", - "version": "0.1.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xml-class-transformer", - "version": "0.1.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "xml-js": "^1.6.11" diff --git a/package.json b/package.json index 2fa4bc7..f868f62 100644 --- a/package.json +++ b/package.json @@ -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",