Skip to content

Latest commit

 

History

History
277 lines (145 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

277 lines (145 loc) · 11.2 KB

2.14.0 (2019-09-11)

Features

  • context: allow user to create context ofor subscriptions (7e78143)

2.13.1 (2019-07-28)

Bug Fixes

  • server: allow pass user config to apollo server (4083be7)

2.13.0 (2019-06-27)

Features

  • apollo-config: allow user to pass config to apollo (36cd3de)

2.12.0 (2019-06-16)

Features

  • add polaris headers support in response (6c99c60)
  • add polaris headers support in response (c0ef899)
  • add polaris headers support in response (401c18f)
  • add polaris headers support in response (a6cd96f)
  • added realities holder (9a8753e)
  • added realities holder (56a6a2a)
  • added realities holder (dbcb1ce)
  • added realities holder (521b42d)
  • added realities holder (98ab84c)
  • fixed import (0babe13)

2.11.3 (2019-06-13)

Bug Fixes

  • change description (67c64fb)
  • change description, add tests by lists (6a8948e)
  • working soft delete tests (fc43505)

2.11.2 (2019-06-13)

Bug Fixes

  • scalars: date scalar resolver (f407a02)

2.11.1 (2019-06-05)

Bug Fixes

2.11.0 (2019-05-23)

Features

  • scalars: add date scalar (7bed910)
  • scalars: add date scalar (1a7af81)

2.10.0 (2019-04-28)

Features

  • server: export apollo server so users can test their logic (211dfa8)

2.9.1 (2019-04-28)

Bug Fixes

  • middlewares: dataversion (27d646a)

2.9.0 (2019-04-18)

Features

  • changed how we inject the schema to polaris (d57ca58)

2.8.1 (2019-04-17)

Bug Fixes

  • schema: using merge-schemas to add common entity (2d3bc99)

2.8.0 (2019-04-10)

Bug Fixes

  • filter: filter executor now supports non array object result (f928c40)
  • server: get app in start function also in interface (ab6d63c)

Features

  • server: server.start is async so user can await untill the start (84883f2)

2.7.0 (2019-04-09)

Features

  • headers: invalid error returning graphql error to the user (2436733), closes #44
  • schema: allow to use gql schema instead of regular string (407211b)

2.6.0 (2019-04-04)

Bug Fixes

  • added tests (296c570)
  • after code review (2d37817)
  • after sakak (48fabec)
  • fix sakak and make irrelevant disappear if no data version provided (0c66b98)
  • merge with master (040656f)

Features

  • added irrelevant entities container (cacf6bc)
  • merge with vladi + irr works (609a2a5)
  • refactoring code location (query irr) (5b7fd87)
  • working meanwhile (6ccb82e)
  • working meanwhile (d4dca62)
  • irrelevant entities: multiple irrelevant entities for queries (c7af32e)
  • irrelevant entities: multiple irrelevant entities for queries (848f3a3)

2.5.0 (2019-04-02)

Bug Fixes

Features

  • schema: the repository is now providing the whole executable (c53d9bc)

2.4.0 (2019-04-01)

Features

  • koa server: allow to pass custom koa server to the apollo (27c9229)
  • koa server: allow to pass custom koa server to the apollo (9f4c903)

2.3.0 (2019-03-26)

Features

  • mongo-driver: support new mongo driver (09ca797)
  • mongo-driver: support new mongo driver (8795c22)
  • subscription: support subscription (3a9d5d7)

2.2.1 (2019-03-05)

Bug Fixes

  • fix introspection: fix introspection schema (c7ef9bb)
  • change middleware to run up to down (39202a9)
  • lint fix (a085d68)

2.2.0 (2019-02-21)

Features

  • soft delete middleware: added soft delete middleware (0d87441)

2.1.0 (2019-02-18)

Bug Fixes

  • introspection: fix introspection (6d13056)

Features

  • introspection: not filtering type introspection (38799b2)
  • validation: send validation error to client (2864f84)

2.0.0 (2019-02-11)

Bug Fixes

  • fix headers cr: fix (120dee1)
  • format response: remove null from response (415d5d7)
  • headers config default: headers config default to true (73ad739)
  • heades: throw error on headers (e4f3dc4)
  • merge with master: merge (80871b3)

Features

  • headers middleware (0b27c02)
  • headers middleware: dada version+ reality id (dca3672)

BREAKING CHANGES

  • headers middleware: configs

1.4.0 (2019-02-07)

Features

  • db: add interface for db-connection (ea88c35)

1.3.0 (2019-01-31)

Features

  • log: print headers to log (3b304a4)
  • log: print headers to log (a431bd9)

1.2.1 (2019-01-31)

Bug Fixes

  • jest configuration standard fixes (2fcf134)
  • pre-commit changes (932b74b)
  • removed tsx and transform in jest config (c91fb78)

1.2.0 (2019-01-30)

Features

  • http-server: change from express to kao as http server (5ffce7d)

1.1.0 (2019-01-29)

Features

  • export: main is now main.ts insted of index.ts (976e38e)

Reverts

  • directive: mistape fixed where file name not removed '[' (46951af)

1.0.0 (2019-01-28)

Bug Fixes

  • graphql: run time error on query (5dd2b18)