Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

58 lines (29 loc) · 2.05 KB

1.1.0 (2019-08-27)

Features

  • dangerouslySetInnerHTML property is removed. All the string props will get encoded and dangerouslySetInnerHTML will be used (19da0b8)

1.0.6 (2019-08-26)

Bug Fixes

  • empty collections will render to null (6bc868d)

1.0.5 (2019-08-26)

Bug Fixes

  • filtering properties that have null as a value (b938aee)

1.0.4 (2019-08-26)

Bug Fixes

  • filtering of null and [secure] nodes from a collection (a9213fc)

1.0.3 (2019-08-26)

Bug Fixes

  • added .npmrc to gitignore (daf5fb4)

1.0.2 (2019-08-26)

Bug Fixes

1.0.1 (2019-08-23)

Bug Fixes

  • 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)

BREAKING CHANGES

  • code was rearranged