Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwalder committed Oct 4, 2017
1 parent 456421c commit 1cf19d9
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions README.md
Expand Up @@ -18,23 +18,22 @@ Google turned down the older versions of the REST API on September 30th, 2016. V

## Table of Contents ##

- [Examples](#examples)

- [New in version 4.0](#new-in-version-40)
- [New in version 3.0](#new-in-version-30): [Datastore REST API v1 (Sep 2016)](#using-the-datastore-rest-api-v1-sep-2016)
- [Changes in version 2.0](#changes-in-version-20)
- [Getting Started](#getting-started) including installation with Composer and setup for GDS Emulator
- [Defining Your Model](#defining-your-model)
- [Creating Records](#creating-records)
- [Geopoint Support](#geopoint)
- [Queries, GQL & The Default Query](#queries-gql--the-default-query)
- [Multi-tenant Applications & Data Namespaces](#multi-tenant-applications--data-namespaces)
- [Entity Groups, Hierarchy & Ancestors](#entity-groups-hierarchy--ancestors)
- [Transactions](#transactions)
- [Data Migrations](#data-migrations)
- [More About Google Cloud Datastore](#more-about-google-cloud-datastore)
- [Unit Tests](#unit-tests)
- [Footnotes](#footnotes)
* [Examples](#examples)
* [New in version 4.0](#new-in-version-40)
* [Changes in version 3.0](#changes-in-version-30): [Datastore REST API v1 (Sep 2016)](#using-the-datastore-rest-api-v1-sep-2016)
* [Changes in version 2.0](#changes-in-version-20)
* [Getting Started](#getting-started) including installation with Composer and setup for GDS Emulator
* [Defining Your Model](#defining-your-model)
* [Creating Records](#creating-records)
* [Geopoint Support](#geopoint)
* [Queries, GQL & The Default Query](#queries-gql--the-default-query)
* [Multi-tenant Applications & Data Namespaces](#multi-tenant-applications--data-namespaces)
* [Entity Groups, Hierarchy & Ancestors](#entity-groups-hierarchy--ancestors)
* [Transactions](#transactions)
* [Data Migrations](#data-migrations)
* [More About Google Cloud Datastore](#more-about-google-cloud-datastore)
* [Unit Tests](#unit-tests)
* [Footnotes](#footnotes)

## Examples ##

Expand Down Expand Up @@ -92,10 +91,10 @@ Code: https://github.com/tomwalder/php-gds-demo

## New in Version 4.0 ##

* More consistent use of `DateTime` objects - now all result sets will use them instead of `'Y-m-d H:i:s'` strings
* Move the `google/auth` to an optional dependency
* More consistent use of `DateTime` objects - now all result sets will use them instead of `Y-m-d H:i:s` strings
* Move the `google/auth` to an optional dependency - if you need the REST API

## New in Version 3.0 ##
## Changes in Version 3.0 ##

* Support for the new **Datastore API, v1 - via REST** (gRPC to come)
* Removal of support for the old 1.x series "PHP Google API Client"
Expand Down

0 comments on commit 1cf19d9

Please sign in to comment.