Skip to content

Releases: R9295/parserkiosk

0.3.0

31 Mar 15:44
Compare
Choose a tag to compare

Added override option

0.2.3

29 Mar 15:12
Compare
Choose a tag to compare

Fix builtin node_js implementation

0.2.2

28 Mar 12:30
Compare
Choose a tag to compare
  1. Allow using input's arguments in assert.arg
  2. Add config schema validation
  3. Add test schema validation
  4. Misc fixes

0.2.1

25 Mar 22:05
6bae414
Compare
Choose a tag to compare

Fix python template's assert func "fail" not working as expected

0.2.0

25 Mar 15:52
fc3126e
Compare
Choose a tag to compare

The config.yaml now needs 3 new properties

  1. import_string to automatically import the parser module and it's functions that we want to test
  2. serialize_function to automatically load the parser's serialize function we want to test
  3. de_serialize_functionto automatically load the parser's de-serialization function we want to test

0.0.1

24 Mar 18:52
Compare
Choose a tag to compare

First release!