• v4.1.3 724775bab9

    navicore released this 2022-08-21 16:45:55 +00:00 | 111 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/navicore/NaviPath/compare/v4.1.2...v4.1.3

    Downloads
  • v4.1.2 292b34e293

    navicore released this 2022-06-04 14:07:46 +00:00 | 135 commits to main since this release

    What's Changed

    New Contributors

    Full Changelog: https://github.com/navicore/NaviPath/compare/v4.1.1...v4.1.2

    Downloads
  • v4.1.1 0f0bee0ac4

    rev deps Stable

    navicore released this 2022-06-04 12:47:35 +00:00 | 137 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/navicore/NaviPath/compare/v4.1.0...v4.1.1

    Downloads
  • v4.1.0 732f5a5e66

    navicore released this 2021-10-26 00:56:33 +00:00 | 209 commits to main since this release

    No functional changes but many lib dep updates and maven central updates will be built via github actions from now on.

    Beware some of the deps cause conflicts with old lightbend config lib deps - fixable inside your build.sbt by reving the deps using old scala parser deps.

    Downloads
  • v4.0.3 750381657c

    rev deps Stable

    navicore released this 2021-06-01 17:33:41 +00:00 | 251 commits to main since this release

    on the verge of travis not publishing anymore - testing one more....

    Downloads
  • v4.0.2 ba61a50369

    navicore released this 2020-08-02 14:46:24 +00:00 | 364 commits to main since this release

    • rev gatlin jsonpath code
    • new array query example in unit tests
    Downloads
  • v4.0.1 a7f7841d24

    navicore released this 2019-08-13 14:34:36 +00:00 | 443 commits to main since this release

        assert( parsedJson.query[Object]("$.widget.window.height").nonEmpty )
        assert( parsedJson.query[Object]("$.widget.window.nothhere").isEmpty )
    
    Downloads
  • v4.0.0 ff41c72f5d

    CLI Stable

    navicore released this 2019-08-01 15:56:57 +00:00 | 450 commits to main since this release

    fighting with nexus after accidentally releasing 2.20

    Downloads
  • v3.0.2 f14174b167

    navicore released this 2019-06-14 18:52:45 +00:00 | 472 commits to main since this release

    re-adding gatling code to support cross compile to 2.13

    Downloads
  • v3.0.1 488c173dc9

    navicore released this 2019-06-13 21:42:41 +00:00 | 477 commits to main since this release

    • removing support for scala 2.11
    • adding dependency to gatling 0.7.0
    • new query by value examples in unit tests
    Downloads