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
- End to end testing support via cypress.
pages/index.js
for e2e testing. The page loads and renders list items.
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.
- 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
- 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