Skip to content

Latest commit

 

History

History
77 lines (36 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

77 lines (36 loc) · 2.71 KB

Change Log

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

1.4.0 (2017-03-27)

Bug Fixes

  • add *.log to gitignore/npmignore (502ab00)
  • make tests work on windows (5650754)
  • normalize umd bundle name after scope addition (73ab65f)

Features

  • add docs generation via typedoc (b59f2b6)
  • add strong type checking (860e500)

1.3.0 (2017-03-15)

Features

  • scripts: add ability to use --first-release on release script (c94694a)
  • scripts: add size script to get gzipped build size for umd bundle (d25138a)
  • add unit testing and coverage support via jest (0551a52)

1.2.0 (2017-02-27)

Features

  • scripts: add preflight check what files will be published (71a615b)
  • webpack: determine the name library name for umd build from package json (8d970bd)

1.1.1 (2017-02-27)

Bug Fixes

  • add back npm publish to release script (378d582)

1.1.0 (2017-02-27)

Features

  • lint: add ordered-imports rule (d6d0eff)

1.0.1 (2017-02-27)

Bug Fixes

  • build: fix release script task (49ca3ba)

1.0.0 (2017-02-26)