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

Latest commit

 

History

History
30 lines (17 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 1.34 KB

New in 0.9.0 (Released 2018/09/11)

  • #21 Can't parse integer/decimal followed by a closing parenthesis

New in 0.8.0 (Released 2018/09/11)

  • #18 Support querying of collections

New in 0.7.0 (Released 2018/08/21)

  • #4 Add support for LIKE operator
  • #16 Add EBNF grammar to repo

New in 0.6.0 (Released 2018/08/19)

  • #13 Add support for navigational properties

New in 0.5.0 (Released 2018/08/19)

  • #11 Add way of getting the parsed expression from a query

New in 0.4.0 (Released 2018/08/18)

  • #9 Add support for mapping inherited items
  • #5 Add support for non-integer numbers
  • #7 Clean up unit tests

New in 0.3.0 (Released 2018/08/14)

  • #1 Convert query expressions to LINQ expressions