summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: d085ae8868159bad06201a63093aa43a296938df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
## 1.1.3

Bugfix:

  - Handle unichar in python 3.x


## 1.1.2

Enhancement:

  - Ability to remove `stopwords` from string


## 1.0.2

Enhancement:

  - A new PyPI release


## 1.0.1

Enhancement:

  - Promoting to production grade


## 0.1.1

Enhancement:

  - Added option to save word order
  - Removed 2to3 dependency
  - Added more tests


## 0.1.0

Enhancement:

  - Added more test
  - Added test for python 3.4


## 0.0.9

Enhancement:

  - Enable console_scripts


## 0.0.8

Enhancement:

  - Move logic out of __init__.py
  - Added console_scripts (@ekamil)
  - Updated pep8.sh
  - Added pypy support


## 0.0.7

Enhancement:

  - Handle encoding in setup file
  - Update ReadME, ChangeLog, License files


## 0.0.6

Enhancement:

  - Update for smart_truncate


## 0.0.5

Features:

  - Added Python 3.2 and 3.3 support (work by: arthurdarcet@github)


## 0.0.4

Features:

  - Added option to choose non-dash separators (request by: danilodimoia@github)


## 0.0.3

Features:

  - Added the ability to truncate slugs (request by: juanriaza@github)


## 0.0.2

Enhancement:

  - Incremental update


## 0.0.1

  - Initial version