UNPKG

1.4 kBMarkdownView Raw
1# github-slugger change log
2
3All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/).
5
6## 1.3.0 2020-02-21
7* Expose static slug function for folks who do not want/need the stateful bits (Thanks [@bobbylito](https://github.com/bobylito)!).
8
9## 1.2.1 2019-xx-xx
10* Fix collisions for slugs with occurrences
11* Fix accessing `Object.prototype` methods
12* Fix Russian
13* Add `files` to package.json
14
15## 1.2.0 2017-09-21
16* Add `maintainCase` support
17
18## 1.1.3 2017-05-29
19* Fix`emoji-regex` semver version to ensure npm5 compatibility.
20
21## 1.1.2 2017-05-26
22* Lock down `emoji-regex` dependency to avoid [strange unicode bug](https://github.com/Flet/github-slugger/issues/9)
23
24## 1.1.1
25* Add more conformant unicode handling to ensure:
26 - emoji are correctly stripped
27 - non-Latin characters are not incorrectly lowercased
28* Also adds more verified test cases
29
30Check the [PR](https://github.com/Flet/github-slugger/pull/8) for more details!
31
32Thanks [@wooorm](https://github.com/wooorm)!
33
34## 1.1.0
35* Feature: Support for non-latin characters in slugs https://github.com/Flet/github-slugger/pull/3) Thanks [@tadatuta](https://github.com/tadatuta)!
36
37## 1.0.1
38* Fix: bug for multiple empty slugds (https://github.com/Flet/github-slugger/pull/1) Thanks [@wooorm](https://github.com/wooorm)!