Skip to content

Commit 4bc2b04

Browse files
committed
Ship 2.0.0
1 parent 8064216 commit 4bc2b04

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77

8-
2.0.0 (unreleased -- encompasses all alpha versions)
8+
(Unreleased)
9+
==================
10+
### Changed
11+
### Added
12+
### Fixed
13+
14+
2.0.0
915
==================
1016

1117
**Upgrading from 1.x**

Readme.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# node-canvas
22

3-
## This is the documentation for version 2.0.0-alpha
4-
Alpha versions of 2.0 can be installed using `npm install canvas@next`.
5-
6-
See the [changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md) for a guide to upgrading from 1.x to 2.x.
7-
8-
**For version 1.x documentation, see [the v1.x branch](https://github.com/Automattic/node-canvas/tree/v1.x)**
9-
10-
-----
11-
123
[![Build Status](https://travis-ci.org/Automattic/node-canvas.svg?branch=master)](https://travis-ci.org/Automattic/node-canvas)
134
[![NPM version](https://badge.fury.io/js/canvas.svg)](http://badge.fury.io/js/canvas)
145

@@ -70,6 +61,12 @@ loadImage('examples/images/lime-cat.jpg').then((image) => {
7061
})
7162
```
7263

64+
## Upgrading from 2.x
65+
66+
See the [changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md) for a guide to upgrading from 1.x to 2.x.
67+
68+
For version 1.x documentation, see [the v1.x branch](https://github.com/Automattic/node-canvas/tree/v1.x).
69+
7370
## Documentation
7471

7572
This project is an implementation of the Web Canvas API and implements that API as closely as possible. For API documentation, please visit [Mozilla Web Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API). (See [Compatibility Status](https://github.com/Automattic/node-canvas/wiki/Compatibility-Status) for the current API compliance.) All utility methods and non-standard APIs are documented below.

0 commit comments

Comments
 (0)