Skip to content

Releases: gone-io/gone

v1.0.8

12 Sep 04:19
60763c1
Compare
Choose a tag to compare

What's Changed

  • feat: goner/urllib add methodC() for get *req.Client by @Degfy in #35

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 Aug 04:03
b457340
Compare
Choose a tag to compare

What's Changed

  • fix: imports path error on windows when generating code by priest su… by @Degfy in #34

Full Changelog: v1.0.6...v1.0.7

v1.0.6

13 Jul 13:01
1eecb3d
Compare
Choose a tag to compare

What's Changed

  • fix: http query inject error when value is empty by @Degfy in #33

Full Changelog: v1.0.5...v1.0.6

v1.0.5

13 Jul 09:30
7c0c739
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

04 Jul 02:09
65daa2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

15 Jun 06:15
e1070c0
Compare
Choose a tag to compare

What's Changed

  • fix: templates of tools/gone by @Degfy in #27

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Jun 03:43
e2266be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 Jun 14:53
22a986b
Compare
Choose a tag to compare

What's Changed

  • doc: Adjust the Chinese comments in the code to English by @Degfy in #24

Full Changelog: v1.0.0...v1.0.1

v1.0.0 Release,More Powerful,More Efficient

14 Jun 13:22
aae0663
Compare
Choose a tag to compare

Here is a revised version of the text with corrections and improvements for clarity and flow:

1. Gone Core Update

  • Added a Function Dependency Injection Mechanism that can construct function parameters.
  • Refactored the Preparer used for initiating the preparation flow.
  • Refactored Cemetery.Bury, Cemetery.BuryOnce, and Cemetery.ReplaceBury.
  • Added a new feature, GonerOption:
    • GonerId as an implementation of GonerOption, used as the ID of a gone.
    • IsDefault to indicate the default choice when multiple goners of one type exist.
    • Order to sort goners at the start of ReviveAllFromTombs.
  • Refactored TestKit using the Function Dependency Injection Mechanism and Preparer.

2. Goners Update

  • Refactored the goner/gin HTTP Injection Mechanism, which builds the Gin Handle function at the start flow and only injects HTTP parameters when a request arrives, enhancing efficiency.
  • Refactored configuration code, exporting helper functions to facilitate the creation of new Configure instances for parsing other configuration file formats.

3. New Goners Added

  • goner/viper, integrated with Viper to read configuration files in formats like YAML, JSON, etc.
  • goner/zap, integrated with Zap for more efficient logging.

4. Improved Coverage Testing

  • Enhanced testing for better coverage.

I will write new document for v1.x later.

v0.3.1

14 May 03:47
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

  1. supported HTTP Parameter Inject
  2. moved some interface (in github.com/gone-io/gone/tree/main/goner/gin | xorm | logrus ) to gone