Remove the old fileType API#260
Merged
vlad-zhukov merged 8 commits intoandywer:release-2.0from Apr 21, 2018
dmitmel:feature/remove-old-api
Merged
Remove the old fileType API#260vlad-zhukov merged 8 commits intoandywer:release-2.0from dmitmel:feature/remove-old-api
vlad-zhukov merged 8 commits intoandywer:release-2.0from
dmitmel:feature/remove-old-api
Conversation
vlad-zhukov
reviewed
Mar 26, 2018
docs/MIGRATION-GUIDE.md
Outdated
| ### `context.fileType` has been removed | ||
|
|
||
| The `context.fileType()` function is now deprecated. Just use `context.match.test` and provide a hard-coded RegExp as a default. | ||
| The `context.fileType()` function has been removed. Just use `context.match.test` and provide a hard-coded RegExp as a default. |
Collaborator
There was a problem hiding this comment.
This file is for v0.4 -> v1 migration only, don't bother with it right now.
Contributor
Author
There was a problem hiding this comment.
Should I undo this change?
Collaborator
|
Thanks for the PR! |
vlad-zhukov
pushed a commit
that referenced
this pull request
Apr 21, 2018
Merged
andywer
pushed a commit
that referenced
this pull request
Jun 19, 2018
marcofugaro
pushed a commit
to marcofugaro/webpack-blocks
that referenced
this pull request
Sep 29, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #125