leoric 2.7.2 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/History.md CHANGED
@@ -1,3 +1,31 @@
1
+ 2.8.1 / 2022-08-31
2
+ ==================
3
+
4
+ ## What's Changed
5
+ * fix: metro exports error by @JimmyDaddy in https://github.com/cyjake/leoric/pull/339
6
+ * fix: Model.count(field) in sequelize adapter by @cyjake in https://github.com/cyjake/leoric/pull/340
7
+
8
+ **Full Changelog**: https://github.com/cyjake/leoric/compare/v2.8.0...v2.8.1
9
+
10
+ 2.8.0 / 2022-08-30
11
+ ==================
12
+
13
+ ## What's Changed
14
+ * feat: refactor type definitions to export SequelizeBone, complete spell type definitions and fix index hints logic by @JimmyDaddy in https://github.com/cyjake/leoric/pull/337
15
+ * fix: throw error if token is not expected when parse expr by @cyjake in https://github.com/cyjake/leoric/pull/338
16
+
17
+
18
+ **Full Changelog**: https://github.com/cyjake/leoric/compare/v2.7.3...v2.8.0
19
+
20
+ 2.7.3 / 2022-08-25
21
+ ==================
22
+
23
+ ## What's Changed
24
+ * fix: should skip loading models that is loaded before by @cyjake in https://github.com/cyjake/leoric/pull/335
25
+
26
+
27
+ **Full Changelog**: https://github.com/cyjake/leoric/compare/v2.7.2...v2.7.3
28
+
1
29
  2.7.2 / 2022-08-24
2
30
  ==================
3
31