Skip to content

Releases: snapp-incubator/crafting-table

v2.0.0

08 Nov 10:49
Compare
Choose a tag to compare
  • 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)

v1.2.0

24 Jun 20:17
b1aad7a
Compare
Choose a tag to compare
  • Clean up packages. (2022-05-20, @n25a, !15)
  • Issue #13: Renaming variables and packages. (2022-06-17, @n25a, !16)
  • Fix bug in query syntax for sqlx. (2022-06-24, @n25a, !17)
  • Create tests for generated repository. (2022-06-25, @n25a, !18)

v1.1.1

17 May 06:31
Compare
Choose a tag to compare
  • Change go module path. (2022-05-17, @n25a, !10)

v1.1.0

15 May 00:31
Compare
Choose a tag to compare
  • Update the gitignore file to include the vendor folder and Project binary file. (2022-05-15, @n25a, !3)
  • Add Makefile to the project. (2022-05-15, @n25a, !4)
  • Add integration test. (2022-05-15, @n25a, !5)

v1.0.1

06 Apr 08:17
Compare
Choose a tag to compare
update release action