1 | ## Change Log
|
2 |
|
3 | ### v1.6.6 (2023-03-26)
|
4 | - [#174](https://github.com/simov/slugify/pull/174) correctly handle empty strings in charmaps (@iliazeus)
|
5 | - [#169](https://github.com/simov/slugify/pull/169) Add changelog (@simov)
|
6 | - [#168](https://github.com/simov/slugify/pull/168) chore: document limitations of the `remove` option (#168) (@Trott)
|
7 | - [#157](https://github.com/simov/slugify/pull/157) Run CI in Node.js 18 (@stscoundrel)
|
8 | - [#151](https://github.com/simov/slugify/pull/151) Update README.md (#151) (@lorand-horvath)
|
9 |
|
10 | ### v1.6.5 (2022-01-03)
|
11 | - [#146](https://github.com/simov/slugify/pull/146) chore: use GitHub Actions for testing (#146) (@Trott)
|
12 |
|
13 | ### v1.6.4 (2021-12-16)
|
14 | - [#145](https://github.com/simov/slugify/pull/145) fix: consolidate replacement chars from extend() (#145) (@Trott)
|
15 | - [#142](https://github.com/simov/slugify/pull/142) More Yoruba support (@9jaboy)
|
16 |
|
17 | ### v1.6.3 (2021-11-22)
|
18 | - [#139](https://github.com/simov/slugify/pull/139) Added few more locales (@daniel1901)
|
19 | - [#138](https://github.com/simov/slugify/pull/138) Add 'ß' (ss) to german locale (@maxkrickl)
|
20 |
|
21 | ### v1.6.2 (2021-11-07)
|
22 | - [#136](https://github.com/simov/slugify/pull/136) Add Bulgarian locale. (@haltsir)
|
23 |
|
24 | ### v1.6.1 (2021-10-04)
|
25 | - [#132](https://github.com/simov/slugify/pull/132) Add arabic and persian characters and numbers to charmap (@kiron)
|
26 | - [#128](https://github.com/simov/slugify/pull/128) Added danish support to locales.json (@ItzLue)
|
27 |
|
28 | ### v1.6.0 (2021-07-15)
|
29 | - [#125](https://github.com/simov/slugify/pull/125) Update README.md (@SuecoMarcus)
|
30 | - [#123](https://github.com/simov/slugify/pull/123) feat: add "trim" option (#123) (@Trott)
|
31 | - [#119](https://github.com/simov/slugify/pull/119) adding Armenian support (@ashotjanibekyan)
|
32 |
|
33 | ### v1.5.3 (2021-05-11)
|
34 | - [#116](https://github.com/simov/slugify/pull/116) fix: remove replacement char from start and end in strict mode (#116) (@Trott)
|
35 |
|
36 | ### v1.5.2 (2021-05-08)
|
37 | - [#115](https://github.com/simov/slugify/pull/115) fix: trim leading and trailing replacement chars (#115) (@Trott)
|
38 |
|
39 | ### v1.5.1 (2021-05-02)
|
40 | - [#111](https://github.com/simov/slugify/pull/111) Two new special chars for charmap.json (@ovidasas)
|
41 | - [#113](https://github.com/simov/slugify/pull/113) Added Ukrainian characters (@YegorShtonda)
|
42 | - [#107](https://github.com/simov/slugify/pull/107) Indicate that ES2015 is required & use Object.assign (@realityking)
|
43 |
|
44 | ### v1.4.7 (2021-02-21)
|
45 | - [#104](https://github.com/simov/slugify/pull/104) added more translations for german locale (@roydigerhund)
|
46 | - [#103](https://github.com/simov/slugify/pull/103) Add a French locale to replace symbols like "&", "<", "|" by their French equivalent (#103) (@saadyousfi)
|
47 |
|
48 | ### v1.4.5 (2020-07-26)
|
49 | - [#87](https://github.com/simov/slugify/pull/87) Add German locale (@schwigri)
|
50 |
|
51 | ### v1.4.2 (2020-06-23)
|
52 | - [#71](https://github.com/simov/slugify/pull/71) add turkish currency character (@ugurh)
|
53 | - [#79](https://github.com/simov/slugify/pull/79) Ensure duplicate replacement characters are removed in strict mode (@thompsonsj)
|
54 |
|
55 | ### v1.3.6 (2019-11-03)
|
56 | - [#63](https://github.com/simov/slugify/pull/63) Fix broken link in README (@roschaefer)
|
57 |
|
58 | ### v1.3.5 (2019-09-08)
|
59 | - [#47](https://github.com/simov/slugify/pull/47) Update eslint and related packages; fix new linting errors (@realityking)
|
60 |
|
61 | ### v1.3.4 (2018-12-06)
|
62 | - [#45](https://github.com/simov/slugify/pull/45) Added % handling (#44) (@chucksense)
|
63 | - [#44](https://github.com/simov/slugify/pull/44) Added % handling (#44) (Chuck Burt)
|
64 |
|
65 | ### v1.3.1 (2018-08-05)
|
66 | - [#34](https://github.com/simov/slugify/pull/34) docs: align example code (@adrukh)
|
67 |
|
68 | ### v1.3.0 (2018-05-13)
|
69 | - [#28](https://github.com/simov/slugify/pull/28) Minor typo fix (@chmac)
|
70 |
|
71 | ### v1.2.9 (2017-12-30)
|
72 | - [#27](https://github.com/simov/slugify/pull/27) Support TypeScript types for `extend` properties (@rohmanhm)
|
73 |
|
74 | ### v1.2.8 (2017-12-23)
|
75 | - [#25](https://github.com/simov/slugify/pull/25) fix es6 import (@sylvaindumont)
|
76 |
|
77 | ### v1.2.7 (2017-12-17)
|
78 | - [#23](https://github.com/simov/slugify/pull/23) add georgian alphabet (@xxzefgh)
|
79 |
|
80 | ### v1.2.6 (2017-11-24)
|
81 | - [#19](https://github.com/simov/slugify/pull/19) fix - ts typings now export slugify correctly (@neonerd)
|
82 |
|
83 | ### v1.2.3 (2017-11-13)
|
84 | - [#14](https://github.com/simov/slugify/pull/14) add typescript support (@sylvaindumont)
|
85 |
|
86 | ### v1.2.2 (2017-11-09)
|
87 | - [#7](https://github.com/simov/slugify/pull/7) Added support for Serbian characters (@slavkobabic)
|
88 | - [#11](https://github.com/simov/slugify/pull/11) Add Russian Ruble (@toptalo)
|
89 |
|
90 | ### v1.1.0 (2017-01-08)
|
91 | - [#6](https://github.com/simov/slugify/pull/6) Fix then/than homophone grammar mistake. (@PatrickNausha)
|
92 |
|
93 | ### v1.0.1 (2016-08-08)
|
94 | - [#1](https://github.com/simov/slugify/pull/1) Update README.md (@mrzmyr)
|
95 |
|
\ | No newline at end of file |