The version 3.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of reshape-standard.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notesv3.0.0
MASSIVELY BREAKING, you are guaranteed to have to change code when updating to this version. Luckily the change is fairly small and simple. This change removes sugarml as the default option. In order to use sugarml as a default still, just yarn add sugarml, then require it and pass it in to the parser option and you're set.
This preset also used to add one edge-case option, which was a couple parserRules that made it such that .html and .svg files would be imported through the default parser into sugarml templates. If this was something you were using, you can just re-add the parser rules manually and will be all set.
If you were using this through spike, which many are, the default template for new projects now has an option to choose if you'd like it to be configured with sugarml or not, which makes it an easier switch if you still do favor sugarml.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Coverage remained the same at 99.31% when pulling 81581663944013fb4537753693dadaa62ab878cd on greenkeeper/reshape-standard-3.0.0 into 1f3e8e0b0e9ae1f4c662ee70bee60c5389f05a70 on master.
Version 3.0.0 of reshape-standard just got published.
The version 3.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of reshape-standard. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v3.0.0yarn add sugarml
, then require it and pass it in to theparser
option and you're set.parserRules
that made it such that.html
and.svg
files would be imported through the default parser into sugarml templates. If this was something you were using, you can just re-add the parser rules manually and will be all set.Commits
The new version differs by 2 commits.
d81a785
v3.0.0
30d6f79
Sugarfree as default (#34)
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: