1.6.0 (2022-04-03)
- add tap output reporter (6eb5f64)
- remove console output & make logging optional to allow bash chainability (8ee835f)
- rename core classes to match new project name (815d0a2)
- update cli help for available reporters (034900f)
- update roadmap to include completed & latest ideas (1c87620)
- add latest package lock based on new deps (47777fb)
1.5.4 (2021-11-22)
- change github pages repo owner & rebuild generated docs (915cb88)
- rename & move getting started REST API for clarity (13ec5c8)
1.5.3 (2021-11-21)
- update readme & all refs to personal repo (58cd0c1)
-
rev release-it libs (e17fe8a)
-
ci: rev latest conventional changelog plugin (14a9a5a)
-
ci: remove clean docs from clean (448b549)
-
ci: remove docs build step from build since non-deterministic based on timestamp (1c88ed4)
-
chore: remove old doc system config (b577cf8)
-
chore: remove old markdown docs (634a092)
-
chore: generate latest docs (3088546)
-
Merge pull request #9 from blossomfinance/fix-logs (9b8ee2a)
-
chore: remove unused file (2751dc6)
-
chore: add generated docs (0c1d743)
-
ci: add default start command (aeb287b)
-
docs: major docs overhaul, restructure, reword & add examples (23ffb1c)
-
Merge branch 'rev-deps-security' into docs-changes-merge (4355740)
-
resolve conflicts (a11a060)
-
merge TOC (128742e)
-
merge (00c7627)
-
WIP add more docs (474c132)
-
more docs improvement WIP (cd9122d)
-
more docs WIP (b1499bb)
-
ci: add task to clean generated HTML (cc964ea)
-
update docs WIP (fe2d8a5)
-
WIP (6cad2cb)
-
docs-changes (e6069a6)
1.5.1 (2021-11-10)
- rename github owner to corporate sponsor to match npm scope (e0e6f0b)
1.5.0 (2021-11-10)
- allow passing arguments to inline & module functions (e195791), closes #8
- allow use of suite context & args inside loop (c305b40)
- fix incorrect set up script for running test API (2bac8f7)
- make package scripts more consistent (bb232cc)
- privately scope to avoid npm similar name rejection (2fd4c78)
- adjust expected duration of test (fff8354)
- add logo & credits (3a7ba73)
- move logo image (8db6625)
- update README to reflect gulp deprecation (21b8b05)
- use @codedoc/cli to generate new docs (8f992af)
1.4.0 (2021-09-30)
- handle relative paths to schemas (26e0452), closes #5
- update test cases to handle new json schema resolution (1579352), closes #4
1.3.1 (2021-09-19)
- properly de-reference $ref inline within specified sub-schema (88f6e70)
1.3.0 (2021-09-19)
- validate json body from compound schema, dereference $refs, & allow specifying json pointer witin file (de518ee)
1.2.8 (2021-08-08)
- deprecate gulp (c703848), closes kiranz/just-api#40
- ignore temp build directory (e3513f0), closes kiranz/just-api#40
- 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)