aboutsummaryrefslogtreecommitdiff
path: root/lib/image_providers
AgeCommit message (Collapse)AuthorFilesLines
2022-01-18chore: migrate image providers to TS (#178)Shinigami3-484/+0
2022-01-11chore: format lib without locales (#66)Shinigami3-135/+183
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-1/+1
Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning
2020-08-25Merge pull request #855 from abnersajr/fix-797Marak1-0/+108
Adds Lorem Picsum as image provider
2019-12-15Changes LoremPixel from HTTP to HTTPSAbner Soares Alves Junior1-1/+1
2019-12-15Fix namespace in commentAbner Soares Alves Junior1-4/+4
2019-12-14Adds Lorem Picsum as image providerAbner Soares Alves Junior1-0/+108
2016-09-27fix bug unsplash objectChinCluBi1-6/+6
2016-09-27added lorempixel and unsplash properties to image objChinCluBi2-0/+328