Skip to content

Commit e15c923

Browse files
committed
Update Readme for beta.
1 parent 80ebedb commit e15c923

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img width="466" src="https://raw.githubusercontent.com/objectbox/objectbox-swift/master/images/logo.png">
22

3-
ObjectBox Swift (Alpha)
4-
=======================
3+
ObjectBox Swift
4+
===============
55

66
[![Version](https://img.shields.io/cocoapods/v/ObjectBox.svg?style=flat)](https://cocoapods.org/pods/ObjectBox)
77
[![Platform](https://img.shields.io/cocoapods/p/ObjectBox.svg?style=flat)](https://cocoapods.org/pods/ObjectBox)
@@ -23,7 +23,7 @@ let oldClauses = query.find()
2323
Want details? **[Read the guides](https://swift.objectbox.io/)** or
2424
**[check out the API docs](https://objectbox.io/docfiles/swift/current/)**.
2525

26-
Note: this is an early alpha not intended for production use just yet ([details below](#alpha)).
26+
Note: This beta version is subject to change ([details below](#alpha)).
2727

2828
Installation
2929
------------
@@ -80,19 +80,12 @@ We're looking forward to receive your comments and requests:
8080

8181
Thank you!
8282

83-
<a name="alpha"></a>
84-
What's Missing in the Alpha?
85-
----------------------------
86-
87-
_ObjectBox Swift Alpha_ is a developer preview.
88-
**It is not ready for production use yet!**
89-
Consider the following limitations:
83+
<a name="beta"></a>
84+
What's Missing in the Beta?
85+
---------------------------
9086

91-
- No binary compatibility of your on-disk data with future versions.
92-
- No model migrations: once you persist an entity with 2 properties, you cannot simply add a 3rd property.
93-
You have to reset the store (e.g. delete the database files) to start from scratch.
94-
- Incomplete functionality: missing relation types, indexes, data observers, object browser.
95-
This functionality is available at lower layers and has not yet been exposed to Swift.
87+
More relation types, data observers, object browser.
88+
This functionality is available at lower layers and has not yet been exposed to Swift.
9689

9790
Keep in touch
9891
-------------

0 commit comments

Comments
 (0)