Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (41 loc) · 901 Bytes

CHANGELOG.rst

File metadata and controls

56 lines (41 loc) · 901 Bytes

CHANGE LOG

0.3.4

  • Update tox.ini and clean up linting errors

0.3.3

  • Change params on AttrPath into property

0.3.2

  • Add first_path method on AttrPath object

0.3.1

  • Change name of AttrPaths -> AttrPath and add logic to check for complexity

0.3.0

  • Add COMP_VALUEs to AttrPath objects

0.2.4

  • Add rST docs to project

0.2.3

  • Fix lexer error where op codes are mistaken for attrnames

0.2.2

  • Allow value_path to be an attr_path.

    This change is not in spec but allows us to handle things like 'members[value eq "6784"] eq ""' which are helpful for AttrPath parsing for PATCH calls.

0.2.1

  • Fix long staging tokening error

0.2.0

  • Add logic for AttrPath extractions

0.1.1

  • Retain capitalization in queries

0.1.0

  • attr_map keys now control which SQL expressions are present in output of transpiler