aboutsummaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Collapse)AuthorFilesLines
2014-09-13[dist] [refactor] Replace legacy build system with Gulp and Browserify. #61 ↵Marak4-564/+0
#85 #116
2014-09-08Add bower.json file. Added namespace for AMD definition ( by request, not ↵Marak1-1/+1
fully tested ) #77
2014-08-13Undefined global object for webworker fix contributed by dnbardFotoVerite1-0/+3
2014-08-13BUILD added successfully.FotoVerite1-7/+11
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite3-44/+44
lowercase.
2014-05-05better version handling:hkal2-3/+3
* 'Faker.version' will now be populated by the version property in 'package.json'
2014-05-05auto-increment copyright year in docshkal2-2/+3
2014-04-03Better UMD (Universal Module Definition) supportPavel Strashkin1-7/+11
The previous implementation of `UMD` (Universal Module Definition) didn't work well with such libraries as `AngularJS` which globalizes `module` variable which is injected with `exports` by another 3rd party library. That leads to situation when `Faker` doesn't add itself to `window`, but to that `module.exports` variable which is wrong. Implementing `UMD` in a common way used by such tools as `browserify` solves the problem thought it's pretty clear that other libraries should respect the rules, not only `Faker`.
2014-02-17More updating to get things inline.FotoVerite1-1/+1
2013-03-19Improve perf by declaring definitions as arraysJoel Fillmore1-1/+8
2013-01-08Fixing merge conflicts from upstreamBryan Donovan2-8/+22
2013-01-08fixed broken faker clouser and street address function from busted pull request.FotoVerite1-1/+1
2013-01-08updated readme not to have outdated linkFotoVerite2-2/+3
2013-01-08added minified versionFotoVerite1-5/+18
2013-01-07commenting out faker closure to get browser test to workBryan Donovan2-59/+75
2013-01-07adding test run instructions to docsBryan Donovan2-4/+9
2012-10-29fixed build script, removed a pointless trailing slashDimitarChristoff1-1/+1
2012-10-29change to support amd, modules.export only Faker and Faker to global ↵DimitarChristoff2-2/+17
otheriwse. change domains - removed .uk and added biz, io, me, net, org
2012-08-30massive refactor of all sub modules and rebuild to remove syntax errors and ↵DimitarChristoff1-57/+58
jshint issues
2012-08-24bumbed version numberMatthew Bergman1-1/+1
2011-12-28Trailing spacesAlexey Osipenko3-13/+13
2011-01-24[misc] Moved logo into git repoMarak Squires1-1/+1
2010-08-01removed npm instructions from docs for nowMarak Squires1-9/+0
2010-08-01merged in naz new methods, added back ukCountry. updated docs to use npm. ↵Marak Squires2-1/+12
bumped to version 0.2.0
2010-07-07minor modification to build script. Faker.js is now also auto-generated for ↵Marak Squires1-1/+7
examples folder. merged in igo's changes and tested. we should probaly add new tests to cover Name.firstName and Name.lastName
2010-07-01i really need a better markdown previewerMarak Squires1-3/+0
2010-07-01regenerated docs again, oopsMarak Squires1-4/+4
2010-07-01regenerated docs again, oopsMarak Squires1-3/+4
2010-07-01regenerated docs again, oopsMarak Squires1-23/+23
2010-07-01regenerated docs again, oopsMarak Squires1-1/+4
2010-07-01regenerated docs again, oopsMarak Squires1-1/+22
2010-07-01added lic, rebuilt libMarak Squires1-0/+23
2010-05-18Took js from build and put it into the correct file for generating examplesMatthew Bergman1-15/+0
2010-05-18added generators for the bigDataSet and dataSetMatthew Bergman1-0/+15
2010-05-16browser demo is ready for deployMarak Squires1-0/+3
2010-05-16browser demo is ready for deployMarak Squires1-3/+0
2010-05-16updating docs, cleaning up projectMarak Squires1-6/+1
2010-05-16updating docsMarak Squires2-16/+19
2010-05-16updating docsMarak Squires1-2/+8
2010-05-15cleaning up projectMarak Squires1-0/+2
2010-05-15adding more commentsMarak Squires1-1/+1
2010-05-15tests working for library, browser, and nodeMarak Squires1-6/+6
2010-05-15added usage docs, created unit tests for library and bundled versions in ↵Marak Squires3-6/+40
node and browser
2010-05-15bundled version of Faker.js should now be workingMarak Squires1-0/+3
2010-05-15cleaning up library, all definition exports are now getters of definition valuesMarak Squires2-5/+13
2010-05-15continue work on BUILD script. Readme.md is not autogeneratedMarak Squires4-3/+364
2010-05-15cleaning up directories, creating BUILD scriptMarak Squires2-0/+49