Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhahn committed Dec 15, 2015
1 parent e5e4676 commit f59a8db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.6.0

- No longer uses screen blending mode for image tiles.
- Adds `transparent` option to xray source to render xray tiles without a background color.
- Renames `maskLevel` to `fillzoom` for backfilled tiles.
- Sets and passes through `x-vector-backend-object` header for describing backend object type.

## 3.5.2

- Fix error handling bug in tm2z loading.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tilelive-vector",
"version": "3.5.2",
"version": "3.6.0",
"main": "./index.js",
"description": "Vector tile => raster tile backend for tilelive",
"repository": {
Expand Down

0 comments on commit f59a8db

Please sign in to comment.