Skip to content

Latest commit

 

History

History
217 lines (128 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

217 lines (128 loc) · 3.24 KB

Change Log - @rushstack/localization-plugin

This log was last generated on Tue, 14 Jul 2020 19:32:58 GMT and should not be manually modified.

0.3.28

Tue, 14 Jul 2020 19:32:58 GMT

Patches

  • Fix the way the loc file typings are generated in watch mode for large projects.
  • Make @types/webpack an optionalPeerDependency instead of a peerDependency.

0.3.27

Tue, 07 Jul 2020 00:09:39 GMT

Patches

  • Fix an issue where the localization plugin would throw if resolveMissingTranslatedStrings returns undefined for a locale.

0.3.26

Fri, 03 Jul 2020 15:09:04 GMT

Version update only

0.3.25

Fri, 03 Jul 2020 05:46:42 GMT

Version update only

0.3.24

Sat, 27 Jun 2020 00:09:38 GMT

Version update only

0.3.23

Fri, 26 Jun 2020 22:16:39 GMT

Version update only

0.3.22

Thu, 25 Jun 2020 06:43:35 GMT

Version update only

0.3.21

Wed, 24 Jun 2020 09:50:48 GMT

Version update only

0.3.20

Wed, 24 Jun 2020 09:04:28 GMT

Version update only

0.3.19

Mon, 15 Jun 2020 22:17:18 GMT

Version update only

0.3.18

Fri, 12 Jun 2020 09:19:21 GMT

Version update only

0.3.17

Wed, 10 Jun 2020 20:48:30 GMT

Version update only

0.3.16

Mon, 01 Jun 2020 08:34:17 GMT

Version update only

0.3.15

Sat, 30 May 2020 02:59:54 GMT

Version update only

0.3.14

Thu, 28 May 2020 05:59:02 GMT

Version update only

0.3.13

Wed, 27 May 2020 05:15:11 GMT

Version update only

0.3.12

Tue, 26 May 2020 23:00:25 GMT

Version update only

0.3.11

Fri, 22 May 2020 15:08:42 GMT

Patches

  • Remove unnecessary jju dependency.

0.3.10

Thu, 21 May 2020 23:09:44 GMT

Version update only

0.3.9

Thu, 21 May 2020 15:42:00 GMT

Version update only

0.3.8

Tue, 19 May 2020 15:08:20 GMT

Version update only

0.3.7

Fri, 15 May 2020 08:10:59 GMT

Version update only

0.3.6

Wed, 13 May 2020 19:10:53 GMT

Patches

  • Fix encoding of tab characters.

0.3.5

Wed, 06 May 2020 08:23:45 GMT

Version update only

0.3.4

Sat, 02 May 2020 00:08:16 GMT

Version update only

0.3.3

Fri, 01 May 2020 05:15:06 GMT

Patches

  • Don't trim RESX text elements.

0.3.2

Wed, 08 Apr 2020 08:11:13 GMT

Patches

  • Fix an issue where the chunk URL generation code would mark some localized chunks as non-localized.

0.3.1

Wed, 08 Apr 2020 04:07:33 GMT

Version update only

0.3.0

Mon, 06 Apr 2020 05:52:56 GMT

Minor changes

  • Add support for normalization of newlines in RESX files.

Patches

  • Fix an issue where some characters weren't escaped correctly.
  • Fix sourcemap filenames.

0.2.2

Fri, 03 Apr 2020 15:10:15 GMT

Version update only

0.2.1

Sun, 29 Mar 2020 00:04:12 GMT

Version update only

0.2.0

Sat, 28 Mar 2020 01:38:47 GMT

Minor changes

  • Fix a few RESX parsing issues and improve translated strings resolution.

0.1.4

Sat, 28 Mar 2020 00:37:16 GMT

Version update only

0.1.3

Wed, 18 Mar 2020 15:07:47 GMT

Version update only

0.1.2

Tue, 17 Mar 2020 23:55:58 GMT

Patches

  • Replace dependencies whose NPM scope was renamed from @microsoft to @rushstack

0.1.1

Thu, 12 Mar 2020 15:08:44 GMT

Patches

  • Extract the TypingsGenerator logic to a new package.

0.1.0

Thu, 27 Feb 2020 02:15:03 GMT

Minor changes

  • Initial implementation of plugin.