CHANGELOG.md in meta-api-0.1.0 vs CHANGELOG.md in meta-api-0.1.1
- old
+ new
@@ -1,6 +1,12 @@
# 更新日志
+## 0.1.1(2024 年 6 月 1 日)
+
+1. 添加 `Meta::Entity.with_common_options` 方法,用于更有效地组织字段。
+2. 临时性地添加 `Meta::Entity.merge` 方法,作为合并其他的实体的暂时性实现。
+3. scope 分为全局 scope 和局部 scope.
+
## 0.1.0(2023 年 8 月 5 日)
1. 删除 `on:` 选项。
2. `type_conversion` 为 `false` 时不影响对象和数组类型的转化。
3. 修复 `ref:` 嵌套造成的文档问题。