Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-P-yan committed Feb 13, 2024
1 parent 0d18bd6 commit d9b9bf9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

## v2.0.0

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

- separate decorators `XmlAttribute`, `XmlChardata`, `XmlComments`, `XmlChildElem`
- add basic support for XML comments
- add support for bigint as primitive type
- add support for `bigint` as a primitive type
- rename `XmlEntity` to `XmlElem`, `XmlProperty` to `XmlChildElem`
- concatenate text nodes when parsing chardata (before this only first text node was being parsed)
- concatenate all of the text nodes when parsing chardata (previously only the first text node was being parsed)
- docs: added more JSDocs
- internal: minor improvements and refactoring

- support circular dependencies by specifying `type` and `union` only via functions
- rename `AnyClass` to `XmlClass` and add comments about constructor arguments
- internal: minor improvements and refactoring
- internal: fix `serializeUnionForLog` error messages
- internal: add `isPrimitiveType` helper

Expand Down

0 comments on commit d9b9bf9

Please sign in to comment.