@latitude-data/sql-compiler
Advanced tools
Comparing version 1.0.0-next.0 to 1.0.0
# @latitude-data/sql-compiler | ||
## 1.0.0-next.0 | ||
## 1.0.0 | ||
### Major Changes | ||
- 9e2dd26: Compiler now can read query's metadata properties without having to resolve every variable, parameter and function in it. | ||
- 26aa69d: Supported methods now must define its requirements, a resolve function to calculate the returned value, and a readMetadata function to returns its metadata. Now the compiler checks and handles these requirements. | ||
- e141dc4: Compiler now can read query's metadata properties without having to resolve every variable, parameter and function in it. | ||
- e141dc4: Supported methods now must define its requirements, a resolve function to calculate the returned value, and a readMetadata function to returns its metadata. Now the compiler checks and handles these requirements. | ||
### Minor Changes | ||
- 3e87858: Improved handling of object properties in query logic blocks. Now you can: | ||
- e141dc4: Improved handling of object properties in query logic blocks. Now you can: | ||
- Invoke methods from objects. | ||
@@ -19,3 +19,3 @@ - Modify object properties. | ||
- a8d4658: BREAKING CHANGE: Now `ref` function inside queries requires relative paths instead of the path from the source folder | ||
- e141dc4: BREAKING CHANGE: Now `ref` function inside queries requires relative paths instead of the path from the source folder | ||
@@ -22,0 +22,0 @@ ## 0.2.0 |
{ | ||
"name": "@latitude-data/sql-compiler", | ||
"version": "1.0.0-next.0", | ||
"version": "1.0.0", | ||
"license": "LGPL", | ||
@@ -5,0 +5,0 @@ "description": "Compiler for Latitude's custom sql sintax based on svelte", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
375432