Skip to content

Releases: AmarokIce/WithJson

1.7.10-v0.2-b6

08 Jun 12:15
Compare
Choose a tag to compare
1.7.10-v0.2-b6 Pre-release
Pre-release
v0.2 Beta 0.0.5

v0.2 Beta-5

02 Jun 13:28
Compare
Choose a tag to compare
v0.2 Beta-5 Pre-release
Pre-release

是时候得到曲奇与咖啡了,v0.2 的可公开预览版 b5。
注意:这是一个预览版,部分功能还未完全实现。
你可能需要注意的迁移问题,如果你无法理解,请等待文档更新:
全部的字符串都需要从蛇形 (the_snake) 转为驼峰 (theHump) ;
任何物品都应当由 map 的 Ingredient 组合。规范如下演示 :

{
    "name":"物品注册名"
    "size":"物品数量,默认 1"
    "meta":"物品元数据,默认 0"
}

1.7.10-v0.1-0.1.4-Alpha

30 Mar 12:39
Compare
Choose a tag to compare

Any issues under the Alpha / Beta version will be ignored!

This is the last update under the v0.1 release
Update Details :
Now meta is allowed for Item.
Now Items are allowed to have descriptions.

Alpha only :
Clean up the code.

Alpha / Beta 版本下的任何Issues都会被忽略!

本次为最后一次v0.1版本下的更新。
更新细节:
现在Item允许使用Meta。
现在Item允许拥有说明。

Alpha 版本特有:
清理代码。

Clean up and update

08 May 15:19
832935c
Compare
Choose a tag to compare

Clean up the workspace and code.
Now some non-important parameters are optional.
Clean up complicated and useless grammar syrup design patterns.
The code style is more Kotlin than Java.
A new JsonBean with greater efficiency and better loading speed replace the old JsonReader.
Now some seemingly strange places will have notes explaining why this is done.

清理工作区与代码。
现在一些不重要的参数可以被忽略。
清理无用的语法糖浆设计模式。
代码风格会更像Kotlin而非Java。
一个新的Json复用类将会以更快更好的运行速度取代老的Json读取器。
现在那些看起来很奇怪的代码将会有注解解释为什么要这么做。

Update and Fix

08 May 15:24
Compare
Choose a tag to compare

Clean up the code.
A new JsonBean with greater efficiency and better loading speed replace the old JsonReader.
Temporarily cancel the automatic packet generation.

清理代码。
一个新的Json复用类将会以更快更好的运行速度取代老的Json读取器。
暂时取消数据包自动生成。