Skip to content

Releases: danibram/mocker-data-generator

v3.0.3

22 Apr 06:15
Compare
Choose a tag to compare

What changed

  • Fixed some warnings produced for incorrect TS configuration

Full Changelog: v3.0.2...v3.0.3

v3.0.2

22 Apr 06:02
Compare
Choose a tag to compare

What's Changed

  • Added function run as optional for the TS bindings

Full Changelog: v3.0.1...v3.0.2

v3 Released!

30 Dec 01:13
Compare
Choose a tag to compare

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: v2.12.0...v3.0.1

v2.12.0 Released

04 Feb 16:32
Compare
Choose a tag to compare

Features

  • All deps Updated! =)

V2.9.0

04 Sep 07:55
Compare
Choose a tag to compare

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 released!! (2020-05-13)

13 May 02:39
Compare
Choose a tag to compare

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)

More Bugfixes

08 May 04:17
Compare
Choose a tag to compare

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

Bugfix

08 May 03:54
Compare
Choose a tag to compare

2.6.2 (2018-05-08)

Bug!

  • Fixing bug related to eval!

v2.6.1 - Speed improvements

20 Mar 02:57
Compare
Choose a tag to compare

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

01 Nov 05:24
Compare
Choose a tag to compare

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)