leoric 2.7.3 → 2.8.0

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,13 @@
1
+ 2.8.0 / 2022-08-30
2
+ ==================
3
+
4
+ ## What's Changed
5
+ * 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
6
+ * fix: throw error if token is not expected when parse expr by @cyjake in https://github.com/cyjake/leoric/pull/338
7
+
8
+
9
+ **Full Changelog**: https://github.com/cyjake/leoric/compare/v2.7.3...v2.8.0
10
+
1
11
  2.7.3 / 2022-08-25
2
12
  ==================
3
13