Releases: danibram/mocker-data-generator
Releases · danibram/mocker-data-generator
v3.0.3
v3.0.2
v3 Released!
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 uselorem.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
Features
- All deps Updated! =)
V2.9.0
V2.8.0 released!! (2020-05-13)
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
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
v2.6.1 - Speed improvements
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
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.