turbo-carto
Advanced tools
Comparing version 0.17.1 to 0.18.0
# Changelog | ||
## Version 0.18.0 | ||
Released 2016-10-11 | ||
- Adds column to metadata rules. | ||
## Version 0.17.1 | ||
@@ -4,0 +10,0 @@ Released 2016-09-28 |
{ | ||
"name": "turbo-carto", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "CartoCSS preprocessor", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -160,2 +160,3 @@ 'use strict'; | ||
prop: initialDecl.prop, | ||
column: column, | ||
mapping: this.mapping, | ||
@@ -212,2 +213,3 @@ buckets: [], | ||
prop: initialDecl.prop, | ||
column: column, | ||
mapping: this.mapping, | ||
@@ -275,2 +277,3 @@ buckets: [], | ||
prop: initialDecl.prop, | ||
column: column, | ||
mapping: this.mapping, | ||
@@ -277,0 +280,0 @@ buckets: [], |
@@ -28,2 +28,3 @@ 'use strict'; | ||
assert.equal(rule.prop, 'marker-width'); | ||
assert.equal(rule.column, 'pop_max'); | ||
assert.equal(rule.buckets.length, 5); | ||
@@ -68,2 +69,3 @@ | ||
assert.equal(rule.prop, 'marker-width'); | ||
assert.equal(rule.column, 'pop_max'); | ||
assert.equal(rule.buckets.length, 5); | ||
@@ -116,2 +118,3 @@ | ||
assert.equal(rule.prop, 'marker-width'); | ||
assert.equal(rule.column, 'adm0name'); | ||
assert.equal(rule.buckets.length, 9); | ||
@@ -118,0 +121,0 @@ |
100619
2579