Skip to content

Commit

Permalink
Updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Oct 23, 2019
1 parent edef9be commit dd42311
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Change Log

## [v0.1.7](https://github.com/Cambalab/fake-data-generator/tree/v0.1.7) (2019-10-23)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.6...v0.1.7)

## [v0.1.6](https://github.com/Cambalab/fake-data-generator/tree/v0.1.6) (2019-10-23)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.2.0...v0.1.6)

## [v0.2.0](https://github.com/Cambalab/fake-data-generator/tree/v0.2.0) (2019-10-23)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.5...v0.2.0)

**Implemented enhancements:**

- Add tests with jest [\#19](https://github.com/Cambalab/fake-data-generator/issues/19)
- Add support for random numbers with a string addition [\#17](https://github.com/Cambalab/fake-data-generator/issues/17)
- Add eslint [\#11](https://github.com/Cambalab/fake-data-generator/issues/11)
- Add usage info to the cli [\#24](https://github.com/Cambalab/fake-data-generator/pull/24) ([glmaljkovich](https://github.com/glmaljkovich))
- Concatenate [\#22](https://github.com/Cambalab/fake-data-generator/pull/22) ([glmaljkovich](https://github.com/glmaljkovich))
- 19 add tests with jest [\#20](https://github.com/Cambalab/fake-data-generator/pull/20) ([sgobotta](https://github.com/sgobotta))
- 17 add support for random numbers with string addition [\#18](https://github.com/Cambalab/fake-data-generator/pull/18) ([sgobotta](https://github.com/sgobotta))
- 11 add eslint [\#14](https://github.com/Cambalab/fake-data-generator/pull/14) ([sgobotta](https://github.com/sgobotta))
- 11 git hooks [\#13](https://github.com/Cambalab/fake-data-generator/pull/13) ([sgobotta](https://github.com/sgobotta))

**Fixed bugs:**

- Cannot find module: model is not being resolved. [\#23](https://github.com/Cambalab/fake-data-generator/issues/23)
- Fix/models path [\#25](https://github.com/Cambalab/fake-data-generator/pull/25) ([jphetphoumy](https://github.com/jphetphoumy))

**Closed issues:**

- Update README.md footer [\#15](https://github.com/Cambalab/fake-data-generator/issues/15)
- Add changelog [\#10](https://github.com/Cambalab/fake-data-generator/issues/10)

**Merged pull requests:**

- Updates README.md footer with cambá images [\#16](https://github.com/Cambalab/fake-data-generator/pull/16) ([sgobotta](https://github.com/sgobotta))
- 10 add changelog [\#12](https://github.com/Cambalab/fake-data-generator/pull/12) ([sgobotta](https://github.com/sgobotta))
- v0.1.15 [\#9](https://github.com/Cambalab/fake-data-generator/pull/9) ([sgobotta](https://github.com/sgobotta))

## [v0.1.5](https://github.com/Cambalab/fake-data-generator/tree/v0.1.5) (2019-03-14)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.4...v0.1.5)

**Merged pull requests:**

- Develop [\#8](https://github.com/Cambalab/fake-data-generator/pull/8) ([sgobotta](https://github.com/sgobotta))
- Add Array type support for recursive goodness [\#7](https://github.com/Cambalab/fake-data-generator/pull/7) ([glmaljkovich](https://github.com/glmaljkovich))
- Release 0.1.4 [\#6](https://github.com/Cambalab/fake-data-generator/pull/6) ([sgobotta](https://github.com/sgobotta))

## [v0.1.4](https://github.com/Cambalab/fake-data-generator/tree/v0.1.4) (2019-03-09)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.3...v0.1.4)

## [v0.1.3](https://github.com/Cambalab/fake-data-generator/tree/v0.1.3) (2019-03-09)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.2...v0.1.3)

## [v0.1.2](https://github.com/Cambalab/fake-data-generator/tree/v0.1.2) (2019-03-09)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.1...v0.1.2)

**Merged pull requests:**

- Updates templates [\#4](https://github.com/Cambalab/fake-data-generator/pull/4) ([sgobotta](https://github.com/sgobotta))
- Release 0.1.1 [\#3](https://github.com/Cambalab/fake-data-generator/pull/3) ([sgobotta](https://github.com/sgobotta))

## [v0.1.1](https://github.com/Cambalab/fake-data-generator/tree/v0.1.1) (2019-03-09)
[Full Changelog](https://github.com/Cambalab/fake-data-generator/compare/v0.1.0...v0.1.1)

**Merged pull requests:**

- Release 0.1.0 [\#2](https://github.com/Cambalab/fake-data-generator/pull/2) ([sgobotta](https://github.com/sgobotta))

## [v0.1.0](https://github.com/Cambalab/fake-data-generator/tree/v0.1.0) (2019-03-09)
**Merged pull requests:**

- Create LICENSE [\#1](https://github.com/Cambalab/fake-data-generator/pull/1) ([sgobotta](https://github.com/sgobotta))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit dd42311

Please sign in to comment.