Closed ehmicky closed 6 years ago
I see there has been only one commit since November 2015. If you need someone to maintain this project, I can volunteer!
Your help is welcome. I've added you as a collaborator 😄 Thanks.
Alright fixed everywhere. Waiting for your green light.
About being added as a collaborator: great! I'll probably submit new PRs in coming weeks.
Also just posted this: https://github.com/nodeca/js-yaml/issues/415 And this: https://github.com/yaml/www.yaml.org/pull/25
This is a proposal for a major update of
gulp-yaml
. It includes both changes from therefactor
branch and the two currently opened pull requests: #3 and #7.User features
Add
options.ext
to specify the filename extension (defaults to.json
).Add
options.json
andoptions.onWarning
fromjs-yaml
.Add support for
file.contents
beingnull
.Documentation
Improve
README.md
.Dependencies
Remove
gulp-util
deprecated dependency.Upgrade
js-yaml
from3.4.3
to3.11.0
Upgrade
bufferstreams
from1.1.0
to2.0.0
Add
package-lock.json
.Linting
Add linting with ESLint. It is based on Standard JavaScript with two rules exceptions to keep the current coding style untouched.
Refactoring
Major code refactoring.
Note
I see there has been only one commit since November 2015. If you need someone to maintain this project, I can volunteer!