Skip to content

Commit

Permalink
fix bug in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danibram committed May 8, 2018
1 parent 9f57e9e commit ddaed43
Showing 1 changed file with 79 additions and 75 deletions.
154 changes: 79 additions & 75 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.6.2"></a>

## [2.6.2](https://github.com/danibram/mocker-data-generator/compare/v2.6.1...v2.6.2) (2018-05-08)

### Bug!

* Fixing bug related to _eval_!

<a name="2.6.1"></a>

## [2.6.1](https://github.com/danibram/mocker-data-generator/compare/v2.5.2...v2.6.1) (2018-03-20)

### 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.
* 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! 🎉

Expand All @@ -23,7 +27,7 @@ Welcome to the ludicrous speed! 🎉

### Bug Fixes

* **generation:** added fix when min = 0 in hasMany, now can produce empty array of data, by default is 1, so you have to specify minimum to 0 in order to have the chance to produce empty arrays ([7f97646](https://github.com/danibram/mocker-data-generator/commit/7f97646))
* **generation:** added fix when min = 0 in hasMany, now can produce empty array of data, by default is 1, so you have to specify minimum to 0 in order to have the chance to produce empty arrays ([7f97646](https://github.com/danibram/mocker-data-generator/commit/7f97646))

### All deps updated!

Expand All @@ -33,26 +37,26 @@ Welcome to the ludicrous speed! 🎉

### 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.
* 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

* **test:** separate gh-pages generation modules from the mocker modules for development, some test fails ([2cc421e](https://github.com/danibram/mocker-data-generator/commit/2cc421e))
* Better error throwing and test covered ([20ca0a0](https://github.com/danibram/mocker-data-generator/commit/20ca0a0))
* **test:** separate gh-pages generation modules from the mocker modules for development, some test fails ([2cc421e](https://github.com/danibram/mocker-data-generator/commit/2cc421e))
* Better error throwing and test covered ([20ca0a0](https://github.com/danibram/mocker-data-generator/commit/20ca0a0))

### Bug Fixes

* **test:** separate gh-pages generation modules from the mocker modules for development, some test fails ([2cc421e](https://github.com/danibram/mocker-data-generator/commit/2cc421e))
* Better error throwing and test covered ([20ca0a0](https://github.com/danibram/mocker-data-generator/commit/20ca0a0))
* **test:** separate gh-pages generation modules from the mocker modules for development, some test fails ([2cc421e](https://github.com/danibram/mocker-data-generator/commit/2cc421e))
* Better error throwing and test covered ([20ca0a0](https://github.com/danibram/mocker-data-generator/commit/20ca0a0))

<a name="2.4.9"></a>

## [2.4.9](https://github.com/danibram/mocker-data-generator/compare/v2.4.7...v2.4.9) (2017-10-20)

### Features

* Added browser build
* Fixes in build to sync with gh-pages
* Added browser build
* Fixes in build to sync with gh-pages

<a name="2.4.5"></a>

Expand All @@ -64,7 +68,7 @@ Welcome to the ludicrous speed! 🎉

### Bug Fixes

* **fakerjs:** Better locale detector and better testing ([f05872d](https://github.com/danibram/mocker-data-generator/commit/f05872d))
* **fakerjs:** Better locale detector and better testing ([f05872d](https://github.com/danibram/mocker-data-generator/commit/f05872d))

<a name="2.4.3"></a>

Expand All @@ -84,133 +88,133 @@ Welcome to the ludicrous speed! 🎉

### Bug Fixes

* **builder:** fix tslint space identation ([b3f9f7c](https://github.com/danibram/mocker-data-generator/commit/b3f9f7c))
* **builder:** fix tslint space identation ([b3f9f7c](https://github.com/danibram/mocker-data-generator/commit/b3f9f7c))

### Features

* **fakerjs:** Added multilanguaje support ([0b94471](https://github.com/danibram/mocker-data-generator/commit/0b94471))
* **fakerjs:** Added tests for multilang support ([5078d24](https://github.com/danibram/mocker-data-generator/commit/5078d24))
* **fakerjs:** Updates on the readme ([b79e88f](https://github.com/danibram/mocker-data-generator/commit/b79e88f))
* **fakerjs:** Added multilanguaje support ([0b94471](https://github.com/danibram/mocker-data-generator/commit/0b94471))
* **fakerjs:** Added tests for multilang support ([5078d24](https://github.com/danibram/mocker-data-generator/commit/5078d24))
* **fakerjs:** Updates on the readme ([b79e88f](https://github.com/danibram/mocker-data-generator/commit/b79e88f))

<a name="2.3.0"></a>

# [2.3.0](https://github.com/danibram/mocker-data-generator/compare/v2.2.1...v2.3.0) (2017-10-16)

### Bug Fixes

* **builder:** fix tslint space identation ([b3f9f7c](https://github.com/danibram/mocker-data-generator/commit/b3f9f7c))
* **builder:** fix tslint space identation ([b3f9f7c](https://github.com/danibram/mocker-data-generator/commit/b3f9f7c))

### Features

* **fakerjs:** Added multilanguaje support ([0b94471](https://github.com/danibram/mocker-data-generator/commit/0b94471))
* **fakerjs:** Added tests for multilang support ([5078d24](https://github.com/danibram/mocker-data-generator/commit/5078d24))
* **fakerjs:** Updates on the readme ([b79e88f](https://github.com/danibram/mocker-data-generator/commit/b79e88f))
* **fakerjs:** Added multilanguaje support ([0b94471](https://github.com/danibram/mocker-data-generator/commit/0b94471))
* **fakerjs:** Added tests for multilang support ([5078d24](https://github.com/danibram/mocker-data-generator/commit/5078d24))
* **fakerjs:** Updates on the readme ([b79e88f](https://github.com/danibram/mocker-data-generator/commit/b79e88f))

<a name="2.2.1"></a>

## [2.2.1](https://github.com/danibram/mocker-data-generator/compare/v2.2.0...v2.2.1) (2017-10-13)

### Bug Fixes

* **linter:** trying to use supported tslint rule ([5edac70](https://github.com/danibram/mocker-data-generator/commit/5edac70))
* **updates:** Update libs to last releases ([a6ce60b](https://github.com/danibram/mocker-data-generator/commit/a6ce60b))
* **linter:** trying to use supported tslint rule ([5edac70](https://github.com/danibram/mocker-data-generator/commit/5edac70))
* **updates:** Update libs to last releases ([a6ce60b](https://github.com/danibram/mocker-data-generator/commit/a6ce60b))

<a name="2.2.0"></a>

# [2.2.0](https://github.com/danibram/mocker-data-generator/compare/v2.1.0...v2.2.0) (2017-06-14)

### Features

* added min max for value generation randomly with tests. thanks [@jhkim-novavin](https://github.com/jhkim-novavin) ([5eaa6f4](https://github.com/danibram/mocker-data-generator/commit/5eaa6f4))
* added min max for value generation randomly with tests. thanks [@jhkim-novavin](https://github.com/jhkim-novavin) ([5eaa6f4](https://github.com/danibram/mocker-data-generator/commit/5eaa6f4))

<a name="2.1.0"></a>

# [2.1.0](https://github.com/danibram/mocker-data-generator/compare/v2.0.2...v2.1.0) (2017-05-27)

### Features

* Added a way to obtain actual array while the generation, [@zamnuts](https://github.com/zamnuts) suggestion ([2588a34](https://github.com/danibram/mocker-data-generator/commit/2588a34))
* Added length on the array function generator, thanks [@zamnuts](https://github.com/zamnuts) ([1f17519](https://github.com/danibram/mocker-data-generator/commit/1f17519))
* added PR #16 Add parameter to hasMany generator, thanks [@justinbarry](https://github.com/justinbarry) ([71d947f](https://github.com/danibram/mocker-data-generator/commit/71d947f))
* Added a way to obtain actual array while the generation, [@zamnuts](https://github.com/zamnuts) suggestion ([2588a34](https://github.com/danibram/mocker-data-generator/commit/2588a34))
* Added length on the array function generator, thanks [@zamnuts](https://github.com/zamnuts) ([1f17519](https://github.com/danibram/mocker-data-generator/commit/1f17519))
* added PR #16 Add parameter to hasMany generator, thanks [@justinbarry](https://github.com/justinbarry) ([71d947f](https://github.com/danibram/mocker-data-generator/commit/71d947f))

<a name="2.0.2"></a>

## [2.0.2](https://github.com/danibram/mocker-data-generator/compare/v2.0.1...v2.0.2) (2017-05-24)

### Bug Fixes

* **browserify:** fix browserify builds changing casual to browserify-casual ([de93262](https://github.com/danibram/mocker-data-generator/commit/de93262))
* **browserify:** fix browserify builds changing casual to browserify-casual ([de93262](https://github.com/danibram/mocker-data-generator/commit/de93262))

<a name="2.0.1"></a>

## [2.0.1](https://github.com/danibram/mocker-data-generator/compare/v2.0.0...v2.0.1) (2017-05-24)

### Changes

* **fix:** tslib fix for ES5 builds
* **updates:** updates on dependencies
* **fix:** tslib fix for ES5 builds
* **updates:** updates on dependencies

<a name="2.0.0"></a>

# [2.0.0](https://github.com/danibram/mocker-data-generator/compare/v1.2.7...v2.0.0) (2017-03-18)

### Features

* **build:** new build using Typescript, breaking change in imports, adapted import to be used with es6 ([6114eaf](https://github.com/danibram/mocker-data-generator/commit/6114eaf))
* **build:** new build using Typescript, breaking change in imports, adapted import to be used with es6 ([6114eaf](https://github.com/danibram/mocker-data-generator/commit/6114eaf))

### OLD Release History

#### (1.2.7)

* Fix little issue with array generators, now parse well the index inside, add a test for that
* Fix string issue with fakerJs
* Fixed babel polyfill issues
* updates on dev packages
* Fix little issue with array generators, now parse well the index inside, add a test for that
* Fix string issue with fakerJs
* Fixed babel polyfill issues
* updates on dev packages

#### (1.2.2)

* Better error management
* Added eval methods
* Update docs with the online mocker-api: https://mocker-api.herokuapp.com/
* Better error management
* Added eval methods
* Update docs with the online mocker-api: https://mocker-api.herokuapp.com/

#### (1.2.1)

* Start to parse better the errors
* Start to parse better the errors

#### (1.2.0)

* New internal reorganization
* Added hasOne (related is deprecated) and hasMany
* **_Breaking Change_**: related config is deprecated, instead of related use hasOne.
* New internal reorganization
* Added hasOne (related is deprecated) and hasMany
* **_Breaking Change_**: related config is deprecated, instead of related use hasOne.

#### (1.1.1)

* Added RandExpJs generator
* Improve test system (I know im improving it! =P)
* **_Breaking Change_**: the older versions aren´t compatible with this module, the way to generate the data are changed:
* Added RandExpJs generator
* Improve test system (I know im improving it! =P)
* **_Breaking Change_**: the older versions aren´t compatible with this module, the way to generate the data are changed:
#### (1.1.0)
* Added casualJs
* Added self option
* Added db option
* Added related option
* Added casualJs
* Added self option
* Added db option
* Added related option

#### (1.0.6)

* Updated chance.js to 1.0
* Updated chance.js to 1.0

#### (1.0.5)

* Added the concat option, and the strictConcat on Array generator.
* Added the concat option, and the strictConcat on Array generator.

#### (1.0.4)

* Added on uniqueField two ways to generate the data
* Starting to add errors
* Added on uniqueField two ways to generate the data
* Starting to add errors

#### (1.0.3)

* Fix Arrays
* **_Breaking Change_**: the older versions aren´t compatible with this module, the way to generate the data are changed:
* Fix Arrays
* **_Breaking Change_**: the older versions aren´t compatible with this module, the way to generate the data are changed:

```javascript
var cat = {
Expand All @@ -228,7 +232,7 @@ Welcome to the ludicrous speed! 🎉

#### (0.7.0)

* **_Breaking Change_**: Added the posibility to enable the pluralize on the output entity. Now if you want to pluralize the output follow the example in the doc, **_by defatult is not anymore pluralized_**.
* **_Breaking Change_**: Added the posibility to enable the pluralize on the output entity. Now if you want to pluralize the output follow the example in the doc, **_by defatult is not anymore pluralized_**.

Old call configuration:

Expand Down Expand Up @@ -270,11 +274,11 @@ Welcome to the ludicrous speed! 🎉

#### (0.6.0)

* **_Breaking Change_**: Added the posibility to enable the pluralize on the output entity. Now if you want to pluralize the output follow the example in the doc, **_by defatult is not anymore pluralized_**.
* **_Breaking Change_**: Added the posibility to enable the pluralize on the output entity. Now if you want to pluralize the output follow the example in the doc, **_by defatult is not anymore pluralized_**.

#### (0.5.0)

* **_Breaking Change_**: Break Point with array config. Now is more clear.
* **_Breaking Change_**: Break Point with array config. Now is more clear.

Old array configuration:

Expand Down Expand Up @@ -312,43 +316,43 @@ Welcome to the ludicrous speed! 🎉

#### (0.4.7)

* Add virtual fields
* Add virtual fields

#### (0.4.5)

* Add incrementalId config
* Some tweaks on dev config to start to use generators on typescript
* Performance tweaks for large data generation
* Add incrementalId config
* Some tweaks on dev config to start to use generators on typescript
* Performance tweaks for large data generation

#### (0.4.1)

* Show in console the errors. (I will improve this)
* Add support to chanceJs, exactly like FakerJs (see "Model definition" **_Chance_**)
* Show in console the errors. (I will improve this)
* Add support to chanceJs, exactly like FakerJs (see "Model definition" **_Chance_**)

#### (0.3.0)

* Fix errors on iteration over nested structures (new improved interator)
* Added support to call more naturally to FackerJs fields (see "Model definition" **_Faker_**)
* Fix errors on iteration over nested structures (new improved interator)
* Added support to call more naturally to FackerJs fields (see "Model definition" **_Faker_**)

#### (0.2.2)

* Added a pluralization function
* Fixed a little issue with the roots schemas (now you can do really crazy things, see test/mocker.example.js)
* Fix errors introduced in 0.2.0
* Added a pluralization function
* Fixed a little issue with the roots schemas (now you can do really crazy things, see test/mocker.example.js)
* Fix errors introduced in 0.2.0

#### (0.1.6)

* Fix an error: (Clean initial data field)
* Fix some memory errors adding inmutableJS for the model
* Add new tests
* Fix an error: (Clean initial data field)
* Fix some memory errors adding inmutableJS for the model
* Add new tests

#### (0.1.1)

* Real Refractor of the code
* Add support multi-level schemas
* Add tests
* Add travis support
* Real Refractor of the code
* Add support multi-level schemas
* Add tests
* Add travis support

#### (0.0.4)

* First release i will update soon with tests and more examples, stay tuned!
* First release i will update soon with tests and more examples, stay tuned!

0 comments on commit ddaed43

Please sign in to comment.