File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.15 .0"
2+ "." : " 2.16 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.16.0 (2026-08-18)
4+
5+ ## What's Changed
6+ * fix(ci): fix Node CI dry-run publish failure and deprecation warning by @yicai-dev in https://github.com/cyjake/leoric/pull/495
7+ * fix: remove CommonJS interop from ESM build by @elrrrrrrr in https://github.com/cyjake/leoric/pull/499
8+ * fix: recycle idle mysql connections by @yicai-dev in https://github.com/cyjake/leoric/pull/502
9+ * fix(ci): load Mocha types for TypeScript tests by @yicai-dev in https://github.com/cyjake/leoric/pull/503
10+ * docs: add pagination guide by @cyjake in https://github.com/cyjake/leoric/pull/497
11+ * test: cover ES2022 defaults on create by @cyjake in https://github.com/cyjake/leoric/pull/498
12+ * feat: support model index declarations by @yicai-dev in https://github.com/cyjake/leoric/pull/501
13+ * feat: support partial JSON updates by @cyjake in https://github.com/cyjake/leoric/pull/500
14+ * fix(sqlite): support dropping columns on legacy runtimes by @yicai-dev in https://github.com/cyjake/leoric/pull/504
15+ * docs: restore model API reference by @yicai-dev in https://github.com/cyjake/leoric/pull/505
16+ * feat: add joinMany for arbitrary joins by @yicai-dev in https://github.com/cyjake/leoric/pull/506
17+
18+
19+ ** Full Changelog** : https://github.com/cyjake/leoric/compare/v2.15.0...v2.16.0
20+
321## 2.15.0 (2026-08-07)
422
523## What's Changed
Original file line number Diff line number Diff line change 11{
22 "name" : " leoric" ,
3- "version" : " 2.15 .0" ,
3+ "version" : " 2.16 .0" ,
44 "description" : " yet another JavaScript object-relational mapping library" ,
55 "browser" : " dist/browser.js" ,
66 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments