Skip to content

Commit e38602a

Browse files
committed
v3.0.0-beta1
1 parent 0cf34e4 commit e38602a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
## 2.1.0 (work in progress)
1+
## 3.0.0-beta2 (next)
2+
3+
- Recreate all fixtures that previously existed in 2.x
4+
5+
## 3.0.0-beta1
6+
7+
- Create source files for all fixtures in the src/ directory - these are node modules which include information about the fixture, including a description, validity specs, and a JSON representation of the fixture.
8+
- Rely on `pbf` and `protocol-buffers-schema` modules to generate fixtures based on the Mapbox Vector Tile Specification, which is now a submodule to this repository.
9+
- All fixtures are generated into the fixtures/ directory programmatically using `npm run build`
10+
- Include a javascript API with `get`, `create`, and `each` methods, described in API.md
11+
- Automatically generate fixture documentation from the source files, located in FIXTURES.md
12+
13+
## 2.1.0
214

315
- Rename project to `mvt-fixtures`
416
- Break fixtures into `valid` and `invalid` directories
517
- Match version with that of the Mapbox Vector Tile Specification
6-
- Fixtures only include descriptions and no names, are now ordered by numerical id
7-
- Include more valid fixtures: TODO
818

919
## 1.0.0
1020

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mvt-fixtures",
3-
"version": "2.1.0",
3+
"version": "3.0.0-beta1",
44
"description": "A require-able test fixture suite of valid and invalid Mapbox Vector Tiles",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)