Release 1.26.0
This commit is contained in:
parent
e100cfb584
commit
ffb1afb962
9
NEWS.md
9
NEWS.md
@ -1,7 +1,14 @@
|
||||
1.25.4 - 2016-mm-dd
|
||||
1.26.0 - 2016-03-08
|
||||
-------------------
|
||||
|
||||
New features:
|
||||
|
||||
* Add [Surrogate-Key](https://github.com/CartoDB/cartodb/wiki/CartoDB-Surrogate-Keys) headers to responses
|
||||
|
||||
Enhancements:
|
||||
|
||||
* Use new `node-cartodb-query-tables` library to obtain affected tables in queries
|
||||
|
||||
1.25.3 - 2016-02-02
|
||||
-------------------
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
"keywords": [
|
||||
"cartodb"
|
||||
],
|
||||
"version": "1.25.4",
|
||||
"version": "1.26.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/CartoDB/CartoDB-SQL-API.git"
|
||||
@ -32,7 +32,7 @@
|
||||
"topojson": "0.0.8",
|
||||
"underscore": "~1.6.0",
|
||||
"queue-async": "~1.0.7",
|
||||
"cartodb-query-tables": "https://github.com/CartoDB/node-cartodb-query-tables/tarball/master"
|
||||
"cartodb-query-tables": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.4.2",
|
||||
|
Loading…
Reference in New Issue
Block a user