Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: a2lix/schemql

0.5.1

24 Jun 13:52
8bdb550

Choose a tag to compare

What's Changed

  • Fix parseJsonPreprocessor declaration for Zod v4 by @webda2l in #13

Full Changelog: 0.5.0...0.5.1

0.5.0

16 Apr 09:42
89524cc

Choose a tag to compare

What's Changed

  • Improvements by @webda2l in #8 :

    • Migrate to https://standardschema.dev/ to not be restricted to Zod only
    • Add Node Sqlite adapter (node v23+)
    • Update D1 adapter with verbosity level
    • Deprecate shouldStringifyObjectParams option to prefer stringifyObjectParams
    • Add quoteSqlIdentifiers option

Full Changelog: 0.4.2...0.5.0

0.4.2

25 Nov 17:42
bd7a306

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

22 Nov 17:55
f879b87

Choose a tag to compare

Full Changelog: 0.4.0...0.4.1

0.4.0

22 Nov 16:01
899a431

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.4.0

0.3.1

01 Nov 22:16
9c1d29a

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

31 Oct 17:43
55ba28b

Choose a tag to compare

What's Changed

  • Flexible params & new 'iterate' method by @webda2l in #3

Full Changelog: 0.2.0...0.3.0

0.2.0

26 Oct 15:14
66d93f7

Choose a tag to compare

What's Changed

  • JsonPath arrow & dot improvements by @webda2l in #2

Full Changelog: 0.1.1...0.2.0

0.1.1

17 Oct 21:00
ef72bc6

Choose a tag to compare

What's Changed

  • Fix $prefix with optional resultSchema by @webda2l in #1

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

15 Oct 17:55

Choose a tag to compare

Fix