aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2022-01-24build: bundle with esbuild (#257)Shinigami1-31/+0
2022-01-21chore: delete old examples and doc folder (#155)Damien Retzinger4-112/+0
Co-authored-by: Shinigami92 <[email protected]>
2022-01-18feat!: support tree-shaking (#152)Shinigami1-16/+15
2022-01-13fix: MSYS Compatible npm scripts (since using devDependencies) (#104)fncolon1-4/+3
Co-authored-by: Shinigami <[email protected]>
2022-01-08chore: bring readme changes from shepherd repoErica Clark2-308/+0
2021-08-18spelling: jsdocJosh Soref1-1/+1
Signed-off-by: Josh Soref <[email protected]>
2021-04-07Avoid ES6 syntax for nowBrock Fanning1-2/+2
2021-03-25Bump to v5.5.0Marak1-0/+8
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-2/+2
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
2021-02-10Bump to `v5.4.0`Marak1-0/+17
2021-01-20Adds Gitter chat linkMarak1-0/+1
2020-09-06fix spelling & formatting mistakesSebastian Pettersson1-10/+18
2020-08-22Update ReadMe and build scriptsMarak1-5/+17
2020-08-22Update generated docs and ReadMeMarak1-59/+84
Update Licenses
2020-08-22Removing extra build and example filesMarak75-826019/+0
2020-08-22Create new gulp task for generating default browser buildsMarak1-0/+35
2020-08-22Create new gulp tasks using latest gulp APIsMarak2-0/+63
2020-08-22Don’t include `gh-pages` task by defaultMarak1-1/+1
2018-09-23[dist] [minor] Update code highlighting in docsMarak1-4/+4
2017-10-15Update docs.mdDaniel Biedma1-0/+5
2017-02-21[dist] Rebuild for new versionMarak2-18/+25
2017-02-20[dist] Rebuild for new versionMarak7-3279/+97767
2017-02-11Docs: `seed()` is on `faker`, not `random`.runeh1-2/+2
2017-02-09[api] Added exports for `az` locality #429Marak1-2/+2
2017-02-09[docs] Added section for setting seed #439Marak1-0/+17
2016-03-20[dist] Re-build library for v3.1.0 releaseMarak70-7758/+285871
2016-03-19[dist] Added jsdoc and gh-pages to gulpfileMarak2-15/+51
* Will now build jsdocs as part of build * Will now commit and push jsdocs to gh-pages
2016-02-08[dist] Integrate in-line schemas #170Marak1-20/+29
* Attempts to load any available in-line schemas * Falls back to using method signature * Defaults to any type
2016-02-08[dist] First pass at schema generator #170Marak1-0/+67
* Generates a mschema from faker api * Useful for auto-documentation * Starts to provide API contract to all methods
2015-07-31[dist] Rebuild sources and examplesMarak71-3688/+25979
2015-07-09[dist] Regenerate build. Prep for release.Marak69-5442/+19473
2015-07-08[docs] Update READMEMarak1-0/+13
2015-07-08[docs] [fix] ReadMe Marak1-1/+1
2015-07-08[dist] Re-build library and all new locale packsMarak66-41157/+415345
2015-07-08[docs] Updating README and build script.Marak2-29/+60
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using ↵Marak1-4/+43
prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid ↵Marak1-2/+18
the default behavior of requiring all locale data. #125 #167
2015-07-06[merge] Canadian zip codesMarak1-1/+1
2015-07-05[docs] Update travis link. Closes #131Marak1-1/+1
2015-07-05[docs] Update README Closes #129Marak1-1/+13
2015-05-11preparing release v2.1.3Tomasz Ducin2-29/+81
2015-05-11added badge fury #177Tomasz Ducin1-0/+2
2015-05-10updated readme: sources and generated content #170Tomasz Ducin2-38/+47
2015-02-16Corrected abbreviation for Yukon to reflect its official abbreviation of "YT".portse1-1/+1
2014-09-22[docs] Add demo linkMarak1-0/+4
2014-09-22[docs] Update travis imageMarak1-1/+1
2014-09-22[dist] Release v2.0.0Marak1-1/+1
2014-09-22[dist] RebuildMarak3-179/+1000
2014-09-22[dist] Updated browser example. Moved browser example into new directory.Marak1-5/+5
2014-09-16[dist] Removed upper case Faker from last sources. Project is now renamed on ↵Marak2-2/+2
Github.