Skip to content

Releases: timwis/node-soda2-parser

Release list

v2.1.0

Choose a tag to compare

@timwis timwis released this 16 Feb 11:39
  • Name filters (ie. ?foo=bar) are always cast as strings in WHERE clause (#8)

v2.0.0

Choose a tag to compare

@timwis timwis released this 07 Feb 12:08

Breaking changes

  • Limit/Offset now stringifies as LIMIT 5 OFFSET 10 instead of LIMIT 10, 5