UNPKG

766 BMarkdownView 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.1.1
7* Add more conformant unicode handling to ensure:
8 - emoji are correctly stripped
9 - non-Latin characters are not incorrectly lowercased
10* Also adds more verified test cases
11* More Details: https://github.com/Flet/github-slugger/pull/8
12
13 Many Thanks [@wooorm](https://github.com/wooorm)!
14
15## 1.1.0
16* Feature: Support for non-latin characters in slugs https://github.com/Flet/github-slugger/pull/3) Thanks [@tadatuta](https://github.com/tadatuta)!
17
18## 1.0.1
19* Fix: bug for multiple empty slugds (https://github.com/Flet/github-slugger/pull/1) Thanks [@wooorm](https://github.com/wooorm)!