Mocker Data Generator Versions Save

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)

v3.0.3

1 year ago

What changed

  • Fixed some warnings produced for incorrect TS configuration

Full Changelog: https://github.com/danibram/mocker-data-generator/compare/v3.0.2...v3.0.3

v3.0.2

1 year ago

What's Changed

  • Added function run as optional for the TS bindings

Full Changelog: https://github.com/danibram/mocker-data-generator/compare/v3.0.1...v3.0.2

v3.0.1

1 year ago

Merry christmas 🎉 🎉

Breaking changes:

  • generators: Now mocker remove thirdparty generators from it. Now you should provide to the library, check the readme
  • string-parser: Now to unify logic, and reduce complexity. The fast eval function not call the function. So if in the past with faker you use: lorem.paragraph now its important to use lorem.paragraph() because eval function is not doing more magic than the necesary

Thank you all for you patient, this release was planned maybe a year ago, but I didnt have time to work on it.

Full Changelog: https://github.com/danibram/mocker-data-generator/compare/v2.12.0...v3.0.1

v2.12.0

3 years ago

Features

  • All deps Updated! =)

v2.9.0

3 years ago

Features

  • add buildSync method to Mocker class (772b20d)
  • all deps updated!!

Bug Fixes

  • appveyor: update matrix config to install defined node version (703aa41)
  • docs-website: added seed example (d1fa143)

Thanks @10xjs for the work!

v2.8.0

4 years ago

Features

  • chore: easy publish as minor shortcut (fd1a87b)
  • chore: update chance and tslib, and some devDependencies (59d0aea)
  • Mocker.seed: add posibility to prepopulate the db. Thanks @suspiciousfellow and @marshallswain for the idea and the code (dfb2ad6)
  • Mocker.seed: add tests (7faafab)
  • Mocker.seed: seed and schema and work together (68970fc)

v2.6.4

6 years ago

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.6.4 (2018-05-08)

Bug Fixes

  • hasOne: Issues with eval (f1ab9e8)

Additions

  • polyfil: Array includes polyfill for nodejs =< 4 as MDM

v2.6.2

6 years ago

2.6.2 (2018-05-08)

Bug!

  • Fixing bug related to eval!

v2.6.1

6 years ago

Improvements!

  • Now I rework internal part of the generators to offer the posibility of avoid eval step, i used eval to offer the maximum flexibility, but now its optional, of course that without eval, is less flexible, but if it fits for your mock data right now you will gain 10x speed, Awesome! Also it offers the posibility of use eval like in the older versions of mocker.

Welcome to the ludicrous speed! 🎉

v2.5.0

6 years ago

Bug Fixes

Breaking Changes!

  • Now the build method throws the error, in the case of the callback in a traditional style function function(err, data) in the case of promise style in the reject.

Bug Fixes

  • Better error throwing and test covered (20ca0a0)

  • test: separate gh-pages generation modules from the mocker modules for development, some test fails (2cc421e)