Skip to content

Releases: connordelacruz/python-randomuser

1.6.0: API Version 1.3

15 May 22:33
Compare
Choose a tag to compare

Updated to use randomuser.me API version 1.3. Apart from internal changes:

  • Added get_country() method
  • Added optional parameter split_number_name to get_street(). If set to True, return a dictionary with 'number' and 'name' keys containing the street number and name, respectively

1.6.0: API Version 1.3

15 May 22:34
Compare
Choose a tag to compare

Updated to use randomuser.me API version 1.3. Apart from internal changes:

  • Added get_country() method
  • Added optional parameter split_number_name to get_street(). If set to True, return a dictionary with 'number' and 'name' keys containing the street number and name, respectively

1.5.1: API v1.2 fixes

24 Apr 18:51
Compare
Choose a tag to compare
  • Fixed get_dob() and get_registered() format issues with API 1.2 changes
  • Added new methods get_coordinates(), get_age(), get_login_uuid(), and get_registration_age()

1.5.0

23 Apr 17:39
Compare
Choose a tag to compare

Using randomuser.me API version 1.2

1.4.0

19 Apr 18:04
Compare
Choose a tag to compare

Fixed setup issues

1.3.0

19 Apr 16:57
Compare
Choose a tag to compare

Fixed issues preventing pip installation.

1.2.1

03 Apr 21:32
Compare
Choose a tag to compare

PyPI long description now parsed from README

1.2.0

03 Apr 19:41
Compare
Choose a tag to compare

Moved randomuser module to the top level of the project. It was redundant to keep it in a package since it was a single module and led to awkward documentation (e.g. randomuser.randomuser.RandomUser).

1.1.0

27 Mar 20:11
Compare
Choose a tag to compare

Added optional parameter capitalize to get_street(), get_city(), and get_state()

1.0.0

14 Mar 15:48
Compare
Choose a tag to compare

First major release