Uh oh!
There was an error while loading. Please reload this page.
Add array of accepted synonym packages for sheetify - #165
Merged
Conversation
bcomnes
commented
Jun 17, 2019
ContributorAuthor
Ping @emilbayes@goto-bus-stop perhaps you would have thoughts on this. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bcomnes
commented
Jun 18, 2019
ContributorAuthor
@emilbayes ok updated. wdyt? |
Array.prototype.includes is not defined in older nodes
bcomnes
commented
Jun 18, 2019
ContributorAuthor
Looks like includes would be a major version bump. Fine with me. |
goto-bus-stop
approved these changes
Jun 24, 2019
Uh oh!
There was an error while loading. Please reload this page.
Open
bcomnes
commented
Jun 26, 2019
ContributorAuthor
Tests pass up till node 6, so the major version bump should note that. |
bcomnes
commented
Jul 4, 2019
ContributorAuthor
I'm going to release an 8.0.0-beta0 today and ensure this works properly in the wild. After that, I will release the 8.0.0 with a CHANGELOG/release page. |
bcomnes
commented
Jul 4, 2019
ContributorAuthor
Released in |
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 freeto 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.
I'm looking to export sheetify from
huiin order to enforce the same version of the tool across a codebase built on that component library. This PR attempts to add an array similar to what is found in hyperhtml which would enable the ability to use package synonyms.