forked from joke2k/faker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS.txt
More file actions
47 lines (30 loc) · 771 Bytes
/
NEWS.txt
File metadata and controls
47 lines (30 loc) · 771 Bytes
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
News
====
0.3.2
---
* New provider: Credit card generator
* Improved Documentor
0.3.1
---
* FIX setup.py
0.3
---
*Release date: 18-Oct-2014*
* PEP8 style conversion (old camelCased methods are deprecated!)
* New language: pt_BR (thanks to @rvnovaes)
* all localized provider now uses `from __future__ import unicode_literals`
* documentor prints localized provider after all defaults
* FIX tests for python 2.6
0.2
---
*Release date: 01-Dic-2012*
* New providers: Python, File
* Providers imported with __import__
* Module is runnable with python -m faker [name] [*args]
* Rewrite fake generator system (allow autocompletation)
* New language: Franch
* Rewrite module __main__ and new Documentor class
0.1
---
*Release date: 13-Nov-2012*
* First release