Skip to content

Releases: dzmitry-duboyski/get-fake-user

v2.4.1

03 Nov 20:31
Compare
Choose a tag to compare

Done:

  • Update REAME.md

v2.4.0

08 May 12:55
56eb7e8
Compare
Choose a tag to compare

Age generation is implemented, age is generated in the range from 21 to 65 years, but if necessary, you can change the range (you can only change the range manually in the file for now getBirthdate.js )

Done:

  1. Age generation 55e10fa
  2. Bug fix 2848718

v2.3.1

29 Jan 10:13
Compare
Choose a tag to compare

Done:

  • Add replica badge to README.md
  • Update keywords in package.json
  • Update documentation JSdoc for main function. Now, when hovering over a function, the tooltip more understadly displays what the function takes. Also added an example.

v2.3.0

08 Jan 18:06
Compare
Choose a tag to compare

Done:

  • Add Spanish language

v2.2.1

02 Jan 09:46
Compare
Choose a tag to compare

Nothing of interest has been added to this release. Just decided to make changes to the demo and integrate a little with replit.

Done:

  1. Set up integration with replit for demo
  2. Refactoring

v2.2.0

01 Jan 16:29
Compare
Choose a tag to compare

Done:

  1. Add Ukrainian language support.
  2. Add instructions for adding new languages.
  3. Update documentation.

v2.1.0

26 Dec 07:32
Compare
Choose a tag to compare

Done:

  1. Fixed bug with password generation. Instead of a special character, the password contained the string undefined
  2. Added support for an additional parameter language. With the language setting, you can choose in which language fields such as firstName and lastName. By default language=en. Supported languages: English, Russian. To select a language, enter it in the following format language: 'en' or language: 'ru'. language: 'en' is optional, as it is the default.

v2.0.4

11 Sep 14:01
Compare
Choose a tag to compare

Done:

  1. Added the ability to select the gender for created users using the gender parameter. The following options are available for the gender parameter: male, female, mix. The mix parameter can be omitted, mix is set by default.
  2. Updated the list with the names and surnames that are used when creating users:
    • Added data for female.
    • Updated surnames for males.
  3. The gender field has been added for the users being created.
  4. For the future, the possibility of specifying the language for the first and last name of the created user has been implemented. But at the moment the first and last name are only available in English.

v2.0.1

05 Jun 00:38
Compare
Choose a tag to compare

Done

  1. Added the ability to get multiple users
  2. Updated README.md
  3. Refactoring
  4. Added code documentation

What has changed

Now the package returns a function and not an object, so in your code you need to add "( )" for the package to return the correct response.
Example:

const getfakeUser = require('get-fake-user')
console.log(getfakeUser())

v1.0.1

31 May 21:33
Compare
Choose a tag to compare

Done:

  1. add the creation of a fake user