UNPKG

@atomist/yaml-updater

Version:

Update YAML documents while ensuring clean diffs

62 lines (35 loc) 1.92 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/atomist/yaml-updater/compare/1.0.1...HEAD) ## [1.0.1](https://github.com/atomist/yaml-updater/compare/1.0.0...1.0.1) - 2019-04-05 ### Security - Update TypeScript and js-yaml packages. [ecb4f91](https://github.com/atomist/yaml-updater/commit/ecb4f913502e927ef5aadc3d67a65b5379fdf5ec) ## [1.0.0](https://github.com/atomist/yaml-updater/compare/0.4.1...1.0.0) - 2018-08-29 ## [0.4.1](https://github.com/atomist/yaml-updater/compare/0.4.0...0.4.1) - 2018-08-22 ### Fixed - Added rimraf to devDependencies. ## [0.4.0](https://github.com/atomist/yaml-updater/compare/0.3.0...0.4.0) - 2018-08-22 ### Changed - **BREAKING** Reorganize to more standard Node.js package structure. - Better typings on update objects. - Improve README. - Update package scripts. - Update TypeScript and TSLint configuration. - Update ignore files. ### Removed - Delete Travis CI configuration and scripts. ## [0.3.0](https://github.com/atomist/yaml-updater/compare/0.2.0...0.3.0) - 2017-09-13 ### Added - Automatic publication of TypeDoc to gh-pages on release - Option to update all documents at once in a multi documents file [#3](https://github.com/atomist/yaml-updater/issues/3) ### Changed - Update TypeScript to 2.5.1 ## [0.2.0](https://github.com/atomist/yaml-updater/compare/0.1.0...0.2.0) - 2017-08-28 ### Fixed - Updating object value having empty first line [#1](https://github.com/atomist/yaml-updater/issues/1) - Updating object with trailing spaces [#2](https://github.com/atomist/yaml-updater/issues/2) ## [0.1.0](https://github.com/atomist/yaml-updater/releases/tag/0.1.0) - 2017-08-18 ### Added - Clean updates to YAML