From ef31d58565aefecd8420b7bab4c6f572a4077251 Mon Sep 17 00:00:00 2001 From: Matt Lynam Date: Mon, 4 May 2020 10:53:00 -0600 Subject: [PATCH] docs(changelog): prep for release --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a46f9e..c3e897f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2020-05-04 + +### Added +- End to end testing support via cypress. +- `pages/index.js` 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](https://nodejs.org/api/buffer.html#buffer_class_method_buffer_from_array) 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 @@ -18,4 +33,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Code style files (.eslintrc, .prettierrc) - Webpack based build supporting cutting edge Javascript -[unreleased]: https://github.com/iteam-consulting/gatsby-source-sharepoint-online/compare/0.0.1...HEAD +[unreleased]: https://github.com/iteam-consulting/gatsby-source-sharepoint-online/compare/0.0.2...HEAD +[0.0.2]: https://github.com/iteam-consulting/gatsby-source-sharepoint-online/compare/0.0.1...0.0.2