Skip to content

Commit ddf2398

Browse files
chore(master): release 2.16.0 (#496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7f132a commit ddf2398

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.15.0"
2+
".": "2.16.0"
33
}

History.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)