pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21.37k stars 1.04k forks source link

ANNOUNCEMENT: version 3.0.0 #48

Closed pubkey closed 7 years ago

pubkey commented 7 years ago

Hello users. There are plenty of things I want to add to RxDB which will be breaking features. Therefore I have the big goal to finish version 3.0.0 which will contain all of them at once so that the dev will not have to migrate all the time. The goal is to finish it until March2017.

You can see the milestone here. If you have an additional feature you want to see at v3.0.0, please write it down here.

Any help is appreciated! If you have the time to help with one of the features, please tell me so I can coordinate the work.

jayem-git commented 7 years ago

Can we have the ability to create indexes at levels other than the top level.

pubkey commented 7 years ago

@jayem-io Yes, you can. I'm sitting at it right now

jayem-git commented 7 years ago

Can you explain how please?

pubkey commented 7 years ago

@jayem-io see this commit

jayem-git commented 7 years ago

Fantastic I'll test it out

Itrulia commented 7 years ago

TTL on entries would be really nice :)

pubkey commented 7 years ago

@Itrulia TTL on documents is a nice feature. But on v3 I want to focus on things which would create breaking changes in the future. Also unique on schema-fields would be handy :)

Itrulia commented 7 years ago

Damn, I guess Ill write a PouchDB plugin for it then (if thats even possible)

pubkey commented 7 years ago

A few seconds ago, RxDB v3.0.0 got released.