merge-yaml-cli
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,16 +0,24 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
## [1.1.2] - 2018-03-06 | ||
### Fixed | ||
- Ensure strict mode to prevent error in older versions of Node.js | ||
## [1.1.1] - 2017-05-29 | ||
### Changed | ||
- Better module description in README | ||
## [1.1.0] - 2017-05-29 | ||
### Changed | ||
- Update dependencies | ||
- Add a Node.js API to require the module, give it an array of globs and return a YAML string | ||
### Added | ||
- Add a Node.js API for programmatic use. Give it an array of globs and returns a YAML string. | ||
## [1.0.5] - 2016-12-03 | ||
### Changed | ||
- Update dependencies | ||
<sub>http://keepachangelog.com</sub> |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const glob = require('glob') | ||
@@ -2,0 +4,0 @@ const mergeYaml = require('merge-yaml') |
{ | ||
"name": "merge-yaml-cli", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "CLI utility for merging YAML files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
54833
41
13