Skip to content

Releases: farseer-go/fs

v0.4.1

20 Dec 12:03
Compare
Choose a tag to compare

移除go.work

v0.4.0

19 Dec 05:36
Compare
Choose a tag to compare
  1. 修复types.IsGoBasicType方法的BUG
  2. 使用自研的配置组件(移除第三方组件)
  3. 使用自研的container组件(移除第三方组件)
  4. 增加parse.Convert中bool转string

v0.3.0

12 Dec 11:59
Compare
Choose a tag to compare
  1. 增加types.IsGoBasicType 是否为Go内置基础类型
  2. 添加reflect.Type的类型转换(parse.ConvertValue)
  3. 支持parse.Convert支持string转string[]

v0.2.0

06 Dec 12:14
2afc798
Compare
Choose a tag to compare
  1. types增加判断是否为内置集合类型
  2. types增加获取函数的出参、入参
  3. types增加判断是否为DTO参数
  4. 增加WebException异常
  5. ApiResponse增加转Json、转Bytes方法
  6. 修复json序列化问题
  7. 增加模块依赖检查功能
  8. 补充注释

v0.1.0

20 Sep 10:23
Compare
Choose a tag to compare

We are very happy to release the first external version number v0.1.0
Before this, our team has been working hard to add various features to the framework to meet the needs of the business system.
After 3 months, we have commonly used features added to the framework and verified by initial testing.
As a result, our team decided to release this version number.
It is important to note that until v1 arrives, v0, there will still be a lot of minor issues. However, we will try to fix the problems found quickly.
If you find any bugs in the process of using it, please also send issues or PRs, thanks.