Skip to content

Latest commit

 

History

History
140 lines (91 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

140 lines (91 loc) · 2.02 KB

Changelog

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.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[0.12.3] - 2020-07-19

Added

  • Add syntax highlighting to README

Security

  • Bump lodash from 4.17.15 to 4.17.19
  • Bump websocket-extensions from 0.1.3 to 0.1.4
  • Bump acorn from 6.2.1 to 6.4.1

[0.12.2] - 2019-07-31

Update

  • Update Changelog

[0.12.1] - 2019-07-31

Update

  • Update dependencies

[0.12.0] - 2019-05-27

Added

  • Ability to use as a Node Module

[0.11.2] - 2019-05-21

Security

  • Remove unused dependencies
  • Update dependencies

[0.11.1] - 2019-03-28

Fixed

  • Make ESLint ignore minified files

[0.11.0] - 2019-03-27

Added

  • husky
  • pre-commit hook for lint-staged (Enforce ESLinting on commit)

Changed

  • Edit documentation
  • Format documentation

Deprecated

  • Variable names from v0.10.0

Fixed

  • Activated linting

[0.10.0] - 2019-01-26

Added

  • Ability for min/max values to be transposed
  • ESLint and Prettier
  • Width-dependent param prefixes

Changed

  • Format code with Prettier
  • Edit documentation
  • Format documentation
  • Optimize calculation

Deprecated

  • Non-width-dependent variable names

Fixed

  • Minor lint issues
  • Fix a bug that calculated size beyond intended measurements

[0.9.9] - 2019-01-25

Added

  • .npmignore

[0.9.8] - 2019-01-25

Changed

  • License to MIT

[0.9.7] - 2019-01-25

Added

  • CONTRIBUTING
  • CHANGELOG

Changed

  • Copyedits

[0.9.6] - 2019-01-24

Added

  • LICENSE

[0.9.5] - 2019-01-24

Added

  • Initial release