Skip to content

0.2.2

Compare
Choose a tag to compare
@max-sixty max-sixty released this 10 Jul 22:10
· 2918 commits to main since this release
3127acd

We're a couple of weeks since our 0.2.0 release. Thanks for the surge in interest and contributions! 0.2.21 has some fixes & some internal improvements:

  • We now test against SQLite & DuckDB on every commit, to ensure we're producing correct SQL. (@aljazerzen )
  • We have the beginning of Java bindings! (@doki23 )
  • Idents surrounded by backticks are passed through to SQL (@max-sixty )
  • More examples on homepage; e.g. join & window, lots of small docs improvements
  • Automated releases to homebrew (@roG0d )
  • prql-js is now a single package for node, browsers & webpack (@charlie-sanders )
  • Parsing has some fixes, including >= and leading underscores in idents (@mklopets )
  • Ranges receive correct syntax highlighting (@max-sixty )

Thanks to Aljaž Mur Eržen @aljazerzen , George Roldugin @roldugin , Jasper McCulloch @Jaspooky , Jie Han @doki23 , Marko Klopets @mklopets , Maximilian Roos @max-sixty , Rodrigo Garcia @roG0d , Ryan Russell @ryanrussell , Steven Maude @StevenMaude , Charlie Sanders @charlie-sanders .

We're planning to continue collecting bugs & feature requests from users, as well as working on some of the bigger features, like type-inference.

For those interesting in joining, we also have a new Contributing page.

  1. Think of 0.2.1 like C+ :)