Releases: danvergara/seeder
v0.5.0
What's Changed
- build(goreleaser): remove dependencies on go and git on the goreleaser file by @danvergara in #29
- Improve ux by @danvergara in #30
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Changelog
- ec9de4c Merge pull request #24 from danvergara/improve-execute-func
- 9d8a8a0 Update issue templates
- 6bfe34e docs(readme): add a custom mascot for the project to the readme file
- 7d54fa2 docs(readme): add instructions about how to bypass the limitations imposed by the reflect pkg
- 1c35e98 docs(readme): add more details about the use of seeder
- f4e3c4d docs(readme): add the instructions on how to use the new API
- 560e963 feat(seeder): add a function able to handle database txs to give the ability to the user to rollback from errors
- ed3d47a feat(seeder): add the ability to extract and return an error from the execution of a function
- 7e3fc80 feat(seeder): add the ability to pass more than one function to execute fun function
- 4867731 test(seeder): add test functions to validate the new api function
- 73698c5 test(seeder): add test to validate the error validation system
v0.3.0
Changelog
cdcdf99 Merge pull request #23 from danvergara/add-db-pool-connections
d9550e5 build(gomod): add a go-txdb library
2b591e9 ci(actions): drop the support for golang 1.13
5247038 feat(seeder): add a function called ExecuteFunc that receives a func and a connection pool to be executed and insert data
9b5bc1e feat(seeder): add a variadict argument to Execute to provide the name of specific methods to be used
09adc49 fix(makefile): fix the up command
dd0231c fix(seeder): add error handling
582c04a refactor(example): move the content of the seeds example package to the example directory
bfb2822 test(seeder): add more test cases to validate the new feature
8b7c61a test(seeeder): refactor the setup and assertions sections of the test functions
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.3
v0.2.2
Changelog
1b14a85 Merge pull request #13 from danvergara/fix-docker-action-format
53c0880 fix(actions): format docker push action
6212772 Merge pull request #12 from danvergara/fix-docker-action-push-error
cb940ed fix(dockerfile): fix the go build command
b60ab0b fix(actions): fix the docker action according to the official docker blog