File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments