All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.5 (2019-10-01)
- gatsby-ssr: filtering out links that begin with the /page-data/ directory (7b7f5a4)
- package.json: upgraded dev-dependencies and made them only respect minor versions (96c3001)
- gatsby-ssr spec: added a test for /page-data/ JSON files being removed (f3faf88)
2.0.4 (2019-08-09)
- npm files: added back missing files from switching from npmignore to package.json files prop (ea713ee)
2.0.3 (2019-08-09)
- cz-conventional-changelog: upgraded conventional changelog dependency to fix a security bug (7b18157)
2.0.2 (2019-07-22)
- gatsby-ssr: can't export a function unless it's in the API, so to utilities checkPathExclusion (d38981e)
- gitignore: remove a compiled file and add it to gitignore (b0a93c3)
2.0.1 (2019-07-22)
- package.json: Updated dev dependencies to fix vulnerabilities. (9ed858d)
2.0.0 (2019-07-22)
- gatsby-ssr: add excludePaths option (2719468)
- gatsby-ssr: update checkpathexclusion to use RegExp instead of an array of strings (3dc084a)
- gatsby-ssr: update exclude to excludeFiles (057bc58)
- gatsby-ssr.spec.ts: update some tests (703d72d)
- gatsby-ssr: the option of exclude has been changed to excludeFiles. Anything using exclude still will not have stuff excluded
1.1.2 (2019-06-28)
- gatsby-ssr: Ignored all actions during dev build. (2f9c265)
- instanbul source maps: Added source maps for code coverage. (9c11787)
1.1.1 (2019-06-27)
- gatsby-ssr: Added a check for href and src in props before regexp testing them. (8eb6565)
1.1.0 (2019-06-27)
- gatsby-ssr: Added the ability to exclude files that get removed. (395d4a1)
1.0.2 (2019-06-27)
- .npmignore: Removed files by adding them to .npmignore. (7f2b4f8)
1.0.1 (2019-06-27)
- package.json: Changed gatsby plugin to gatsby-plugin as per requirements. (f8bbbf2)
- Cloudbuild: Added cloud build to test pull requests. (2896fd7)
- gatsby-ssr.spec: Renamed on of the tests. (1c04ae5)
1.0.0 (2019-06-26)
- testing: added jasmine for testing (907403f)
- Standard version: Added a library to help with changelogs. (c6dd92a)
- No Javascript Plugin: Added all logic to remove JS from a Gatsby project. (67bad8e)