summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 1a171c1ad73075c87c23767ff4fdee42cb0ae0f5 (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
## 1.2.1
  - Including certain files (e.g. license.md) in sdists via MANIFEST.in (@proinsias)
  - Relax licensing by moving from BSD to MIT
  - Add Python 3.5 support
  - Drop Python 2.6 support
  - Add more tests

## 1.2.0

Backward incompatible change: (@fabiocaccamo)

  - In version < 1.2.0 all single quotes ( ' ) were removed, and
    moving forward, >= 1.2.0, they will be replaced with ( - ).
    Example:
      <  1.2.0 -- ('C\'est déjà l\'été.' -> "cest-deja-lete")
      >= 1.2.0 -- ('C\'est déjà l\'été.' -> "c-est-deja-l-ete")

## 1.1.4

Bugfix:

  - Add more test cases, dropped `official` support for python 3.2


## 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