Skip to content

Releases: danvergara/seeder

v0.5.0

22 Sep 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Jan 03:02
Compare
Choose a tag to compare

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

05 Sep 05:25
cdcdf99
Compare
Choose a tag to compare

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

28 Jul 21:50
3d4f5b8
Compare
Choose a tag to compare

Changelog

3b93974 Merge pull request #21 from danvergara/fix-goreleaser-arch-names
3d4f5b8 Merge pull request #22 from danvergara/bump-v0.2.9
2a118d0 build(version): bump to v0.2.9
369bf2e fix(goreleaser): remove archives section

v0.2.8

27 Jul 22:28
f024314
Compare
Choose a tag to compare

Changelog

cc4a575 Merge pull request #19 from danvergara/fix-homebrew-errors
f024314 Merge pull request #20 from danvergara/bump-v0.2.8
5a131d3 docs(version): bump v0.2.8
8cd4d15 fix(goreleaser): fix gorelesaer config file

v0.2.7

27 Jul 22:07
a2a6303
Compare
Choose a tag to compare

Changelog

a2a6303 Merge pull request #18 from danvergara/bump-v0.2.7
19f5b5d fix(version): missing version

v0.2.6

27 Jul 05:23
0a5961b
Compare
Choose a tag to compare

Changelog

0a5961b Merge pull request #17 from danvergara/docker-readme
ce9ac12 docs(readme): add instructions on how to used the docker image
ef2a214 fix(cmd): add a better error logs
409f3d3 fix(dockerfile): fix docker image

v0.2.5

26 Jul 05:23
6718e43
Compare
Choose a tag to compare

Changelog

6718e43 Merge pull request #16 from danvergara/fix-homebrew-file
50fde76 fix(actions): add the path to the goreleaser config file

v0.2.3

26 Jul 03:44
f847723
Compare
Choose a tag to compare

Changelog

f847723 Merge pull request #14 from danvergara/fix-docker-action-platforms
af17b83 fix(actions): delete list of platforms

v0.2.2

26 Jul 03:19
1b14a85
Compare
Choose a tag to compare

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