Files
30-seconds-of-code/node_modules/gatsby-plugin-page-creator/CHANGELOG.md
2019-08-20 15:52:05 +02:00

183 lines
8.7 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.4...gatsby-plugin-page-creator@2.1.5) (2019-07-13)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.3...gatsby-plugin-page-creator@2.1.4) (2019-07-12)
### Bug Fixes
- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.2...gatsby-plugin-page-creator@2.1.3) (2019-07-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.1...gatsby-plugin-page-creator@2.1.2) (2019-07-01)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.1.0...gatsby-plugin-page-creator@2.1.1) (2019-06-24)
### Features
- **gatsby-page-utils:** extract logic for watching a directory from gatsby-page-creator so can reuse for custom page creation ([#14051](https://github.com/gatsbyjs/gatsby/issues/14051)) ([68d9d6f](https://github.com/gatsbyjs/gatsby/commit/68d9d6f))
# [2.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.13...gatsby-plugin-page-creator@2.1.0) (2019-06-20)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.12...gatsby-plugin-page-creator@2.0.13) (2019-05-14)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.11...gatsby-plugin-page-creator@2.0.12) (2019-03-26)
### Features
- **gatsby-plugin-page-creator:** add ignore support via plugin options, fix test file ignores on Windows ([#11304](https://github.com/gatsbyjs/gatsby/issues/11304)) ([9fdc223](https://github.com/gatsbyjs/gatsby/commit/9fdc223)), closes [/github.com/gatsbyjs/gatsby/blob/026d2a956296cb01936bcf45d2be1066dd844d00/packages/gatsby-plugin-page-creator/src/gatsby-node.js#L51-L66](https://github.com/gatsbyjs/gatsby/issues/L51-L66) [/github.com/gatsbyjs/gatsby/blob/026d2a956296cb01936bcf45d2be1066dd844d00/packages/gatsby-plugin-page-creator/src/validate-path.js#L11](https://github.com/gatsbyjs/gatsby/issues/L11) [#11168](https://github.com/gatsbyjs/gatsby/issues/11168)
## [2.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.10...gatsby-plugin-page-creator@2.0.11) (2019-03-22)
### Bug Fixes
- **gatsby-source-filesystem:** pin chokidar@2.1.2 to fix unix issues ([#12759](https://github.com/gatsbyjs/gatsby/issues/12759)) ([0ea1505](https://github.com/gatsbyjs/gatsby/commit/0ea1505))
## [2.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.9...gatsby-plugin-page-creator@2.0.10) (2019-03-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.8...gatsby-plugin-page-creator@2.0.9) (2019-03-05)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.7...gatsby-plugin-page-creator@2.0.8) (2019-02-22)
**Note:** Version bump only for package gatsby-plugin-page-creator
## [2.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.6...gatsby-plugin-page-creator@2.0.7) (2019-02-19)
### Bug Fixes
- **gatsby-plugin-page-creator:** Fix regular expression for validate path ([#11862](https://github.com/gatsbyjs/gatsby/issues/11862)) ([898873d](https://github.com/gatsbyjs/gatsby/commit/898873d))
## [2.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.5...gatsby-plugin-page-creator@2.0.6) (2019-02-01)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.5"></a>
## [2.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.4...gatsby-plugin-page-creator@2.0.5) (2018-11-29)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.4"></a>
## [2.0.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.3...gatsby-plugin-page-creator@2.0.4) (2018-11-08)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.3"></a>
## [2.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.2...gatsby-plugin-page-creator@2.0.3) (2018-11-06)
### Bug Fixes
- **gatsby-plugin-page-creator:** ensure that **tests** directory is actually ignored ([#9720](https://github.com/gatsbyjs/gatsby/issues/9720)) ([a6d17d8](https://github.com/gatsbyjs/gatsby/commit/a6d17d8)), closes [#9629](https://github.com/gatsbyjs/gatsby/issues/9629)
<a name="2.0.2"></a>
## [2.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.1...gatsby-plugin-page-creator@2.0.2) (2018-10-29)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.1"></a>
## [2.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.5...gatsby-plugin-page-creator@2.0.1) (2018-10-01)
### Bug Fixes
- ignore dot files in page creator plugin ([#8573](https://github.com/gatsbyjs/gatsby/issues/8573)) ([482416b](https://github.com/gatsbyjs/gatsby/commit/482416b))
<a name="2.0.0"></a>
# [2.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.5...gatsby-plugin-page-creator@2.0.0) (2018-09-17)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-rc.5"></a>
# [2.0.0-rc.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.4...gatsby-plugin-page-creator@2.0.0-rc.5) (2018-09-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-rc.4"></a>
# [2.0.0-rc.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.3...gatsby-plugin-page-creator@2.0.0-rc.4) (2018-09-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-rc.3"></a>
# [2.0.0-rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.2...gatsby-plugin-page-creator@2.0.0-rc.3) (2018-09-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-rc.2"></a>
# [2.0.0-rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.1...gatsby-plugin-page-creator@2.0.0-rc.2) (2018-09-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-rc.1"></a>
# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-rc.0...gatsby-plugin-page-creator@2.0.0-rc.1) (2018-08-29)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-rc.0"></a>
# [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.5...gatsby-plugin-page-creator@2.0.0-rc.0) (2018-08-21)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-beta.5"></a>
# [2.0.0-beta.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.4...gatsby-plugin-page-creator@2.0.0-beta.5) (2018-07-21)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-beta.4"></a>
# [2.0.0-beta.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.3...gatsby-plugin-page-creator@2.0.0-beta.4) (2018-07-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-beta.3"></a>
# [2.0.0-beta.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.2...gatsby-plugin-page-creator@2.0.0-beta.3) (2018-07-11)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-beta.2"></a>
# [2.0.0-beta.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.1...gatsby-plugin-page-creator@2.0.0-beta.2) (2018-06-20)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.0.0-beta.0...gatsby-plugin-page-creator@2.0.0-beta.1) (2018-06-17)
**Note:** Version bump only for package gatsby-plugin-page-creator
<a name="2.0.0-beta.0"></a>
# [2.0.0-beta.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@1.0.1...gatsby-plugin-page-creator@2.0.0-beta.0) (2018-06-17)
**Note:** Version bump only for package gatsby-plugin-page-creator