mirror of
https://github.com/garraflavatra/alphabets.git
synced 2025-01-18 05:07:58 +00:00
Added changelog file
This commit is contained in:
parent
045f7b7692
commit
08f70efc05
51
CHANGELOG.md
Normal file
51
CHANGELOG.md
Normal file
@ -0,0 +1,51 @@
|
||||
# [Unreleased]
|
||||
|
||||
Fixed the X-ray entry in the NATO alphabet.
|
||||
|
||||
# [v2.0.3]
|
||||
|
||||
Added the [NATO phonetic alphabet](https://en.wikipedia.org/wiki/NATO_phonetic_alphabet).
|
||||
|
||||
# [v2.0.2]
|
||||
|
||||
Fixed a double typo in package.json and package-lock.json (see 237fb6a).
|
||||
|
||||
# [v2.0.1]
|
||||
|
||||
Added Ukrainian alphabet.
|
||||
|
||||
# [v2.0.0]
|
||||
|
||||
Huge improvements...
|
||||
|
||||
# [v1.2.0]
|
||||
|
||||
Added Russian alphabet! It is exported as `russian`.
|
||||
|
||||
# [v1.1.0]
|
||||
|
||||
Added Scandinavian alphabets. This package now exports the following alphabets:
|
||||
|
||||
| Name | Export name |
|
||||
|---------------------------|------------------|
|
||||
| Danish | `danish` |
|
||||
| Faroese | `faroese` |
|
||||
| Greek (modern) | `greek` |
|
||||
| Greek (ancient/polytonic) | `greekPolytonic` |
|
||||
| Icelandic | `icelandic` |
|
||||
| Latin | `latin` |
|
||||
| Norwegian | `norwegian` |
|
||||
| Swedish | `swedish` |
|
||||
|
||||
# [v1.0.0]
|
||||
|
||||
Initial release.
|
||||
|
||||
[Unreleased]: https://github.com/garraflavatra/alphabets/tree/main
|
||||
[v1.0.0]: https://github.com/garraflavatra/alphabets/releases/tag/1.0.0
|
||||
[v1.1.0]: https://github.com/garraflavatra/alphabets/releases/tag/1.1.0
|
||||
[v1.2.0]: https://github.com/garraflavatra/alphabets/releases/tag/1.2.0
|
||||
[v2.0.0]: https://github.com/garraflavatra/alphabets/releases/tag/v2.0.0
|
||||
[v2.0.1]: https://github.com/garraflavatra/alphabets/releases/tag/v2.0.1
|
||||
[v2.0.2]: https://github.com/garraflavatra/alphabets/releases/tag/v2.0.2
|
||||
[v2.0.3]: https://github.com/garraflavatra/alphabets/releases/tag/v2.0.3
|
@ -14,7 +14,7 @@
|
||||
|
||||
"latin": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"],
|
||||
|
||||
"nato": ["Alfa", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "Xray", "Yankee", "Zulu"],
|
||||
"nato": ["Alfa", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "X-ray", "Yankee", "Zulu"],
|
||||
|
||||
"norwegian": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "æ", "ø", "å"],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user