Skip to content

Commit 07983c2

Browse files
committed
Release 0.3
1 parent a6f3f4a commit 07983c2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## 0.3 - 2015-01-27
44

55
* **Breaking changes: References have changed behaviour**
6-
* `Reference` doesn't extend `Firebase` anymore and has changed behaviour (see the [doc/02-references.md](documentation about References))
7-
* Reference data can be updated with `$reference->update(['key' => 'value'])` or with `$reference['key'] = 'value'`
8-
* Improved test coverage
9-
* Added Makefile to ease test execution
10-
* Extended documentation and moved in to the doc folder
6+
* `Reference` doesn't extend `Firebase` anymore and has changed behaviour (see the [doc/02-references.md](documentation about References)).
7+
* Reference data can be accessed with `$reference->getData()`, which returns an array, or directly with `$reference['key']`.
8+
* Reference data can be updated with `$reference->update(['key' => 'value'])` or with `$reference['key'] = 'value'`.
9+
* Improved test coverage.
10+
* Added Makefile to ease test execution.
11+
* Extended documentation and moved in to the doc folder.
1112

1213
## 0.2.4 - 2015-01-21
1314

0 commit comments

Comments
 (0)