We just broke 100k weekly downloads on npm!!! #adoption ๐
We just broke 100k weekly downloads on npm!!! #adoption ๐

16 Replies
0.26.2 has been released https://github.com/kysely-org/kysely/releases/tag/0.26.2
New tiny release https://github.com/kysely-org/kysely/releases/tag/0.26.3
8000 โญ in github btw ๐ป
0.27.0 is out https://github.com/kysely-org/kysely/releases/tag/0.27.0
Happy New Year! ๐พ ๐
0.27.1 with couple of regression fixes is out https://github.com/kysely-org/kysely/releases/tag/0.27.1
0.27.2 is out https://github.com/kysely-org/kysely/releases/tag/0.27.2
0.27.3 is out. Didn't have time to write release notes yet since it was a hotfix to support typescript 5.4. Release notes will follow later.
0.27.4 is out! ๐พ ๐ฅ ๐
GitHub
Release 0.27.4 ยท kysely-org/kysely
Hey ๐
We've reached 100 contributors AND 1,000 pull requests since our last release! ๐พ
Here's all the work done since version 0.27.3...
๐ Features
Added clearGroupBy() by @dswbx in #921
ad...
๐คฉ ๐ ๐ :starstruck: :starstuck: :star: ๐ซ โจ โญ
0.27.5 is out! ๐ฅ
GitHub
Release 0.27.5 ยท kysely-org/kysely
Hey ๐
Long-time community member and ambassador @thelinuxlich has joined the contributors club! ๐
v0.28 is right around the corner! ๐
๐ Features
add modifyEnd to insert, update and delete query bu...
GitHub
Release v0.2.0 - Force execute with specific dialect. ยท kysely-org/...
Hey ๐
This release allows forcing execution with a specific dialect on the fly.
First, import the force module where you define your db instance:
import 'kysely-replication/force'
It will a...
GitHub
Release v0.11.0 - automatic
tsconfig.paths
resolution. ยท kysely-o...Hey ๐
This release adds automatic tsconfig.paths resolution behind a --experimental-resolve-tsconfig-paths flag, as jiti doesn't do it by design - which caused crashes in setups that have alias...
0.27.6 is out! :party_blob:
GitHub
Release 0.27.6 ยท kysely-org/kysely
Hey ๐
v0.28 is right around the corner! ๐
๐ Features
๐ Bugfixes
fix: implements a underscore validation to camelcase plugin by @rhyzzor in #1290
fix: resolve edge case with varying shapes in multi...
0.28.0 is out ๐ฏโโ๏ธ
GitHub
Release 0.28.0 ยท kysely-org/kysely
Hey ๐
Transactions are getting a lot of love in this one!
As part an effort to replace Knex with Kysely, B4nan, the author of mikro-orm drove the new setAccessMode('read only'|'read wri...
0.28.1 is out! ๐ฃ
GitHub
Release 0.28.1 ยท kysely-org/kysely
Hey ๐
Just a small crucial bug fix release. Please inform us if you see any more regressions since v0.28. ๐
๐ Features
๐ Bugfixes
PostgreSQL ๐
pg introspector - Wrap schema.table in double quotes ...
GitHub
Release v0.2.0 -
stream()
ยท kysely-org/kysely-typeormHey ๐
This release adds support for stream() in drivers that TypeORM supports streaming for.
implement streaming. by @igalklebanov in #280
Full Changelog: v0.1.0...v0.2.0
GitHub
Release v0.3.0 - JSON column types ยท kysely-org/kysely-typeorm
Hey ๐
This release fixes and improves JSON column type handling.
better JSON column type support. by @igalklebanov in #281
Full Changelog: v0.2.0...v0.3.0
0.28.2 is out! ๐ฆ
GitHub
Release 0.28.2 ยท kysely-org/kysely
Hey ๐
v0.28 broke an undocumented TypeScript behavior our API had that allowed you to pass table name unions to query builders and enable some DRYing of queries. Seeing that this pattern was quite ...