v0.0.3
Pre-release
Pre-release
Features:
- Added a web input type, which supports GET requests to a url that returns json. If the url includes a query string it is also possible to generate a method taking the query parts as parameters.
- Added a text input type, which allows you to write or paste in json text as a source for your context.
- Added basic support for json inputs that do not have an array element at the root. Such inputs are exposed as an IEnumerables yielding the single element.
Bugfixes / Stability:
- Fixed an issue with json containing property names that conflict with C# keywords that would cause context generation to fail.
Other:
- Input sources for your context are processed in parallel, reducing the time taken to generate a context with many inputs
- The default 'rows to sample' value was reduced to 50 from the original value of 1,000. That was a little excessive 🐑.