# Change Log - @rushstack/localization-utilities This log was last generated on Sat, 13 Jun 2026 00:16:19 GMT and should not be manually modified. ## 0.15.19 Sat, 13 Jun 2026 00:16:19 GMT _Version update only_ ## 0.15.18 Mon, 08 Jun 2026 15:15:50 GMT _Version update only_ ## 0.15.17 Mon, 20 Apr 2026 23:31:13 GMT _Version update only_ ## 0.15.16 Mon, 20 Apr 2026 15:15:24 GMT _Version update only_ ## 0.15.15 Sat, 18 Apr 2026 03:47:10 GMT _Version update only_ ## 0.15.14 Sat, 18 Apr 2026 00:15:17 GMT _Version update only_ ## 0.15.13 Fri, 17 Apr 2026 15:14:57 GMT _Version update only_ ## 0.15.12 Fri, 10 Apr 2026 22:46:34 GMT _Version update only_ ## 0.15.11 Thu, 09 Apr 2026 00:15:07 GMT _Version update only_ ## 0.15.10 Sat, 04 Apr 2026 00:14:00 GMT _Version update only_ ## 0.15.9 Wed, 01 Apr 2026 15:13:38 GMT _Version update only_ ## 0.15.8 Tue, 31 Mar 2026 15:14:15 GMT _Version update only_ ## 0.15.7 Mon, 09 Mar 2026 15:14:08 GMT _Version update only_ ## 0.15.6 Wed, 25 Feb 2026 21:39:42 GMT _Version update only_ ## 0.15.5 Wed, 25 Feb 2026 00:34:30 GMT _Version update only_ ## 0.15.4 Tue, 24 Feb 2026 01:13:27 GMT _Version update only_ ## 0.15.3 Mon, 23 Feb 2026 00:42:21 GMT _Version update only_ ## 0.15.2 Fri, 20 Feb 2026 16:14:49 GMT _Version update only_ ## 0.15.1 Fri, 20 Feb 2026 00:15:04 GMT ### Patches - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644. ## 0.15.0 Thu, 19 Feb 2026 00:04:53 GMT ### Minor changes - Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`. ## 0.14.14 Sat, 07 Feb 2026 01:13:26 GMT _Version update only_ ## 0.14.13 Wed, 04 Feb 2026 20:42:47 GMT _Version update only_ ## 0.14.12 Wed, 04 Feb 2026 16:13:27 GMT _Version update only_ ## 0.14.11 Fri, 30 Jan 2026 01:16:13 GMT _Version update only_ ## 0.14.10 Thu, 08 Jan 2026 01:12:30 GMT _Version update only_ ## 0.14.9 Wed, 07 Jan 2026 01:12:24 GMT _Version update only_ ## 0.14.8 Mon, 05 Jan 2026 16:12:49 GMT _Version update only_ ## 0.14.7 Sat, 06 Dec 2025 01:12:28 GMT _Version update only_ ## 0.14.6 Fri, 21 Nov 2025 16:13:56 GMT _Version update only_ ## 0.14.5 Wed, 12 Nov 2025 01:12:56 GMT _Version update only_ ## 0.14.4 Tue, 04 Nov 2025 08:15:15 GMT _Version update only_ ## 0.14.3 Fri, 24 Oct 2025 00:13:38 GMT _Version update only_ ## 0.14.2 Wed, 22 Oct 2025 00:57:54 GMT _Version update only_ ## 0.14.1 Wed, 08 Oct 2025 00:13:29 GMT _Version update only_ ## 0.14.0 Fri, 03 Oct 2025 20:09:59 GMT ### Minor changes - Normalize import of builtin modules to use the `node:` protocol. ## 0.13.23 Tue, 30 Sep 2025 23:57:45 GMT _Version update only_ ## 0.13.22 Tue, 30 Sep 2025 20:33:51 GMT _Version update only_ ## 0.13.21 Fri, 12 Sep 2025 15:13:07 GMT _Version update only_ ## 0.13.20 Thu, 11 Sep 2025 00:22:31 GMT _Version update only_ ## 0.13.19 Tue, 19 Aug 2025 20:45:02 GMT _Version update only_ ## 0.13.18 Fri, 01 Aug 2025 00:12:49 GMT _Version update only_ ## 0.13.17 Wed, 23 Jul 2025 20:55:57 GMT _Version update only_ ## 0.13.16 Sat, 21 Jun 2025 00:13:15 GMT _Version update only_ ## 0.13.15 Tue, 13 May 2025 02:09:20 GMT _Version update only_ ## 0.13.14 Thu, 01 May 2025 15:11:33 GMT _Version update only_ ## 0.13.13 Thu, 01 May 2025 00:11:12 GMT _Version update only_ ## 0.13.12 Fri, 25 Apr 2025 00:11:32 GMT _Version update only_ ## 0.13.11 Mon, 21 Apr 2025 22:24:25 GMT _Version update only_ ## 0.13.10 Thu, 17 Apr 2025 00:11:21 GMT _Version update only_ ## 0.13.9 Tue, 15 Apr 2025 15:11:57 GMT _Version update only_ ## 0.13.8 Wed, 09 Apr 2025 00:11:03 GMT _Version update only_ ## 0.13.7 Fri, 04 Apr 2025 18:34:35 GMT _Version update only_ ## 0.13.6 Tue, 25 Mar 2025 15:11:16 GMT _Version update only_ ## 0.13.5 Wed, 12 Mar 2025 22:41:36 GMT _Version update only_ ## 0.13.4 Wed, 12 Mar 2025 00:11:32 GMT _Version update only_ ## 0.13.3 Tue, 11 Mar 2025 02:12:34 GMT _Version update only_ ## 0.13.2 Tue, 11 Mar 2025 00:11:25 GMT _Version update only_ ## 0.13.1 Sat, 01 Mar 2025 05:00:09 GMT _Version update only_ ## 0.13.0 Thu, 27 Feb 2025 16:10:47 GMT ### Minor changes - Update `loc.json` format to allow keys to be mapped to raw strings. This is useful so that the file name can be preserved for a strings file that can be directly imported at runtime. ## 0.12.24 Thu, 27 Feb 2025 01:10:39 GMT _Version update only_ ## 0.12.23 Wed, 26 Feb 2025 16:11:11 GMT _Version update only_ ## 0.12.22 Sat, 22 Feb 2025 01:11:12 GMT _Version update only_ ## 0.12.21 Wed, 19 Feb 2025 18:53:48 GMT _Version update only_ ## 0.12.20 Wed, 12 Feb 2025 01:10:52 GMT _Version update only_ ## 0.12.19 Thu, 30 Jan 2025 16:10:36 GMT _Version update only_ ## 0.12.18 Thu, 30 Jan 2025 01:11:42 GMT _Version update only_ ## 0.12.17 Thu, 09 Jan 2025 01:10:10 GMT _Version update only_ ## 0.12.16 Tue, 07 Jan 2025 22:17:32 GMT _Version update only_ ## 0.12.15 Sat, 14 Dec 2024 01:11:07 GMT _Version update only_ ## 0.12.14 Mon, 09 Dec 2024 20:31:43 GMT _Version update only_ ## 0.12.13 Tue, 03 Dec 2024 16:11:08 GMT _Version update only_ ## 0.12.12 Sat, 23 Nov 2024 01:18:55 GMT _Version update only_ ## 0.12.11 Fri, 22 Nov 2024 01:10:43 GMT _Version update only_ ## 0.12.10 Thu, 24 Oct 2024 00:15:48 GMT _Version update only_ ## 0.12.9 Mon, 21 Oct 2024 18:50:10 GMT _Version update only_ ## 0.12.8 Thu, 17 Oct 2024 08:35:06 GMT _Version update only_ ## 0.12.7 Tue, 15 Oct 2024 00:12:31 GMT _Version update only_ ## 0.12.6 Wed, 02 Oct 2024 00:11:19 GMT _Version update only_ ## 0.12.5 Tue, 01 Oct 2024 00:11:28 GMT _Version update only_ ## 0.12.4 Mon, 30 Sep 2024 15:12:19 GMT _Version update only_ ## 0.12.3 Sat, 28 Sep 2024 00:11:41 GMT _Version update only_ ## 0.12.2 Fri, 13 Sep 2024 00:11:43 GMT _Version update only_ ## 0.12.1 Tue, 10 Sep 2024 20:08:11 GMT _Version update only_ ## 0.12.0 Mon, 26 Aug 2024 02:00:11 GMT ### Minor changes - Add a `valueDocumentationComment` option to `exportAsDefault` that allows a documentation comment to be generated for the exported value. - Rename the `documentationComment` property in the `exportAsDefault` value to `interfaceDocumentationComment`. ## 0.11.1 Wed, 21 Aug 2024 16:24:51 GMT ### Patches - Fix an issue where `inferDefaultExportInterfaceNameFromFilename` did not apply. ## 0.11.0 Wed, 21 Aug 2024 05:43:04 GMT ### Minor changes - Expand the typings generator to take a richer set of options for default exports. See `exportAsDefault` in @rushstack/typings-generator's `StringValuesTypingsGenerator`. Also included is another property in `exportAsDefault`: `inferInterfaceNameFromFilename`. ## 0.10.0 Mon, 12 Aug 2024 22:16:04 GMT ### Minor changes - Update the schema for `.loc.json` files to allow string names that include the `$` character. ## 0.9.62 Fri, 02 Aug 2024 17:26:42 GMT _Version update only_ ## 0.9.61 Sat, 27 Jul 2024 00:10:27 GMT ### Patches - Include CHANGELOG.md in published releases again ## 0.9.60 Wed, 24 Jul 2024 00:12:14 GMT _Version update only_ ## 0.9.59 Wed, 17 Jul 2024 06:55:09 GMT _Version update only_ ## 0.9.58 Wed, 17 Jul 2024 00:11:19 GMT _Version update only_ ## 0.9.57 Tue, 16 Jul 2024 00:36:22 GMT _Version update only_ ## 0.9.56 Thu, 27 Jun 2024 21:01:36 GMT _Version update only_ ## 0.9.55 Mon, 03 Jun 2024 23:43:15 GMT _Version update only_ ## 0.9.54 Thu, 30 May 2024 00:13:05 GMT ### Patches - Include missing `type` modifiers on type-only exports. ## 0.9.53 Wed, 29 May 2024 02:03:50 GMT _Version update only_ ## 0.9.52 Wed, 29 May 2024 00:10:52 GMT _Version update only_ ## 0.9.51 Tue, 28 May 2024 15:10:09 GMT _Version update only_ ## 0.9.50 Tue, 28 May 2024 00:09:47 GMT _Version update only_ ## 0.9.49 Sat, 25 May 2024 04:54:07 GMT _Version update only_ ## 0.9.48 Fri, 24 May 2024 00:15:09 GMT _Version update only_ ## 0.9.47 Thu, 23 May 2024 02:26:56 GMT _Version update only_ ## 0.9.46 Thu, 16 May 2024 15:10:22 GMT _Version update only_ ## 0.9.45 Wed, 15 May 2024 23:42:58 GMT _Version update only_ ## 0.9.44 Wed, 15 May 2024 06:04:17 GMT _Version update only_ ## 0.9.43 Fri, 10 May 2024 05:33:34 GMT _Version update only_ ## 0.9.42 Wed, 08 May 2024 22:23:51 GMT _Version update only_ ## 0.9.41 Mon, 06 May 2024 15:11:04 GMT _Version update only_ ## 0.9.40 Wed, 10 Apr 2024 15:10:09 GMT _Version update only_ ## 0.9.39 Tue, 19 Mar 2024 15:10:18 GMT _Version update only_ ## 0.9.38 Fri, 15 Mar 2024 00:12:40 GMT _Version update only_ ## 0.9.37 Tue, 05 Mar 2024 01:19:24 GMT _Version update only_ ## 0.9.36 Sun, 03 Mar 2024 20:58:13 GMT _Version update only_ ## 0.9.35 Sat, 02 Mar 2024 02:22:24 GMT _Version update only_ ## 0.9.34 Fri, 01 Mar 2024 01:10:08 GMT _Version update only_ ## 0.9.33 Thu, 29 Feb 2024 07:11:46 GMT _Version update only_ ## 0.9.32 Wed, 28 Feb 2024 16:09:27 GMT _Version update only_ ## 0.9.31 Sat, 24 Feb 2024 23:02:51 GMT _Version update only_ ## 0.9.30 Thu, 22 Feb 2024 01:36:09 GMT _Version update only_ ## 0.9.29 Wed, 21 Feb 2024 21:45:28 GMT _Version update only_ ## 0.9.28 Wed, 21 Feb 2024 08:55:47 GMT _Version update only_ ## 0.9.27 Tue, 20 Feb 2024 21:45:10 GMT _Version update only_ ## 0.9.26 Tue, 20 Feb 2024 16:10:53 GMT _Version update only_ ## 0.9.25 Mon, 19 Feb 2024 21:54:27 GMT _Version update only_ ## 0.9.24 Sat, 17 Feb 2024 06:24:35 GMT _Version update only_ ## 0.9.23 Thu, 08 Feb 2024 01:09:21 GMT _Version update only_ ## 0.9.22 Wed, 07 Feb 2024 01:11:18 GMT _Version update only_ ## 0.9.21 Mon, 05 Feb 2024 23:46:52 GMT _Version update only_ ## 0.9.20 Thu, 25 Jan 2024 01:09:30 GMT _Version update only_ ## 0.9.19 Tue, 23 Jan 2024 20:12:58 GMT _Version update only_ ## 0.9.18 Tue, 23 Jan 2024 16:15:06 GMT _Version update only_ ## 0.9.17 Tue, 16 Jan 2024 18:30:11 GMT _Version update only_ ## 0.9.16 Wed, 03 Jan 2024 00:31:18 GMT _Version update only_ ## 0.9.15 Wed, 20 Dec 2023 01:09:46 GMT _Version update only_ ## 0.9.14 Thu, 07 Dec 2023 03:44:13 GMT _Version update only_ ## 0.9.13 Tue, 05 Dec 2023 01:10:16 GMT _Version update only_ ## 0.9.12 Fri, 10 Nov 2023 18:02:04 GMT _Version update only_ ## 0.9.11 Wed, 01 Nov 2023 23:11:35 GMT ### Patches - Fix line endings in published package. ## 0.9.10 Mon, 30 Oct 2023 23:36:38 GMT _Version update only_ ## 0.9.9 Sun, 01 Oct 2023 02:56:30 GMT _Version update only_ ## 0.9.8 Sat, 30 Sep 2023 00:20:51 GMT _Version update only_ ## 0.9.7 Thu, 28 Sep 2023 20:53:17 GMT _Version update only_ ## 0.9.6 Wed, 27 Sep 2023 00:21:38 GMT _Version update only_ ## 0.9.5 Tue, 26 Sep 2023 21:02:30 GMT _Version update only_ ## 0.9.4 Tue, 26 Sep 2023 09:30:33 GMT ### Patches - Update type-only imports to include the type modifier. ## 0.9.3 Mon, 25 Sep 2023 23:38:28 GMT _Version update only_ ## 0.9.2 Fri, 22 Sep 2023 00:05:50 GMT _Version update only_ ## 0.9.1 Tue, 19 Sep 2023 15:21:51 GMT _Version update only_ ## 0.9.0 Fri, 15 Sep 2023 00:36:58 GMT ### Minor changes - Update @types/node from 14 to 18 ## 0.8.83 Tue, 08 Aug 2023 07:10:40 GMT _Version update only_ ## 0.8.82 Sat, 05 Aug 2023 00:20:19 GMT _Version update only_ ## 0.8.81 Fri, 04 Aug 2023 00:22:37 GMT _Version update only_ ## 0.8.80 Mon, 31 Jul 2023 15:19:06 GMT _Version update only_ ## 0.8.79 Sat, 29 Jul 2023 00:22:51 GMT _Version update only_ ## 0.8.78 Thu, 20 Jul 2023 20:47:28 GMT _Version update only_ ## 0.8.77 Wed, 19 Jul 2023 00:20:32 GMT _Version update only_ ## 0.8.76 Fri, 14 Jul 2023 15:20:45 GMT _Version update only_ ## 0.8.75 Thu, 13 Jul 2023 00:22:37 GMT _Version update only_ ## 0.8.74 Wed, 12 Jul 2023 15:20:40 GMT _Version update only_ ## 0.8.73 Wed, 12 Jul 2023 00:23:30 GMT _Version update only_ ## 0.8.72 Fri, 07 Jul 2023 00:19:33 GMT _Version update only_ ## 0.8.71 Thu, 06 Jul 2023 00:16:20 GMT _Version update only_ ## 0.8.70 Tue, 04 Jul 2023 00:18:47 GMT _Version update only_ ## 0.8.69 Mon, 19 Jun 2023 22:40:21 GMT _Version update only_ ## 0.8.68 Thu, 15 Jun 2023 00:21:02 GMT _Version update only_ ## 0.8.67 Wed, 14 Jun 2023 00:19:42 GMT _Version update only_ ## 0.8.66 Tue, 13 Jun 2023 15:17:20 GMT _Version update only_ ## 0.8.65 Tue, 13 Jun 2023 01:49:02 GMT _Version update only_ ## 0.8.64 Fri, 09 Jun 2023 18:05:35 GMT _Version update only_ ## 0.8.63 Fri, 09 Jun 2023 15:23:15 GMT _Version update only_ ## 0.8.62 Fri, 09 Jun 2023 00:19:49 GMT _Version update only_ ## 0.8.61 Thu, 08 Jun 2023 15:21:17 GMT _Version update only_ ## 0.8.60 Thu, 08 Jun 2023 00:20:03 GMT _Version update only_ ## 0.8.59 Wed, 07 Jun 2023 22:45:17 GMT _Version update only_ ## 0.8.58 Tue, 06 Jun 2023 02:52:51 GMT _Version update only_ ## 0.8.57 Mon, 05 Jun 2023 21:45:21 GMT _Version update only_ ## 0.8.56 Fri, 02 Jun 2023 02:01:12 GMT _Version update only_ ## 0.8.55 Mon, 29 May 2023 15:21:15 GMT _Version update only_ ## 0.8.54 Mon, 22 May 2023 06:34:33 GMT _Version update only_ ## 0.8.53 Fri, 12 May 2023 00:23:05 GMT _Version update only_ ## 0.8.52 Thu, 04 May 2023 00:20:29 GMT _Version update only_ ## 0.8.51 Mon, 01 May 2023 15:23:19 GMT _Version update only_ ## 0.8.50 Sat, 29 Apr 2023 00:23:03 GMT _Version update only_ ## 0.8.49 Thu, 27 Apr 2023 17:18:43 GMT _Version update only_ ## 0.8.48 Tue, 04 Apr 2023 22:36:28 GMT _Version update only_ ## 0.8.47 Sat, 18 Mar 2023 00:20:56 GMT _Version update only_ ## 0.8.46 Fri, 10 Feb 2023 01:18:51 GMT _Version update only_ ## 0.8.45 Sun, 05 Feb 2023 03:02:02 GMT _Version update only_ ## 0.8.44 Wed, 01 Feb 2023 02:16:34 GMT _Version update only_ ## 0.8.43 Mon, 30 Jan 2023 16:22:31 GMT _Version update only_ ## 0.8.42 Mon, 30 Jan 2023 00:55:44 GMT _Version update only_ ## 0.8.41 Thu, 26 Jan 2023 02:55:10 GMT _Version update only_ ## 0.8.40 Wed, 25 Jan 2023 07:26:55 GMT _Version update only_ ## 0.8.39 Wed, 18 Jan 2023 22:44:12 GMT _Version update only_ ## 0.8.38 Tue, 20 Dec 2022 01:18:22 GMT _Version update only_ ## 0.8.37 Fri, 09 Dec 2022 16:18:28 GMT _Version update only_ ## 0.8.36 Thu, 01 Dec 2022 03:22:36 GMT _Version update only_ ## 0.8.35 Tue, 29 Nov 2022 01:16:49 GMT _Version update only_ ## 0.8.34 Tue, 08 Nov 2022 01:20:56 GMT _Version update only_ ## 0.8.33 Wed, 26 Oct 2022 00:16:16 GMT _Version update only_ ## 0.8.32 Mon, 17 Oct 2022 22:14:21 GMT _Version update only_ ## 0.8.31 Mon, 17 Oct 2022 15:16:00 GMT _Version update only_ ## 0.8.30 Fri, 14 Oct 2022 15:26:32 GMT _Version update only_ ## 0.8.29 Thu, 13 Oct 2022 00:20:15 GMT _Version update only_ ## 0.8.28 Tue, 11 Oct 2022 23:49:12 GMT _Version update only_ ## 0.8.27 Mon, 10 Oct 2022 15:23:44 GMT _Version update only_ ## 0.8.26 Thu, 29 Sep 2022 07:13:06 GMT _Version update only_ ## 0.8.25 Tue, 27 Sep 2022 22:17:20 GMT _Version update only_ ## 0.8.24 Wed, 21 Sep 2022 20:21:10 GMT _Version update only_ ## 0.8.23 Thu, 15 Sep 2022 00:18:52 GMT _Version update only_ ## 0.8.22 Tue, 13 Sep 2022 00:16:55 GMT _Version update only_ ## 0.8.21 Mon, 12 Sep 2022 22:27:48 GMT _Version update only_ ## 0.8.20 Fri, 02 Sep 2022 17:48:43 GMT _Version update only_ ## 0.8.19 Wed, 31 Aug 2022 01:45:06 GMT _Version update only_ ## 0.8.18 Wed, 31 Aug 2022 00:42:46 GMT _Version update only_ ## 0.8.17 Wed, 24 Aug 2022 03:01:22 GMT _Version update only_ ## 0.8.16 Wed, 24 Aug 2022 00:14:38 GMT _Version update only_ ## 0.8.15 Fri, 19 Aug 2022 00:17:20 GMT _Version update only_ ## 0.8.14 Wed, 10 Aug 2022 09:52:12 GMT _Version update only_ ## 0.8.13 Wed, 10 Aug 2022 08:12:16 GMT _Version update only_ ## 0.8.12 Wed, 03 Aug 2022 18:40:35 GMT _Version update only_ ## 0.8.11 Mon, 01 Aug 2022 02:45:32 GMT _Version update only_ ## 0.8.10 Thu, 21 Jul 2022 23:30:27 GMT _Version update only_ ## 0.8.9 Thu, 21 Jul 2022 00:16:14 GMT _Version update only_ ## 0.8.8 Wed, 13 Jul 2022 21:31:13 GMT _Version update only_ ## 0.8.7 Fri, 08 Jul 2022 15:17:47 GMT _Version update only_ ## 0.8.6 Mon, 04 Jul 2022 15:15:13 GMT _Version update only_ ## 0.8.5 Thu, 30 Jun 2022 04:48:54 GMT _Version update only_ ## 0.8.4 Tue, 28 Jun 2022 22:47:14 GMT _Version update only_ ## 0.8.3 Tue, 28 Jun 2022 00:23:32 GMT _Version update only_ ## 0.8.2 Mon, 27 Jun 2022 18:43:09 GMT _Version update only_ ## 0.8.1 Sat, 25 Jun 2022 21:00:40 GMT _Version update only_ ## 0.8.0 Sat, 25 Jun 2022 01:54:29 GMT ### Minor changes - Add an option to output typings to additional output folders. ## 0.7.3 Fri, 24 Jun 2022 07:16:47 GMT _Version update only_ ## 0.7.2 Thu, 23 Jun 2022 22:14:25 GMT _Version update only_ ## 0.7.1 Fri, 17 Jun 2022 09:17:54 GMT _Version update only_ ## 0.7.0 Fri, 17 Jun 2022 00:16:18 GMT ### Minor changes - (BREAKING CHANGE) Remove the legacy RESX reader functions. ## 0.6.0 Thu, 16 Jun 2022 22:49:55 GMT ### Minor changes - Remove the validation of RESX string names. ### Patches - Allow the package to be webpacked. ## 0.5.0 Thu, 16 Jun 2022 00:20:22 GMT ### Minor changes - Refactor the RESX parser to follow a similar API as the other parsers. ## 0.4.0 Tue, 14 Jun 2022 23:11:36 GMT ### Minor changes - Add the ability to ignore strings from loc file parsing. ## 0.3.0 Tue, 14 Jun 2022 00:17:29 GMT ### Minor changes - Expose each parser directly so that they can be used with arbitrary file extensions. ## 0.2.1 Tue, 07 Jun 2022 09:37:05 GMT _Version update only_ ## 0.2.0 Fri, 03 Jun 2022 00:11:05 GMT ### Minor changes - Add the ability to tweak string comments in generated typings. - Include an option to ignore strings from typings generation. ## 0.1.0 Wed, 01 Jun 2022 23:31:32 GMT ### Minor changes - Initial project creation.