Skip to content

Commit

Permalink
docs(changelog): prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynam committed May 4, 2020
1 parent 99e8625 commit ef31d58
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ef31d58

Please sign in to comment.