Skip to content

Commit

Permalink
docs: update roadmap to include completed & latest ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Apr 3, 2022
1 parent 034900f commit 1c87620
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,21 @@ Original creator of [rest-ez](https://kiranz.github.io/rest-ez/) upon which this
- ✅ ~~Full support for de-referencing schema $refs~~
- ✅ ~~Allow specifying node within a schema file using JSON pointer~~
- ✅ ~~Pass arguments to inline or module-based functions to allow creater re-use~~~
- ~~Documentation improvements~~
- [ ] ~~Documentation improvements~~
- ✅ ~~Upgrade markdown static site generator (something without python dependency)~~
- ✅ ~~Example function with arguments usage~~
- ✅ ~~JSON schema validation de-referencing schema $refs~~
- ✅ ~~Specify node within a schema file using JSON path~~
- [ ] Examples directly using files within _node\_modules_
- [ ] Reporter improvements & enhancements
- ✅ ~~TAP (test anything protocol) support~~
- [ ] JSON output to console or file option
- [ ] Clearly document reporter options in CLI
- [ ] Replace commander with yargs for improved CLI docs & defaults
- [ ] Example of how to use faker.js using reusable function
- [ ] Code Quality - add linter/hinter/prettier or whatever spec is used
- [ ] Update to use ECMA6 modules & deprecate Babel (possibly TypeScript?)
## Contributing
Expand Down

0 comments on commit 1c87620

Please sign in to comment.