Skip to content

Commit 536f8c1

Browse files
committed
Updated the changelog
1 parent a4cb4e8 commit 536f8c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## v0.3 (RethinkDB v1.13) - 26 June 2014
44

5+
- Replaced `ResultRows`/`ResultRow` with `Cursor`, `Cursor` has the `Next`, `All` and `One` methods which stores the relevant value in the value pointed at by result. For more information check the examples.
6+
- Changed the time constants (Days and Months) to package globals instead of functions
7+
- Added the `Args` term and changed the arguments for many terms to `args ...interface{}` to allow argument splicing
8+
- Added the `Changes` term and support for the feed response type
9+
- Added the `Random` term
10+
- Added the `Http` term
11+
- The second argument for `Slice` is now optional
12+
- `EqJoin` now accepts a function as its first argument
13+
- `Nth` now returns a selection
14+
515
## v0.2 (RethinkDB v1.12) - 13 April 2014
616

717
* Changed `Connect` to use `ConnectOpts` instead of `map[string]interface{}`

0 commit comments

Comments
 (0)