UNPKG

772 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
12More Details in the [PR](https://github.com/Flet/github-slugger/pull/8)
13
14 Thanks [@wooorm](https://github.com/wooorm)!
15
16## 1.1.0
17* Feature: Support for non-latin characters in slugs https://github.com/Flet/github-slugger/pull/3) Thanks [@tadatuta](https://github.com/tadatuta)!
18
19## 1.0.1
20* Fix: bug for multiple empty slugds (https://github.com/Flet/github-slugger/pull/1) Thanks [@wooorm](https://github.com/wooorm)!