Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Releases: kwilteam/kuneiform

v0.6.1

11 Mar 15:57
69182a3
Compare
Choose a tag to compare

Changelog

  • f456c8a build wasm with tar file
  • 69182a3 revert main func in cmd (#53)
  • 9659d7b fix action function recognize issue, use parse v0.1.2 (#52)

v0.6.0

27 Feb 21:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.6.0-alpha

23 Feb 20:05
38a947f
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

Make DML syntax compatible with Postgres

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 Dec 16:16
Compare
Choose a tag to compare

What's Changed

  • Feature/support view action by @Yaiba in #15
  • ci: add pr workflow by @Yaiba in #16
  • feat: remove lexical mode by @Yaiba in #17
  • feat: support new action auxiliary owner by @Yaiba in #18
  • chore: update kwil-db dep to 0.5.0 by @Yaiba in #19
  • chore: update readme by @Yaiba in #20
  • feat: change extension config schema by @Yaiba in #24
  • added struct tags to extension config by @brennanjl in #26
  • make extension as manadatory by @Yaiba in #27
  • chore: move generated antlr code back by @Yaiba in #28
  • Feature/public key caller by @Yaiba in #29
  • feat: only allow single quote for string by @Yaiba in #30
  • removed unnecessary protobuf import by @brennanjl in #31
  • upgraded kwildb version by @brennanjl in #32
  • fix: remove string value quote from coulmn default by @Yaiba in #33
  • added in caller_address variable by @brennanjl in #34
  • chore: update kwil-db by @Yaiba in #35
  • support expression as action/extension call argument by @Yaiba in #38
  • use parse module from kwil-db by @jchappelow in #40
  • Feature/action annotation by @Yaiba in #42
  • feat: keep string literal quote in table default by @Yaiba in #43
  • Feature/remove mustsign by @Yaiba in #45

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.5.0-beta

12 Oct 14:59
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release

What's Changed

  • Feature/support view action by @Yaiba in #15
  • ci: add pr workflow by @Yaiba in #16
  • feat: remove lexical mode by @Yaiba in #17
  • feat: support new action auxiliary owner by @Yaiba in #18
  • chore: update kwil-db dep to 0.5.0 by @Yaiba in #19
  • chore: update readme by @Yaiba in #20
  • feat: change extension config schema by @Yaiba in #24
  • added struct tags to extension config by @brennanjl in #26
  • make extension as manadatory by @Yaiba in #27
  • chore: move generated antlr code back by @Yaiba in #28
  • Feature/public key caller by @Yaiba in #29
  • feat: only allow single quote for string by @Yaiba in #30
  • removed unnecessary protobuf import by @brennanjl in #31
  • upgraded kwildb version by @brennanjl in #32
  • fix: remove string value quote from coulmn default by @Yaiba in #33
  • added in caller_address variable by @brennanjl in #34
  • chore: update kwil-db by @Yaiba in #35
  • support expression as action/extension call argument by @Yaiba in #38

New Contributors

Full Changelog: v0.4.1...v0.5.0-beta

v0.5.0-alpha

16 Aug 18:32
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

What's Changed

  • Feature/support view action by @Yaiba in #15
  • ci: add pr workflow by @Yaiba in #16
  • feat: remove lexical mode by @Yaiba in #17
  • feat: support new action auxiliary owner by @Yaiba in #18
  • chore: update kwil-db dep to 0.5.0 by @Yaiba in #19

Full Changelog: v0.4.1...v0.5.0-alpha

v0.4.1

24 Jul 23:10
1271901
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Jul 22:59
8cf638d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

26 Jun 20:50
231cd41
Compare
Choose a tag to compare

What's Changed

  • fix: allow mixed define order for fk and index in table decl by @Yaiba in #9

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Jun 16:56
Compare
Choose a tag to compare

What's Changed

  • support table foreign key by @Yaiba in #6
  • feat: optional foreign key syntax by @Yaiba in #8

Full Changelog: v0.2.0...v0.3.0