Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 1.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.2 - 2020-05-04

Added

  • End to end testing support via cypress.
  • pages/index.mjs for e2e testing. The page loads and renders list items.

Changed

  • createClient(...) now requires an options argument.
  • The sourceNodes hook now uses await/async instead a callback pattern.
  • The webpack package.json copy transform now uses Buffer.from instead of the ctor.
  • Unit testing now mocks dependencies to behave more like unit testing.

Removed

  • Site data loading support. All vital information available from the site resource is already known to the plugin config.

0.0.1 - 2020-04-23

Added

  • List data loading support
  • Site data loading support
  • README.md with getting started guidelines.
  • Lockup logo (Gatsby+SharePoint)
  • Code style files (.eslintrc, .prettierrc)
  • Webpack based build supporting cutting edge Javascript