summaryrefslogtreecommitdiff
path: root/node_modules/iso-639-1/CHANGELOG.md
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /node_modules/iso-639-1/CHANGELOG.md
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'node_modules/iso-639-1/CHANGELOG.md')
-rw-r--r--node_modules/iso-639-1/CHANGELOG.md79
1 files changed, 79 insertions, 0 deletions
diff --git a/node_modules/iso-639-1/CHANGELOG.md b/node_modules/iso-639-1/CHANGELOG.md
new file mode 100644
index 0000000..edcadb4
--- /dev/null
+++ b/node_modules/iso-639-1/CHANGELOG.md
@@ -0,0 +1,79 @@
+# iso-639-1 Changelog
+
+## v3.1.5
+
+- ISO6391.validate() type predicate [#87](https://github.com/meikidd/iso-639-1/pull/87)
+
+## v3.1.4
+
+- Fix native language name for Czech and Slovak [#86](https://github.com/meikidd/iso-639-1/issues/86)
+
+## v3.1.3
+
+- Remove unnecessary diacritics [#84](https://github.com/meikidd/iso-639-1/pull/84)
+
+## v3.1.2
+
+- Capitalize Faroese native [#82](https://github.com/meikidd/iso-639-1/pull/82)
+
+## v3.1.1
+
+- Capitalize Danish native [#80](https://github.com/meikidd/iso-639-1/pull/80)
+
+## v3.1.0
+
+- Fix type for getCode [#74](https://github.com/meikidd/iso-639-1/pull/74)
+- Improve performance [#72](https://github.com/meikidd/iso-639-1/pull/72)
+
+## v3.0.1
+
+- Fix error TS7016 [#68](https://github.com/meikidd/iso-639-1/issues/68)
+
+## v3.0.0
+
+- Export ESM module [#67](https://github.com/meikidd/iso-639-1/issues/67)
+
+## v2.1.15
+
+- Change parameters type "LanguageCode" to "string"
+
+## v2.1.14
+
+- Bump async from 2.6.0 to 2.6.4 [#53](https://github.com/meikidd/iso-639-1/pull/53)
+- Add a type to list the langage codes in the TS definition file [#55](https://github.com/meikidd/iso-639-1/pull/55)
+
+## v2.1.13
+
+- update Arabic native name [#50](https://github.com/meikidd/iso-639-1/pull/50)
+
+## v2.1.12
+
+- remove 'bh' [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- fj native name changed to "vosa Vakaviti" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- dv native name changed to "ދިވެހި" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- lo native name changed to "ພາສາລາວ" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- ms native name changed to "Bahasa Melayu" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- lu native name changed to "Kiluba" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- na native name changed to "Dorerin Naoero" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+- tk native name changed to "Türkmençe" [#51](https://github.com/meikidd/iso-639-1/pull/51)
+
+## v2.1.11
+
+- Slovenian native name "slovenski jezik" -> "slovenščina" [#49](https://github.com/meikidd/iso-639-1/pull/49)
+
+## v2.1.10
+
+- Polish native name "język polski" -> "Polski" [#48](https://github.com/meikidd/iso-639-1/pull/48)
+
+## v2.1.9
+
+- Change hu native name "Magyar" -> "magyar" [#40](https://github.com/meikidd/iso-639-1/pull/40)
+
+## v2.1.8
+
+- Change hr native name "hrvatski jezik" -> "Hrvatski"
+- Change sl English name "Slovene" -> "Slovenian"
+
+## v2.1.0
+
+- Correctly handle prototype property names passed as codes [#20](https://github.com/meikidd/iso-639-1/issues/20)