Releases: kristijorgji/goseeder
Releases · kristijorgji/goseeder
v1.0.5
v1.0.4
change FromJson source utility to not append automatically the environment folder to the provided file name
v1.0.3
- improve
fromJson
exported public function to read json int,float,bool values as corresponding int,float,bool golang types. - deprecate and stop support for
fromJson
to parse strings into int,float,bool. If you want to insert bool into db, don't have json like"public": "true"
but have correct json"public": true
. Same goes for int and floats
v1.0.2
- Allow programmatically usage, for example to run before your unit tests, or seed anything by executing via go code, or have separate seeder main method
- Allow custom named seeds
- Nicer info and messages with colors