Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove factory helper methods and test associateds #30

Merged

Conversation

jorgebodega
Copy link
Owner

BREAKING CHANGE: Helper methods removed were a core part of previous versions

BREAKING CHANGE: Helper methods removed were a core part of previous versions
@jorgebodega jorgebodega added the enhancement New feature or request label Dec 19, 2021
@jorgebodega jorgebodega self-assigned this Dec 19, 2021
@jorgebodega jorgebodega merged commit 33a3c23 into 24-factory-as-a-class Dec 19, 2021
@jorgebodega jorgebodega deleted the 27-remove-define-and-factory-helper-meth branch December 19, 2021 22:46
jorgebodega added a commit that referenced this pull request Dec 20, 2021
BREAKING CHANGE: Helper methods removed were a core part of previous versions
github-actions bot pushed a commit that referenced this pull request Jan 3, 2022
# [3.0.0-next.1](v2.0.0...v3.0.0-next.1) (2022-01-03)

### Bug Fixes

* adapt seeder to  new schema ([a1d4e27](a1d4e27))
* remove factories option from config ([870a23d](870a23d))

### chore

* remove all faker usages from source folder ([2e4b0fb](2e4b0fb))
* remove faker from dependencies ([f41cef4](f41cef4))

### Features

* adapt use seeders to new structure ([7ea3607](7ea3607))
* move factory definition to new abstract class ([41cf349](41cf349))
* remove context from factories ([#23](#23)) ([c030e89](c030e89))
* remove deprecated elements ([09006e8](09006e8))
* remove factory helper methods and test associateds ([#30](#30)) ([a335ca2](a335ca2))
* remove useFactories helper method ([#29](#29)) ([6fbeaba](6fbeaba))
* seed command will execute now default seeder or seed param ([84025f9](84025f9))

### BREAKING CHANGES

* `useSeeders` change its definition and is now incompatible with previous version
* Faker is not available anymore as function param
* Faker is removed from dependencies and now users must install it by themselves
* Some of these functions were used on previous versions
* New abstract factory class is incompatible with previous version
* Helper methods removed were a core part of previous versions
* This method will no longer be available as is useless in new architecture
* Context is being removed from factories. This could break some applications that were using it
jorgebodega added a commit that referenced this pull request Jan 6, 2022
BREAKING CHANGE: Helper methods removed were a core part of previous versions
jorgebodega pushed a commit that referenced this pull request Jan 6, 2022
# [3.0.0-next.1](v2.0.0...v3.0.0-next.1) (2022-01-03)

### Bug Fixes

* adapt seeder to  new schema ([a1d4e27](a1d4e27))
* remove factories option from config ([870a23d](870a23d))

### chore

* remove all faker usages from source folder ([2e4b0fb](2e4b0fb))
* remove faker from dependencies ([f41cef4](f41cef4))

### Features

* adapt use seeders to new structure ([7ea3607](7ea3607))
* move factory definition to new abstract class ([41cf349](41cf349))
* remove context from factories ([#23](#23)) ([c030e89](c030e89))
* remove deprecated elements ([09006e8](09006e8))
* remove factory helper methods and test associateds ([#30](#30)) ([a335ca2](a335ca2))
* remove useFactories helper method ([#29](#29)) ([6fbeaba](6fbeaba))
* seed command will execute now default seeder or seed param ([84025f9](84025f9))

### BREAKING CHANGES

* `useSeeders` change its definition and is now incompatible with previous version
* Faker is not available anymore as function param
* Faker is removed from dependencies and now users must install it by themselves
* Some of these functions were used on previous versions
* New abstract factory class is incompatible with previous version
* Helper methods removed were a core part of previous versions
* This method will no longer be available as is useless in new architecture
* Context is being removed from factories. This could break some applications that were using it
github-actions bot pushed a commit that referenced this pull request Jan 6, 2022
# [3.0.0](v2.0.0...v3.0.0) (2022-01-06)

### Bug Fixes

* adapt seeder to  new schema ([aecf7b4](aecf7b4))
* remove factories option from config ([d66f0f1](d66f0f1))

### chore

* remove all faker usages from source folder ([1e14718](1e14718))
* remove faker from dependencies ([40f21c8](40f21c8))

### Features

* adapt use seeders to new structure ([5bca471](5bca471))
* move factory definition to new abstract class ([81ccdf6](81ccdf6))
* remove context from factories ([#23](#23)) ([b7ecba4](b7ecba4))
* remove deprecated elements ([d09e154](d09e154))
* remove factory helper methods and test associateds ([#30](#30)) ([3393724](3393724))
* remove useFactories helper method ([#29](#29)) ([ddb5c2f](ddb5c2f))
* seed command will execute now default seeder or seed param ([314d8c3](314d8c3))

### BREAKING CHANGES

* `useSeeders` change its definition and is now incompatible with previous version
* Faker is not available anymore as function param
* Faker is removed from dependencies and now users must install it by themselves
* Some of these functions were used on previous versions
* New abstract factory class is incompatible with previous version
* Helper methods removed were a core part of previous versions
* This method will no longer be available as is useless in new architecture
* Context is being removed from factories. This could break some applications that were using it
github-actions bot pushed a commit that referenced this pull request Jan 8, 2022
# [4.0.0-next.1](v3.0.0...v4.0.0-next.1) (2022-01-08)

### Bug Fixes

* adapt seeder to  new schema ([a1d4e27](a1d4e27))
* add rimraf as dev dependency ([6be6801](6be6801))
* remove factories option from config ([870a23d](870a23d))

### chore

* remove all faker usages from source folder ([2e4b0fb](2e4b0fb))
* remove faker from dependencies ([f41cef4](f41cef4))

### Features

* adapt use seeders to new structure ([7ea3607](7ea3607))
* move factory definition to new abstract class ([41cf349](41cf349))
* remove context from factories ([#23](#23)) ([c030e89](c030e89))
* remove deprecated elements ([09006e8](09006e8))
* remove factory helper methods and test associateds ([#30](#30)) ([a335ca2](a335ca2))
* remove useFactories helper method ([#29](#29)) ([6fbeaba](6fbeaba))
* seed command will execute now default seeder or seed param ([84025f9](84025f9))

### BREAKING CHANGES

* `useSeeders` change its definition and is now incompatible with previous version
* Faker is not available anymore as function param
* Faker is removed from dependencies and now users must install it by themselves
* Some of these functions were used on previous versions
* New abstract factory class is incompatible with previous version
* Helper methods removed were a core part of previous versions
* This method will no longer be available as is useless in new architecture
* Context is being removed from factories. This could break some applications that were using it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant