Skip to content

Latest commit

 

History

History
72 lines (32 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

72 lines (32 loc) · 2.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.1 (2020-07-20)

0.3.0 (2020-07-20)

⚠ BREAKING CHANGES

  • ci: Drop support for Node 8

feature

  • ci: Disable travis CI for node 8 (5f8c7a0)

0.2.6 (2020-07-20)

0.2.4 (2017-09-30)

Bug Fixes

  • cli: default callback added (7dc9b3e)

0.2.3 (2017-09-30)

Bug Fixes

  • package: fixed package.json entries to support global package (52832dd)

0.2.2 (2017-09-30)

Bug Fixes

  • polyfill: Object.values require (832bb2e)

0.2.1 (2017-09-30)

Bug Fixes

  • polyfill: added Object.values polyfill for node 6 (514a555)

0.2.0 (2017-09-30)

Bug Fixes

  • ci: added travis config (cc11118)
  • tests: tests added, implementation adjusted (d8e210c)

Features

  • initialized repository (basic functionalities) (dbf7327)