Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

71 lines (33 loc) · 2.76 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-02)

Features

  • gh-pages: add package script for publishing docs to gh-pages (1dfe830), closes #14
  • publish: add one-step publish process (7b9b857), closes #15

1.3.0 (2017-03-01)

Bug Fixes

  • hash.js: correctly pre-build hash.js for the browser (1fe0b10)
  • watch: exclude build/**/*.spec.js from ava to avoid double execution (e365656)

Features

  • browser: add browser build, tests, and sample sha256 library method (01f67d1)
  • watch: use concurrently for the watch task (7fa64b8), closes #11

1.2.2 (2017-02-17)

Bug Fixes

  • tsconfig: set rootDir option when outDir option is used (3577caa), closes #9

1.2.1 (2017-02-14)

1.2.0 (2017-02-14)

Features

  • github: add sample GitHub issue template, PR template, and contributing guidelines (9c95249)
  • watch: add unified watch task with multiview (973966e)

1.1.1 (2017-02-13)

1.1.0 (2017-02-13)

Features

  • examples: improve browser usage example (c8199e7)
  • starter: add changelogs and examples (5f18048)