Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.45 KB

File metadata and controls

82 lines (52 loc) · 2.45 KB

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Guiding Principles
  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.
Types of changes

Changelog entries are classified using the following labels (from keep-a-changelog):

  • added: for new features
  • changed: for changes in existing functionality
  • deprecated: for once-stable features removed in upcoming releases
  • removed: for deprecated features removed in this release
  • fixed: for any bug fixes

Custom labels used in this repository:

  • dependencies: bumps dependencies
  • housekeeping: code re-organization, minor edits, or other changes that don't fit in one of the other categories.

5.0.0 - 2018-01-11

Changes

  • Adds support for node.value, in anticipation of snapdragon v1.0.0.

4.0.0 - 2017-11-01

Dependencies

  • Updated kind-of to version 6.0

3.0.0 - 2017-05-01

Changed

  • .emit was renamed to .append
  • .addNode was renamed to .pushNode
  • .getNode was renamed to .findNode
  • .isEmptyNodes was renamed to .isEmpty: also now works with node.nodes and/or node.val

Added

0.1.0

First release.