Skip to content

Commit

Permalink
prepare alpha release (#236)
Browse files Browse the repository at this point in the history
[0.2.0+alpha]
  • Loading branch information
blagoev authored Jan 31, 2022
1 parent 4974b48 commit eb9cf50
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.2.0+alpha Release notes (2022-01-31)
==============================================================

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

### Enhancements
* Completеly rewritten from the ground up with sound null safety and using Dart FFI

### Compatibility
* Dart ^2.15 on Windows, MacOS and Linux

0.2.0-alpha.2 Release notes (2022-01-29)
==============================================================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Realm is a mobile database that runs directly inside phones, tablets or wearables.
This repository holds the source code for the Realm SDK for Flutter™ and Dart™.

**This project is in the Alpha stage, All API's might change without warning and no guarantees are given about stability. Do not use it in production.**
**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

## Getting Started

Expand Down
10 changes: 10 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.2.0+alpha Release notes (2022-01-31)
=============================================================

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

This package hosts the common code shared between realm, realm_dart and realm_generator packages

### Compatibility
* Flutter ^2.8 and Dart ^2.15

0.2.0-alpha.1 Release notes (2022-01-29)
=============================================================

Expand Down
2 changes: 2 additions & 0 deletions common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Realm is a mobile database that runs directly inside phones, tablets or wearables.
This repository holds the source code for the Realm SDK for Flutter™ and Dart™.

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

## Getting Started

To use the Realm SDK for Flutter add the [realm](https://pub.dev/packages/realm) package to your `pubspec.yaml` dependencies.
Expand Down
2 changes: 1 addition & 1 deletion common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Hosts the common code shared between realm, realm_dart and realm_generator packages.
This package is part of the official Realm Flutter and Realm Dart SDKs.
version: 0.2.0-alpha.1
version: 0.2.0+alpha

homepage: https://www.realm.io
repository: https://github.com/realm/realm-dart
Expand Down
4 changes: 4 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![Realm](https://github.com/realm/realm-dart/raw/master/logo.png)

[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)

## A simple command-line application using Realm Dart SDK

### Setup
Expand Down
2 changes: 1 addition & 1 deletion ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
sdk: '>=2.15.0 <3.0.0'

dependencies:
realm_dart: ^0.2.0-alpha
realm_dart: ^0.2.0+alpha

dev_dependencies:
pedantic: ^1.9.0
Expand Down
13 changes: 13 additions & 0 deletions flutter/realm_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.2.0+alpha Release notes (2022-01-31)
=============================================================

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

### Enhancements
* Completely rewritten from the ground up with sound null safety and using Dart FFI

### Compatibility
* Flutter ^2.8
* Flutter Mobile on Android and iOS
* Flutter Desktop on Windows and MacOS

0.2.0-alpha.2 Release notes (2022-01-29)
=============================================================

Expand Down
6 changes: 6 additions & 0 deletions flutter/realm_flutter/example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
![Realm](https://github.com/realm/realm-dart/raw/master/logo.png)

[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

# realm_example

Demonstrates how to use the Realm SDK for Flutter™
Expand Down
2 changes: 1 addition & 1 deletion flutter/realm_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: realm_example
description: Demonstrates how to use the Realm SDK for Flutter.
version: 0.2.0-alpha
version: 0.2.0+alpha

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
Expand Down
2 changes: 1 addition & 1 deletion flutter/realm_flutter/ios/realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project_dir = File.expand_path("../../../../", realmPackageDir)
# //TODO read the version from pubspec.yaml
Pod::Spec.new do |s|
s.name = 'realm'
s.version = '0.2.0-alpha.2'
s.version = '0.2.0+alpha'
s.summary = 'The official Realm SDK for Flutter'
s.description = <<-DESC
Realm is a mobile database - an alternative to SQLite and key-value stores.
Expand Down
2 changes: 1 addition & 1 deletion flutter/realm_flutter/macos/realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Pod::Spec.new do |s|
s.name = 'realm'
s.version = '0.2.0-alpha.2'
s.version = '0.2.0+alpha'
s.summary = 'The official Realm SDK for Flutter'
s.description = <<-DESC
Realm is a mobile database - an alternative to SQLite and key-value stores.
Expand Down
2 changes: 1 addition & 1 deletion flutter/realm_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: realm
description: The official Realm SDK for Flutter. Realm is a mobile database - an alternative to SQLite and key-value stores.
version: 0.2.0-alpha.2
version: 0.2.0+alpha

homepage: https://www.realm.io
repository: https://github.com/realm/realm-dart
Expand Down
11 changes: 11 additions & 0 deletions generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.2.0+alpha Release notes (2022-01-31)
=============================================================

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

### Enhancements
* Completеly rewritten from the ground up with sound null safety and using Dart FFI and new way of defining realm models

### Compatibility
* Flutter ^2.8 and Dart ^2.15

0.2.0-alpha.1 Release notes (2022-01-29)
=============================================================

Expand Down
4 changes: 4 additions & 0 deletions generator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
![Realm](https://github.com/realm/realm-dart/raw/master/logo.png)

[![License](https://img.shields.io/badge/License-Apache-blue.svg)](LICENSE)

**This project is in the Alpha stage. All API's might change without warning and no guarantees are given about stability. Do not use it in production.**

# Description

Dart code generator that generates `RealmObject` classes based on `Realm` data model classes using naming conventions.
Expand Down
2 changes: 1 addition & 1 deletion generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Generates RealmObject classes from Realm data model classes.
This package is part of the official Realm Flutter and Realm Dart SDKs.
version: 0.2.0-alpha.1
version: 0.2.0+alpha

homepage: https://www.realm.io
repository: https://github.com/realm/realm-dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: realm_dart
description: The official Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores.
version: 0.2.0-alpha.2
version: 0.2.0+alpha

homepage: https://www.realm.io
repository: https://github.com/realm/realm-dart
Expand Down

0 comments on commit eb9cf50

Please sign in to comment.