Releases: snapp-incubator/crafting-table
Releases · snapp-incubator/crafting-table
v2.0.0
- Support YAML file for creating multiple repositories. (2022-08-05, @n25a, !29)
- Add simple terminal UI that can be used instead of CLI args. (2022-08-06, @anvari1313, !28)
- Remove additional comments in created test file. (2022-08-10, @n25a, !33)
- Add a
struct name
flag to define which struct to use in the source file. (2022-08-12, @n25a, !34) - Add manifest file for generate repositories and fix bugs in generating update tests. (2022-08-16, @n25a, !36)
- Add manifest command for generating repositories. (2022-08-16, @n25a, !37)
- Add the
tags
flag to the manifest command for selecting which tags to generate. (2022-08-16, @n25a, !38) - Remove the
app
package. (2022-08-16, @nemati21, !35) - Add
Join
function for generating join query with tests. (2022-09-01, @n25a, !44) - Isolate SQL tests by resetting sqlmock for each test. (2022-10-29, @BamdadNouri, !46)
- Remove unnecessary sqlmock row creation in SQL tests. (2022-10-29, @BamdadNouri, !48)
- Add aggregate functions and group by to manifest. (2022-11-08, @n25a, !55)