1 | # Change Log
|
---|
2 |
|
---|
3 | 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.
|
---|
4 |
|
---|
5 | ### [5.0.8](https://www.github.com/yargs/y18n/compare/v5.0.7...v5.0.8) (2021-04-07)
|
---|
6 |
|
---|
7 |
|
---|
8 | ### Bug Fixes
|
---|
9 |
|
---|
10 | * **deno:** force modern release for Deno ([b1c215a](https://www.github.com/yargs/y18n/commit/b1c215aed714bee5830e76de3e335504dc2c4dab))
|
---|
11 |
|
---|
12 | ### [5.0.7](https://www.github.com/yargs/y18n/compare/v5.0.6...v5.0.7) (2021-04-07)
|
---|
13 |
|
---|
14 |
|
---|
15 | ### Bug Fixes
|
---|
16 |
|
---|
17 | * **deno:** force release for deno ([#121](https://www.github.com/yargs/y18n/issues/121)) ([d3f2560](https://www.github.com/yargs/y18n/commit/d3f2560e6cedf2bfa2352e9eec044da53f9a06b2))
|
---|
18 |
|
---|
19 | ### [5.0.6](https://www.github.com/yargs/y18n/compare/v5.0.5...v5.0.6) (2021-04-05)
|
---|
20 |
|
---|
21 |
|
---|
22 | ### Bug Fixes
|
---|
23 |
|
---|
24 | * **webpack:** skip readFileSync if not defined ([#117](https://www.github.com/yargs/y18n/issues/117)) ([6966fa9](https://www.github.com/yargs/y18n/commit/6966fa91d2881cc6a6c531e836099e01f4da1616))
|
---|
25 |
|
---|
26 | ### [5.0.5](https://www.github.com/yargs/y18n/compare/v5.0.4...v5.0.5) (2020-10-25)
|
---|
27 |
|
---|
28 |
|
---|
29 | ### Bug Fixes
|
---|
30 |
|
---|
31 | * address prototype pollution issue ([#108](https://www.github.com/yargs/y18n/issues/108)) ([a9ac604](https://www.github.com/yargs/y18n/commit/a9ac604abf756dec9687be3843e2c93bfe581f25))
|
---|
32 |
|
---|
33 | ### [5.0.4](https://www.github.com/yargs/y18n/compare/v5.0.3...v5.0.4) (2020-10-16)
|
---|
34 |
|
---|
35 |
|
---|
36 | ### Bug Fixes
|
---|
37 |
|
---|
38 | * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#105](https://www.github.com/yargs/y18n/issues/105)) ([4f85d80](https://www.github.com/yargs/y18n/commit/4f85d80dbaae6d2c7899ae394f7ad97805df4886))
|
---|
39 |
|
---|
40 | ### [5.0.3](https://www.github.com/yargs/y18n/compare/v5.0.2...v5.0.3) (2020-10-16)
|
---|
41 |
|
---|
42 |
|
---|
43 | ### Bug Fixes
|
---|
44 |
|
---|
45 | * **exports:** node 13.0-13.6 require a string fallback ([#103](https://www.github.com/yargs/y18n/issues/103)) ([e39921e](https://www.github.com/yargs/y18n/commit/e39921e1017f88f5d8ea97ddea854ffe92d68e74))
|
---|
46 |
|
---|
47 | ### [5.0.2](https://www.github.com/yargs/y18n/compare/v5.0.1...v5.0.2) (2020-10-01)
|
---|
48 |
|
---|
49 |
|
---|
50 | ### Bug Fixes
|
---|
51 |
|
---|
52 | * **deno:** update types for deno ^1.4.0 ([#100](https://www.github.com/yargs/y18n/issues/100)) ([3834d9a](https://www.github.com/yargs/y18n/commit/3834d9ab1332f2937c935ada5e76623290efae81))
|
---|
53 |
|
---|
54 | ### [5.0.1](https://www.github.com/yargs/y18n/compare/v5.0.0...v5.0.1) (2020-09-05)
|
---|
55 |
|
---|
56 |
|
---|
57 | ### Bug Fixes
|
---|
58 |
|
---|
59 | * main had old index path ([#98](https://www.github.com/yargs/y18n/issues/98)) ([124f7b0](https://www.github.com/yargs/y18n/commit/124f7b047ba9596bdbdf64459988304e77f3de1b))
|
---|
60 |
|
---|
61 | ## [5.0.0](https://www.github.com/yargs/y18n/compare/v4.0.0...v5.0.0) (2020-09-05)
|
---|
62 |
|
---|
63 |
|
---|
64 | ### ⚠ BREAKING CHANGES
|
---|
65 |
|
---|
66 | * exports maps are now used, which modifies import behavior.
|
---|
67 | * drops Node 6 and 4. begin following Node.js LTS schedule (#89)
|
---|
68 |
|
---|
69 | ### Features
|
---|
70 |
|
---|
71 | * add support for ESM and Deno [#95](https://www.github.com/yargs/y18n/issues/95)) ([4d7ae94](https://www.github.com/yargs/y18n/commit/4d7ae94bcb42e84164e2180366474b1cd321ed94))
|
---|
72 |
|
---|
73 |
|
---|
74 | ### Build System
|
---|
75 |
|
---|
76 | * drops Node 6 and 4. begin following Node.js LTS schedule ([#89](https://www.github.com/yargs/y18n/issues/89)) ([3cc0c28](https://www.github.com/yargs/y18n/commit/3cc0c287240727b84eaf1927f903612ec80f5e43))
|
---|
77 |
|
---|
78 | ### 4.0.1 (2020-10-25)
|
---|
79 |
|
---|
80 |
|
---|
81 | ### Bug Fixes
|
---|
82 |
|
---|
83 | * address prototype pollution issue ([#108](https://www.github.com/yargs/y18n/issues/108)) ([a9ac604](https://www.github.com/yargs/y18n/commit/7de58ca0d315990cdb38234e97fc66254cdbcd71))
|
---|
84 |
|
---|
85 | ## [4.0.0](https://github.com/yargs/y18n/compare/v3.2.1...v4.0.0) (2017-10-10)
|
---|
86 |
|
---|
87 |
|
---|
88 | ### Bug Fixes
|
---|
89 |
|
---|
90 | * allow support for falsy values like 0 in tagged literal ([#45](https://github.com/yargs/y18n/issues/45)) ([c926123](https://github.com/yargs/y18n/commit/c926123))
|
---|
91 |
|
---|
92 |
|
---|
93 | ### Features
|
---|
94 |
|
---|
95 | * **__:** added tagged template literal support ([#44](https://github.com/yargs/y18n/issues/44)) ([0598daf](https://github.com/yargs/y18n/commit/0598daf))
|
---|
96 |
|
---|
97 |
|
---|
98 | ### BREAKING CHANGES
|
---|
99 |
|
---|
100 | * **__:** dropping Node 0.10/Node 0.12 support
|
---|