openapi-runtime-expression

OpenAPI Runtime Expressions parser and validator.

APACHE-2.0 License

Downloads
6
Stars
5
Committers
3

Bot releases are visible (Hide)

openapi-runtime-expression - v1.1.0 Latest Release

Published by char0n almost 2 years ago

1.1.0 (2022-10-31)

Features

  • add support for extracting expression from embedded form (#10) (b0dae80), closes #8
openapi-runtime-expression - v1.0.0

Published by char0n almost 2 years ago

1.0.0 (2022-10-30)

Features

  • add parsing mechanism (5f02c72)
  • add POC of BNF grammar (0983490)
  • implement validation mechanism (edaf79e)
  • parser: implement proper parsing mechanism (#6) (2617182), closes #5