Releases: polybase/polylang
Releases · polybase/polylang
v0.6.0
v0.4.10
v0.4.10
v0.4.9
- Added support for empty object expressions (
this.meta = {})
v0.4.8
- Added display on Type (to be used to output the type in error messages in polybase-rust)
- Added AST typescript type interfaces
v0.3.1
Polylang-v1-phase-1
- Enable test to be called aa30a1e
- Polylang v1 ph1 (#29) 1e400fc
- Fix go import path (#24) aaf1d09
- Name change (#23) bf74b26
- Remove dependency on buffer (#22) b3f405e
- v0.2.0 (#21) a5f7daa
- Inline WASM to base64, remove web/node split (#20) 4904c47
- v0.1.5 (#19) bf95681
- Implement field validation functions (#17) 60b0308
- Improve error messages for syntax errors (#16) 71eb7b8
- Update npm package to 0.1.4 (#13) c1b4f24
- Allow asc, desc to be used as identifiers (#11) 95214cf
- Rename spacetime-parser to spacetime-lang (#9) 226dce8
- Add types to function parameters, codegen JS functions (#8) 62a99a0
- Add function code field to Go AST type 0419eb3
- Store raw function code in the AST 4c80d66
- v0.1.2 a5915a3
- Build for both web and node db39cda
- Create Javascript bindings 9fdd1a2
- v0.1.1 d38abac
- Implement unique indexes b0b6b38
- Fix build on linux 5eb7158
- Validate that data has no extra fields d7e70d8
- Allow identifiers to start with dollar sign $ 077b043
- Return tagged Result enum from bindings 7edb739
- Create AST structs in Go c9af883
- Represent IndexField AST as a struct instead of tuple e476a68
- Deserialize untagged values for ValidateSet a9b9dc4
- Fix go bindings for use outside the repository 8c832b2
- Implement validation 76d55bf