Skip to content

v0.3.2

Compare
Choose a tag to compare
@JSYOU JSYOU released this 18 Feb 05:35
· 550 commits to develop since this release
d80a255

New Features

  • New built-in tag: req
    You can now use HTTP requests as query parameters in SQL.

    select
     *
    from
     "artists"
    where
     {{ context.req.method }} = 'GET'
    and
     {{ context.req.header.customParameters }} = 'custom parameters'
    ......

Fixs

  • Fix the path of sql files not being recognized correctly in winOS

What's Changed

  • Fix: Fix the path of sql files not being recognized correctly in winOS by @JSYOU in #145
  • Feature: Passing route information to template engine by @JSYOU in #142

Full Changelog: v0.3.1...v0.3.2