Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
76 lines (39 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

76 lines (39 loc) · 2.79 KB

0.7.6 (2020-08-21)

Bug Fixes

0.7.5 (2020-08-21)

Bug Fixes

  • Annotations detection not working when the same keys (3c7cd89)

0.7.4 (2020-08-20)

Bug Fixes

  • remove safe-eval to fix Sandbox Breakout / Arbitrary Code Execution vulnerability (831011a)

0.7.3 (2020-07-28)

Bug Fixes

  • import using relative path (b50325f)
  • use Maybe util from local project instead of from GraphQL (b50325f)

0.7.2 (2020-07-27)

Bug Fixes

  • remove extra files from published package (9df0d05)

0.7.1 (2020-07-27)

Bug Fixes

  • bundle type declarations with published npm package (ed0459f)

0.7.0 (2020-06-23)

  • let users supply a string to parseMetadata to be parsed (3d0df66

0.6.3 (2020-06-08)

  • remove deprecation warning from console (11ea03a

0.6.2 (2020-06-03)

Bug Fixes
  • deps: move graphql to devDependency (2f0c271a)

0.6.1 (2020-06-03)

Bug Fixes
  • fix: return undefined when no description on field (bdafde6)

0.6.0 (2020-06-03)

Build System / Dependencies
New Features
  • annotations: add multiline annotations (b69a0458)
  • add deprecation warning message (048ccfe9)
Bug Fixes
  • Change declaration dit to types (f708fd8c)
Tests
  • update jest config to find tests (af82bfeb)