All Versions
14
Latest Version
Avg Release Cycle
37 days
Latest Release
1378 days ago

Changelog History
Page 1

  • v0.4.2 Changes

    July 15, 2020
    • ๐Ÿ›  fix multiple responses;
  • v0.4.1 Changes

    July 15, 2020
    • โž• Add sum function;
  • v0.4.0 Changes

    July 15, 2020

    โž• Add console application

  • v0.3.2 Changes

    July 11, 2020
    • ๐Ÿ›  fix documentation;
    • ๐Ÿ›  small fixes (jsonpath - use strings with quotes);
  • v0.3.1 Changes

    June 22, 2020
    • ๐Ÿ›  fix documentation;
    • ๐Ÿ›  small fixes (big numbers, blank RPN);
  • v0.3.0 Changes

    June 22, 2020
    • Switch decoder to use state transition table;
    • ๐Ÿ›  Fix some errors;
    • โž• Add github actions, for linter only;
  • v0.2.4 Changes

    June 13, 2020
    • ๐Ÿ›  Fixed SetArray and SetObject methods;
  • v0.2.3 Changes

    May 19, 2020
    • ๐Ÿ›  fix slice command;
    • ๐Ÿ›  fix unquotes strings;
  • v0.2.2 Changes

    May 16, 2020
    • โž• add support of double quotes in JSONPath query;
    • ๐Ÿ›  fix ParseJSONPath parse;
    • ๐Ÿ›  fix slice command;
    • โž• add function not(any);
    • ๐Ÿ›  fix unquotes keys;
  • v0.2.1 Changes

    April 24, 2020

    ๐Ÿ›  Fixes: hide unnecessary constants to internal lib