We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9661c9 commit ef4d3f9Copy full SHA for ef4d3f9
History.md
@@ -1,3 +1,12 @@
1
+2.3.0 / 2022-11-09
2
+==================
3
+
4
+## What's Changed
5
+* feat: rewire prototype of models when subclassing is enabled by @cyjake in https://github.com/eggjs/egg-orm/pull/29
6
7
8
+**Full Changelog**: https://github.com/eggjs/egg-orm/compare/v2.2.0...v2.3.0
9
10
2.2.0 / 2022-09-08
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-orm",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "Object relational mapping for Egg applications",
"eggPlugin": {
"name": "orm"
0 commit comments