Skip to content

Releases: matmar10/rest-ez-backup

Release 1.4.0

Choose a tag to compare

@matmar10 matmar10 released this 30 Sep 13:31

1.4.0 (2021-09-30)

Features

  • allow passing arguments to inline & module functions (af14285), closes #8

Bug Fixes

  • handle relative paths to schemas (26e0452), closes #5
  • update test cases to handle new json schema resolution (1579352), closes #4

Release 1.3.1

Choose a tag to compare

@matmar10 matmar10 released this 19 Sep 02:27

1.3.1 (2021-09-19)

Bug Fixes

  • properly de-reference $ref inline within specified sub-schema (88f6e70)

Release 1.3.0

Choose a tag to compare

@matmar10 matmar10 released this 19 Sep 02:08

1.3.0 (2021-09-19)

Features

  • validate json body from compound schema, dereference $refs, & allow specifying json pointer witin file (de518ee)

Release 1.2.8

Choose a tag to compare

@matmar10 matmar10 released this 08 Aug 15:59

1.2.8 (2021-08-08)

Continuous Integration

Tests

  • ignore generated lockfile from installed json-server test API (0df890c)
  • install mock test server data during server setup (ab5b0c3), closes kiranz/just-api#30
  • update server API to eliminate deprecation warnings (7f79f4f)

Release 1.2.7

Choose a tag to compare

@matmar10 matmar10 released this 07 Aug 02:47

1.2.7 (2021-08-07)

Release 1.2.6

Choose a tag to compare

@matmar10 matmar10 released this 06 Aug 23:20

1.2.6 (2021-08-06)

Documentation

  • add conventional commit plugin for release-it (06d4eea)
  • add release command (b1191a2)