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 featureschanged: for changes in existing functionalitydeprecated: for once-stable features removed in upcoming releasesremoved: for deprecated features removed in this releasefixed: for any bug fixes
Custom labels used in this repository:
dependencies: bumps dependencieshousekeeping: 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-ofto version 6.0
3.0.0 - 2017-05-01
Changed
.emitwas renamed to .append.addNodewas renamed to .pushNode.getNodewas renamed to .findNode.isEmptyNodeswas renamed to .isEmpty: also now works withnode.nodesand/ornode.val
Added
First release.