Skip to content

v6.0.0

Compare
Choose a tag to compare
@swantzter swantzter released this 17 Jun 00:08
· 9 commits to main since this release

Breaking changes

  • This package is now updated for Apollo Server v4, which also makes it easier to use without apollo server.
    This changes how initialisation works, there is no longer a need to call .initialize() on the class after creating it with new
    Instead you just pass it all to the constructor, therefore the second options argument of the constructor now takes a cache as well, and if none is provided an in-memory key value cache will be used
  • documents now automatically get createdAt and updatedAt timestamps