Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@alexandercerutti alexandercerutti released this 27 Nov 23:35
· 17 commits to master since this release

Changes:

  • Added hooks-performed checks on return types for update and list plugins callbacks;
  • Replaced console.warn with fastify logs;
  • Improved tests and typechecking for plugins;

Bug fix:

  • Fixed list plugin, which was listening for POST instead of GET;
  • Renamed list plugin's queryString parameters (and, therefore, the according parameter in onListRetrieve 'filters') to passesUpdatedSince, as per Apple documentation;