phonetic-alphabet-converter
Version:
NATO phonetic alphabet converter.
69 lines (40 loc) • 4.34 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.1.0](https://github.com/remarkablemark/phonetic-alphabet-converter/compare/v1.0.0...v1.1.0) (2021-01-29)
### Features
* **index:** replace indiana with india ([eaf22e4](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/eaf22e46a590fbcdbc65da0cc9f681fd21e2091f))
# [1.0.0](https://github.com/remarkablemark/phonetic-alphabet-converter/compare/v0.3.0...v1.0.0) (2020-11-09)
### Performance Improvements
- **docs:** use minified UMD bundle for demo site ([4fa265b](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/4fa265bf55b800a561804fce8d8fd6b0e154c40a))
- feat(index)!: skip characters that are not on the alphabet map ([3579293](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/3579293932102aefeeb312e6b8a82ca80013d309))
### BREAKING CHANGES
- filter out `undefined` from converter array output when a character does not exist on the alphabet map.
# [0.3.0](https://github.com/remarkablemark/phonetic-alphabet-converter/compare/v0.2.0...v0.3.0) (2020-11-08)
### Bug Fixes
- **docs:** add missing text field line ([b4eb72b](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/b4eb72b2547f95288defda4421d4ec8891d8eaf8))
- **docs:** ensure input is focused even if it's in an iframe ([566682d](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/566682da288da8c24760c2a30b41976031dc0407))
- **docs:** resolve error by using default export on window namespace ([4ddfb1b](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/4ddfb1bf34eb4b33ade7f3858aa1f2c9ff3ad463))
- **docs:** specify `material-components-web@5.1.0` for unpkg ([2117014](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/2117014828eacc2bba9a235ec99f6123a2e045d8))
### Features
- **docs:** load Roboto font and use headline3 styles for heading ([2559e35](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/2559e35e6193e46c12617ec250e884e8d3ebb80b))
### Performance Improvements
- **index:** return early with empty array if string is blank ([6a5334a](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/6a5334ac51e3a1e3a19bac0c7c67ef2433ed0a61))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/remarkablemark/phonetic-alphabet-converter/compare/v0.1.0...v0.2.0) (2020-02-21)
### Bug Fixes
- **docs:** ensure fallback cdn script is loaded on gh-pages ([20311a4](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/20311a4))
### Features
- **docs:** add github-corners and update meta description ([7ff2d6a](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/7ff2d6a))
- **src:** export `NATO_PHONETIC_ALPHABET` ([e284565](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/e284565))
<a name="0.1.0"></a>
# 0.1.0 (2020-01-31)
### Features
- **docs:** add ripple styling to chips ([606bfef](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/606bfef))
- **docs:** add static site demo of library that uses mdc web ([b72e240](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/b72e240))
- **docs:** fallback to cdn if local js is not found in index.html ([d0daf6f](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/d0daf6f))
- **docs:** style the words as chips ([b6f86ca](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/b6f86ca))
- **docs:** wrap markup in html5-boilerplate ([caf0a58](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/caf0a58))
- **index:** add index.js and "files" in package.json ([169f417](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/169f417))
- **index:** remove `index.js` and update `package.json` ([f9dfe12](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/f9dfe12))
- **src:** add `index.ts` with phonetic alphabet map and converter ([d3bc7f7](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/d3bc7f7))
- **src:** throw a type error if first argument is not a string ([841555b](https://github.com/remarkablemark/phonetic-alphabet-converter/commit/841555b))