Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

68 lines (40 loc) · 4.24 KB

Changelog

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

1.1.0 (2021-01-29)

Features

  • index: replace indiana with india (eaf22e4)

1.0.0 (2020-11-09)

Performance Improvements

  • docs: use minified UMD bundle for demo site (4fa265b)

  • feat(index)!: skip characters that are not on the alphabet map (3579293)

BREAKING CHANGES

  • filter out undefined from converter array output when a character does not exist on the alphabet map.

0.3.0 (2020-11-08)

Bug Fixes

  • docs: add missing text field line (b4eb72b)
  • docs: ensure input is focused even if it's in an iframe (566682d)
  • docs: resolve error by using default export on window namespace (4ddfb1b)
  • docs: specify [email protected] for unpkg (2117014)

Features

  • docs: load Roboto font and use headline3 styles for heading (2559e35)

Performance Improvements

  • index: return early with empty array if string is blank (6a5334a)

0.2.0 (2020-02-21)

Bug Fixes

  • docs: ensure fallback cdn script is loaded on gh-pages (20311a4)

Features

  • docs: add github-corners and update meta description (7ff2d6a)
  • src: export NATO_PHONETIC_ALPHABET (e284565)

0.1.0 (2020-01-31)

Features

  • docs: add ripple styling to chips (606bfef)
  • docs: add static site demo of library that uses mdc web (b72e240)
  • docs: fallback to cdn if local js is not found in index.html (d0daf6f)
  • docs: style the words as chips (b6f86ca)
  • docs: wrap markup in html5-boilerplate (caf0a58)
  • index: add index.js and "files" in package.json (169f417)
  • index: remove index.js and update package.json (f9dfe12)
  • src: add index.ts with phonetic alphabet map and converter (d3bc7f7)
  • src: throw a type error if first argument is not a string (841555b)