1.1.0 (2019-08-27)
- dangerouslySetInnerHTML property is removed. All the string props will get encoded and dangerouslySetInnerHTML will be used (19da0b8)
1.0.6 (2019-08-26)
- empty collections will render to
null
(6bc868d)
1.0.5 (2019-08-26)
- filtering properties that have
null
as a value (b938aee)
1.0.4 (2019-08-26)
- filtering of null and [secure] nodes from a collection (a9213fc)
1.0.3 (2019-08-26)
- added .npmrc to gitignore (daf5fb4)
1.0.2 (2019-08-26)
- readme (2868839)
1.0.1 (2019-08-23)
- added publish config so semantic-release will release into public package on npm (66086dd)
1.0.0 (2019-08-23)
- added new schema.org types and added tests (6ea022c)
- code was rearranged