mapbox-gl-style-spec
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -0,1 +1,8 @@ | ||
## 7.0.0 | ||
* [BREAKING] Improve dashed lines (#234) | ||
* [BREAKING] Remove prerendered layers (#232) | ||
* Explicit visibility property (#212) | ||
* Functions for all properties (#237) | ||
## 6.0.0 | ||
@@ -2,0 +9,0 @@ |
14
index.js
@@ -1,7 +0,7 @@ | ||
module.exports = {}; | ||
module.exports.v2 = require('./reference/v2.json'); | ||
module.exports.v3 = require('./reference/v3.json'); | ||
module.exports.v4 = require('./reference/v4.json'); | ||
module.exports.v5 = require('./reference/v5.json'); | ||
module.exports.v6 = require('./reference/v6.json'); | ||
module.exports.v7 = require('./reference/v7.json'); | ||
exports.v2 = require('./reference/v2.json'); | ||
exports.v3 = require('./reference/v3.json'); | ||
exports.v4 = require('./reference/v4.json'); | ||
exports.v5 = require('./reference/v5.json'); | ||
exports.v6 = require('./reference/v6.json'); | ||
exports.v7 = require('./reference/v7.json'); | ||
exports.latest = exports.v7; |
{ | ||
"name": "mapbox-gl-style-spec", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "a specification for mapbox gl styles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
303980