Skip to content

Tags: bgadrian/fastfaker

Tags

v2.1.0

Toggle v2.1.0's commit message
Major updates, most of them got from gofakeit v4:

 * new: Languages (2 letter codes and long names)
 * new: Programming Languages
 * new: MacAddress
 * new: Map  with empty interface, with random 4 types
 * new: Hexify replaces specific placeholder with Hex ASCII characters
 * new: Question and Quote (sentence variations)
 * fixed and improved: HexColor

v2.0.3

Toggle v2.0.3's commit message
updated changelog

v2.0.2

Toggle v2.0.2's commit message
Improves TemplateCustom/Template performance, reduces the memory allo…

…cations by ~25% by reusing internal structures (object pooling).

v2.0.1

Toggle v2.0.1's commit message
Fixes templates Regex cache parallel writes panic

Adds a more complex example: Analytics

v2.0.0

Toggle v2.0.0's commit message
Brand new template system. Unlike the old Generate() and Struct() met…

…hods that were limited to the /data and basic types, templates allows custom patterns to call all the Faker methods.

Other changes:
* modified all benchmarks to use the FastFaker (instead of Safe)
* new method: Binary ("0" or "1")
* new method: BoolText ("false" or "true")
* new examples, benchmarks and tests
* removed Generate method
* Struct and HackerPhrase now use Template* methods

v1.1.2

Toggle v1.1.2's commit message
Sentence generator improved with 95% less memory allocations and 50% …

…faster (CPU), affects:

* Sentence, SentenceAvg
* Paragraph, ParagraphAvg
* HipsterSentence, HipsterSentenceAvg
* HipsterParagraph, HipsterParagraphAvg

v1.1.1

Toggle v1.1.1's commit message
Squashed commit of the following:

commit a36d7a8
Author: B.G.Adrian <aditza8@gmail.com>
Date:   Sat Nov 17 12:58:01 2018 +0200

    fixes digit 9 missing from randDigit

v1.1.0

Toggle v1.1.0's commit message
Moved the main functionality into the /faker package.

Added makefile and updated the docs and readme.

v1.0.1

Toggle v1.0.1's commit message
Extracts the pseudo-random to its own package and interface.

It does not affect the Faker structure (backward compatible).
Updated READMEs

Partial fix for #1

v1.0.0

Toggle v1.0.0's commit message
renamed the repo, package; updated examples, readme and other files;