Skip to content

Releases: ryanhefner/contentful-parsers

v1.2.18

19 Feb 03:22
Compare
Choose a tag to compare
  • Add parsing support for Rich Text fields in graphqlParser
  • Clean-up code formatting in graphqlParser

v1.2.17

24 Nov 22:58
Compare
Choose a tag to compare
  • Update dependencies

v1.2.16

20 Oct 16:32
Compare
Choose a tag to compare
  • Update dependencies

v1.2.15

08 Oct 17:03
Compare
Choose a tag to compare
  • Add more conditional checks during date name conversions in graphqlParser
  • Update tests to reflect new date names

v1.2.14

08 Oct 16:53
Compare
Choose a tag to compare
  • Update graphqlParser to port REST date values to the expected GraphQL response naming

v1.2.13

08 Oct 16:52
Compare
Choose a tag to compare
  • Update graphqlParser to prepend https: protocol to all Asset urls

v1.2.12

08 Oct 03:34
Compare
Choose a tag to compare
  • Add object check before checking type and properties on said object

v1.2.11

08 Oct 03:23
Compare
Choose a tag to compare
  • Add additional property check before reference fields in fieldsParser
  • Update formatting and deep reference to fields values in graphqlParser

v1.2.10

08 Oct 02:44
Compare
Choose a tag to compare
  • Update __typename name handling
  • Update resolution of null definition map entries

v1.2.9

07 Oct 22:36
Compare
Choose a tag to compare
  • Make sure items is an Array before trying to pull length or map in graphqlParser