Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 3.28 KB

Change Log

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

0.2.0 (2017-05-24)

Bug Fixes

  • package: update global to version 4.3.2 (4d06aaf)

Features

  • ci: integrate code-climate coverage and issue reporting (ea428ba)
  • class-prototype: get prototype of class by name (6c74efd)
  • class-prototype-extends: get object prototype by (f8040ce)
  • class-prototype-new: get prototype of new expression (3ed4dd0), closes #4
  • security: resolve dependency vulnerabilities (f47e561)

0.1.4 (2017-03-19)

Features

  • ci: integrate code-climate coverage and issue reporting (ea428ba)
  • class-prototype: get prototype of class by name (6c74efd)
  • class-prototype-extends: get object prototype by (f8040ce)
  • class-prototype-new: get prototype of new expression (3ed4dd0), closes #4

0.1.3 (2017-03-15)

Bug Fixes

  • package: update codecov to version 2.0.1 (d8c3c74)

0.1.2 (2017-03-12)

Features

  • ci: finalize codacy, sonar-qube, coveralls, codecov, circle-ci, travis-ci, greenkeeper, and david-dm badges for quality, coverage, build, and dependency status. (16b32fb)

Reverts

  • source-clear: blew up the travis build, so removing source-clear, for now (6c5878c)

0.1.1 (2017-03-09)

Features

  • ci: add build, coverage, and quality analysis and display their status with badges (4f6c1f9)

0.1.0 (2017-03-09)

Features

  • identifier-collection: group Identifiers by name with references to their occurances (80fe3bf)