File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22# RxDB Changelog
33
44<!-- CHANGELOG NEWEST -->
5+
6+ <!-- ADD new changes here! -->
7+
8+ ### 17.0.0-beta.2 (4 December 2025)
9+
510- ADD ensure indexes and primaryKey have a maximum ` maxLength ` of ` 1000 ` .
611- ADD use internal types for ` WeakRef ` so people do not have to add ` ES2021.WeakRef ` to their TypeScript config.
712- We no longer have the ` dist ` folder in the github repository. Either install RxDB from npm, or run the build scripts locally.
1217- FIXmemory-mapped-storage: deleted docs must be purged
1318- FIX ` RxCollection.cleanup() ` does not respect the provided ` minimumDeletedTime ` .
1419
15- <!-- ADD new changes here! -->
16-
17- ### 17.0.0-beta.1 (3 December 2025)
18-
1920- ADD ensure indexes and primaryKey have a maximum ` maxLength ` of ` 1000 ` .
2021- ADD use internal types for ` WeakRef ` so people do not have to add ` ES2021.WeakRef ` to their TypeScript config.
2122- We no longer have the ` dist ` folder in the github repository. Either install RxDB from npm, or run the build scripts locally.
Original file line number Diff line number Diff line change 11{
22 "name" : " rxdb" ,
33 "description" : " A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/" ,
4- "version" : " 17.0.0-beta.1 " ,
4+ "version" : " 17.0.0-beta.2 " ,
55 "author" : " pubkey" ,
66 "repository" : {
77 "type" : " git" ,
634634 "webpack-dev-server" : " 5.2.2"
635635 },
636636 "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 637- }
637+ }
Original file line number Diff line number Diff line change 11/**
22 * This file is replaced in the 'npm run build:version' script.
33 */
4- export const RXDB_VERSION = '17.0.0-beta.1 ' ;
4+ export const RXDB_VERSION = '17.0.0-beta.2 ' ;
You can’t perform that action at this time.
0 commit comments