Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

72 lines (44 loc) · 3.78 KB

Changelog


1.0.5 - 2024-12-30

set gorm client silent log mod default

⛰️ Features

  • (builder) set gorm silent log mod default - (1f1a85c) - hedon954

1.0.4 - 2024-11-26

add atomic bool to check if has been built

🐛 Bug Fixes

  • (gmm) add atomic bool to check if has been built - (f6e062a) - hedon954

📚 Documentation

  • (readme) fix it - (8a8d92c) - hedon954
  • (readme) update go reference link - (eab6b1e) - hedon954
  • (readme) add dependencies section - (95bed7f) - hedon954

1.0.3 - 2024-08-27

publish stable version

📚 Documentation

  • (changelog) delete useless records - (2a2af4c) - hedon954
  • (readme) add go reference badge - (1c05472) - hedon954
  • (readme) update installation - (9ab61b9) - Hedon
  • (readme) update installation - (2551f4b) - hedon954

[0.0.1] - 2024-08-23

Finish go-mysql-mocker basic features and support for go1.20 projects

⛰️ Features

  • finish gmm - (ea8f4a0) - wangjiahan
  • remove some useless error check and improve unit test for InitData - (280eb23) - hedon954

🐛 Bug Fixes

  • (port) fix get unused port bug - (a004a9b) - hedon954

📚 Documentation

  • (gmm) add some comments for get free port - (572fb4c) - hedon954
  • (readme) fix wrong - (ac3e0fb) - hedon954
  • (readme) add requirements note - (abfe473) - wangjiahan
  • add readme - (b9cd37a) - hedon954

🚜 Refactor

  • rename repository to go-mysql-mocker - (599dbd0) - hedon954
  • do not use slog to support lower go version user - (fc235aa) - wangjiahan
  • downgrade go-mysql-server to 0.18.0 to support go1.20 projects - (f337dc8) - wangjiahan