Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 12:26
· 93 commits to master since this release

Changelog

a0cc24a Always export non-empty value of the field to json
4f729fd Assembly names in JSON are no longer camelized
a63e939 Bump github.com/urfave/cli from 1.22.4 to 1.22.5
f163c65 Compile metaschema content in situ and avoid unnecessary copying
21116f0 Do not marshal name to the JSON
ce8817b Expand XmlGroupping also for Assemblies that are not wrapped by Model
2c43df7 Extract JsonAnnotation method on DefineField as well
caa01e0 Implement MarshalJSON for multiplexed models
e7c0e40 Implement context based parsing
f8cef8a Implement field/@in-xml="UNWRAPPED"
3eba2f2 Introduce IndexBy() and groupAs methods on field
98cabe7 Merge pull request #4 from GoComply/dependabot/go_modules/github.com/urfave/cli-1.22.5
eb650c1 Parse element within
85398c5 Refactor: Extract method
c10fbbe Refactor: Extract method JsonAnnotation
580ab18 Refactor: Extract method: XmlAnnotation
526b8a2 Refactor: Extract method: XmlAnnotation
68df5f7 Refactor: Fields should be considered GoStructItems
1e7fe9f Refactor: Merge datatype and AsType types
ae68a73 Refactor: Move assembly related stuff to separate file
d40f256 Refactor: item compilation details should be encapsulated within the object
600a6c3 Refactor: move as-type related stuff to separate file
5254991 Refactor: move field related stuff to separate file
204cc66 Refactor: move flag related stuff to separate file
0ce56a8 Remove show-docs handling
b40012f Remove unused MarshalXML method
20cffb1 Remove unused model field
033d9f9 Support marshaling of nested multiplexers
c7b5372 Support multiplexed field
68f88cf Update README.md
49ea87a field/@as-type="markup-line" needs to be classified as markup
98ed45c typo fix