Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,9 @@ ## TODO (upcoming releases) | ||
## 0.2.4 | ||
- Allow _() to be chained. | ||
## 0.2.3 | ||
- Fixed bug that was dropping comma in typeDef's on subsequent posts | ||
- Cater for embedded objects in lists | ||
## 0.2.2 | ||
@@ -13,3 +20,2 @@ - Expose Tokens object | ||
## 0.2.1 | ||
@@ -16,0 +22,0 @@ - Fixed bug on createVertex transaction |
{ | ||
"name": "grex", | ||
"description": "Client for Rexster Graph Server", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "database", |
@@ -722,2 +722,3 @@ ;(function(global) { | ||
/*** Transform ***/ | ||
_: qryMain('_'), | ||
both: qryMain('both'), | ||
@@ -724,0 +725,0 @@ bothE: qryMain('bothE'), |
Sorry, the diff of this file is too big to display
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
219538
1756