Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from aaharu/buffer-api
Browse files Browse the repository at this point in the history
use Buffer.form
  • Loading branch information
aaharu authored Jun 16, 2018
2 parents d927dcb + 662e196 commit afac108
Show file tree
Hide file tree
Showing 8 changed files with 2,593 additions and 18 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ node_modules/
npm-debug.log

coverage/

.DS_Store
Thumbs.db
Desktop.ini
.vscode/
.idea/
*.iml
*.swp
*~
\#*\#
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
after_success: "npm run coverage"
- lts/*
after_success:
- cat ./coverage/lcov.info | $(npm bin)/coveralls

branches:
only: [ master ]
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log

## [Unreleased]
## [0.2.1] - 2018-06-17
### Added
- license infomation
- add compare view's link in changelog

### Changed
- `new Buffer` to `Buffer.from`


## [0.2.0] - 2017-01-02
### Fixed
Expand All @@ -19,9 +22,9 @@
- update dependencies packages.


## [0.1.0] - 2015-08-11
## 0.1.0 - 2015-08-11


[Unreleased]: https://github.com/aaharu/gulp-yaml-include/compare/v0.2.0...HEAD
[0.2.1]: https://github.com/aaharu/gulp-yaml-include/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/aaharu/gulp-yaml-include/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/aaharu/gulp-yaml-include/compare/v0.1.0...v0.1.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
A gulp plugin for [yaml-include](https://github.com/claylo/yaml-include).

[![npm version](https://img.shields.io/npm/v/gulp-yaml-include.svg)](https://www.npmjs.com/package/gulp-yaml-include)
[![Build Status](https://img.shields.io/travis/aaharu/gulp-yaml-include.svg)](https://travis-ci.org/aaharu/gulp-yaml-include) [![Coverage Status](https://img.shields.io/coveralls/aaharu/gulp-yaml-include.svg)](https://coveralls.io/github/aaharu/gulp-yaml-include?branch=master) [![Dependency Status](https://img.shields.io/gemnasium/aaharu/gulp-yaml-include.svg)](https://gemnasium.com/aaharu/gulp-yaml-include) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include?ref=badge_shield)
[![Build Status](https://img.shields.io/travis/aaharu/gulp-yaml-include.svg)](https://travis-ci.org/aaharu/gulp-yaml-include) [![Coverage Status](https://img.shields.io/coveralls/aaharu/gulp-yaml-include.svg)](https://coveralls.io/github/aaharu/gulp-yaml-include?branch=master) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include?ref=badge_shield)


## Usage

Expand Down Expand Up @@ -55,4 +55,4 @@ sub:
BSD-2-Clause


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Faaharu%2Fgulp-yaml-include?ref=badge_large)
Loading

0 comments on commit afac108

Please sign in to comment.