lowdefy/packages/graphql/CHANGELOG.md
SamTolmay f69e8c4b6d chore(release): publish
- @lowdefy/ajv@1.1.2
 - @lowdefy/block-tools@1.1.2
 - @lowdefy/build@0.1.0
 - @lowdefy/cli@3.1.0
 - @lowdefy/color@1.1.2
 - @lowdefy/engine@0.0.1
 - @lowdefy/format@1.1.2
 - @lowdefy/graphql-federated@0.0.1
 - @lowdefy/graphql@0.0.1
 - @lowdefy/helpers@1.2.2
 - @lowdefy/layout@1.1.2
 - @lowdefy/node-utils@1.0.4
 - @lowdefy/nunjucks@1.1.2
 - @lowdefy/operators@1.1.2
 - @lowdefy/renderer@0.0.1
 - @lowdefy/blocks-antd@1.1.2
 - @lowdefy/blocks-basic@1.1.2
 - @lowdefy/blocks-color-selectors@1.1.2
 - @lowdefy/blocks-markdown@1.1.2
 - @lowdefy/server-dev@0.0.1
 - @lowdefy/server-docker@0.0.1
 - @lowdefy/server-netlify@0.0.1
2020-12-15 14:02:31 +02:00

9.7 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.0.1 (2020-12-15)

Bug Fixes

  • deps: update dependency aws-sdk to v2.809.0 (210550c)

0.0.0 (2020-12-15)

Bug Fixes

  • deps: update dependency aws-sdk to v2.809.0 (210550c)

0.0.0-alpha.7 (2020-12-10)

Bug Fixes

  • ajv: fix ajv validate parameter name (5aba723)
  • deps: update apollo graphql packages to v2.19.0 (a620fb0)
  • deps: update dependency @sendgrid/mail to v7.4.0 (a643fe3)
  • deps: update dependency aws-sdk to v2.790.0 (fbd48c3)
  • deps: update dependency aws-sdk to v2.797.0 (7e9787e)
  • deps: update dependency aws-sdk to v2.799.0 (96db18b)
  • deps: update dependency aws-sdk to v2.807.0 (0a48ec8)
  • deps: update dependency google-spreadsheet to v3.0.14 (a67e5ba)
  • deps: update dependency graphql to v15.4.0 (24803a3)
  • deps: update dependency mongodb to v3.6.3 (1f9cf3b)
  • grapgql: export mongodb resolvers, add licence headers (17d4777)
  • graphql: add component controller tests, fix edge cases (b6b5e62)
  • graphql: create new loaders for each request (603b374)
  • graphql: fix casing of mongodb 1 (59258cf)
  • graphql: fix casing of mongodb 2 (fc3c96f)
  • graphql: fix dates in google sheet transform types (c842f7e)
  • graphql: fix mongodb update one test (edd765d)
  • graphql: fix readJsonFile for node 12 (e43236b)
  • graphql: fix request controller tests (beb402d)
  • graphql: google sheet fixes (7201a4f)
  • graphql: remove google sheets delete many request (6591fda)
  • graphql: split federated build into a separate package (649db97)
  • graphql: transform types on read in google sheet delete one, append tests (13b782e)
  • move file helpers to new node-utils package (0a6ef8d)
  • requests fixes (0e7af60)
  • use helpers from helpers (ebe3738)
  • graphql: remove PageDescription type from schema (b1d51b2)

Features

  • build: add test schema function, cleanup (ac216d4)
  • cli: dev server running (8d33183)
  • cli: init dev server (7eae1a8)
  • engine: remove mutations (68f8578)
  • graphql: add check connection read and write utils (5452d86)
  • graphql: add connection resolvers (dc18907)
  • graphql: add connection schema titles (128db71)
  • graphql: add google sheet delete requests (00dd897)
  • graphql: add google sheets append one/many (693cffa)
  • graphql: add google sheets update requests (702dffe)
  • graphql: add GoogleSheet connection (4c4f252)
  • graphql: add GoogleSheetGetMany request (c181c0c)
  • graphql: add GoogleSheetGetOne request (9d37a56)
  • graphql: add menus and global (be12588)
  • graphql: add mingoAggregation and mingoFilter utils (0812030)
  • graphql: add page loader that reads json config files (5fa4aa9)
  • graphql: add requests (3a0a52c)
  • graphql: graphql file structure (c683540)
  • graphql: implement readJsonFile error handling (70d4250)
  • graphql: improve ajv errors for multiple anyOf errors (889f742)
  • graphql: improve errors and read/write checks (da84ef4)
  • graphql: improve sendgrid errors (72fac1d)
  • graphql: refactor AwsS3Bucket connection (0bf6c93)
  • graphql: refactor MongoDBCollection connection (917464a)
  • graphql: refactor request controller (393f261)
  • graphql: refactorAxiosHttp connection (4549302)
  • graphql: simplify graphql context and secrets (5f2a43b)
  • graphql: tests for mongodb utils (df89184)
  • graphql: update google sheet requests to match mongodb properties (4d5dbb2)
  • graphql: use @lowdefy/ajv for json schema tests (2b974e2)
  • graphql: use new connection resolver format in controller (e8a36c4)
  • add Apache-2.0 license (3e2064e)
  • graphql set up (47e0460)
  • update webpack configs (bcce3c8)
  • helpers: move file utilities to helpers (1159ac7)
  • web engine as webpack federated module (504a885)
  • webpack module federation (76c06c8)