Skip to content

Releases: go-fries/fries

v2.12.0

07 Apr 14:52
fed5408
Compare
Choose a tag to compare

What's Changed

โš ๏ธ This version does not support backward compatibilityโ—๏ธโ—๏ธโ—๏ธ

Feature:

  • feat(crontab): Stop() support with context.Context by @flc1125 in #204
  • feat(foundation): Added BootstrapFunc and TerminateFunc by @flc1125 in #208
  • feat(values): Added IfFunc by @flc1125 in #206

Refactor:

  • refactor(values): change the values directory to helpers by @flc1125 in #207

Other:

  • build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 by @dependabot in #205

Full Changelog: v2.11.0...v2.12.0

v2.11.0

30 Mar 07:40
f0457ef
Compare
Choose a tag to compare

What's Changed

โš ๏ธ This version does not support backward compatibilityโ—๏ธโ—๏ธโ—๏ธ

Feature

Test

  • test(values): Add some unit tests for If by @flc1125 in #186

Refactor

  • refactor(helpers): adjust parameter positions for Repeat by @flc1125 in #196
  • refactor(slices): adjust return data type for Filter by @flc1125 in #191
  • refactor(crontab): rename Name() to Slug() by @flc1125 in #183

Other

Full Changelog: v2.10.0...v2.11.0

v2.10.0

20 Mar 06:34
858ec11
Compare
Choose a tag to compare

What's Changed

๐Ÿ“Œ This version does not support backward compatibilityโ—๏ธโ—๏ธโ—๏ธ

  • feat(slices): Added Map/Each/Filter/Reduce/Reverse/Concat/IsEmpty/IsNotEmpty by @flc1125 in #156
  • feat(slices): add Random/Shuffle/Min/Max/Sum/Length by @flc1125 in #180
  • feat(slices): Added more methods by @flc1125 in #157 #158 #179
  • feat(slices): support default for Reduce by @flc1125 in #175
  • chore(slices): improve Concat to support more data by @flc1125 in #172
  • refactor(helpers): rename helper to helpers by @flc1125 in #159
  • feat(helpers): Add more methods by @flc1125 in #162 #167
  • feat(helpers): split to helpers and values by @flc1125 in #163
  • refactor(strings): refactor InArray to InSlice by @flc1125 in #160 #161
  • feat(config): Add config Provider by @flc1125 in #164
  • refactor(provider): rename context to provider by @flc1125 in #165
  • refactor(contexts): I'm not sure how to write it by @flc1125 in #166
  • refactor(coroutines): Refactor coroutines by @flc1125 in #168
  • feat(coroutines): Add Scheduler by @flc1125 in #176
  • feat(features): Add NamedFeature and ExpireFeature by @flc1125 in #170
  • refactor(event): Adjusting the event structure by @flc1125 in #171 #173
  • feat(values): Add Ptr and Val and Optional by @flc1125 in #177
  • build(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5 by @dependabot in #174
  • build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in #178
  • feat(crontab): Add log adapter by @flc1125 in #181

Full Changelog: v2.9.0...v2.10.0

v2.9.0

15 Mar 11:04
bb410a7
Compare
Choose a tag to compare

๐Ÿ“ฃ: This version does not support backward compatibilityโ—๏ธโ—๏ธโ—๏ธ

What's Changed

Full Changelog: v2.8.0...v2.9.0

v2.8.0

08 Mar 02:51
33ef04c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0

v2.7.1

04 Mar 07:18
ea8de18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

24 Feb 10:23
764ca5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.7.0

v2.6.1

21 Feb 15:01
07180c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

18 Feb 06:21
57256f2
Compare
Choose a tag to compare

What's Changed

  • feat(prints): Add a Secret method to support secure input. by @flc1125 in #100
  • build(github action): support Golang 1.22.x by @flc1125 in #101
  • feat(foundation): Added two system-level events. by @flc1125 in #102 #103
  • test(event): Increase the proportion of unit tests. by @flc1125 in #104
  • feat(middleware/request): Add a feature about supporting event distribution middleware. by @flc1125 in #105
  • feat(errors): Added Group Errors by @flc1125 in #106 #107
  • feat(collection): Added Collection by @flc1125 in #108
  • feat(pubsub): Added pubsub by @flc1125 in #109

Full Changelog: v2.5.0...v2.6.0

v2.5.0

15 Feb 14:10
6b26e35
Compare
Choose a tag to compare

What's Changed

  • feat(prints): Add a WithProgressBar method. by @flc1125 in #92
  • build(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7 by @dependabot in #93
  • build(deps): Upgrade deps by @flc1125 in #94
  • refactor(crontab/v2): Refactor v2 version by @flc1125 in #95
  • chore(crontab/v2): Remove null_jog.go by @flc1125 in #96
  • feat(coordinator): Added Coordinator by @flc1125 in #97
  • tests(coordinator): Improve unit test coverage by @flc1125 in #98
  • fix(coordinator): Fix the bug that when closing, it doesn't delete. by @flc1125 in #99

Full Changelog: v2.4.0...v2.5.0