Store JSON data files in "pretty" format
Add default implementation to WorkbookDefaultParameters
- Add support for reqwest trace logging
- Update Workspace representation of Parameters to be hierarchical by persistence (public, private, global)
- Add PKCE Port to settings
- Add support for PKCE
- Improve diagnostic info for OAuth2 token requests
- Added Workspace::new to load globals when creating new workspace
- Fix warnings on NO_SELECTION_ID
- Added ApicizeExecutionRequestRun::input_variables
- Added Clone to ApicizeSettings
- Added recent workbook file names to settings
- Re-introduced optional number of runs override argument for run function
- Move test-framework.js build back out of Cargo build, move prebuilt file using Cargo build
- Switch to yarn for JavaScript build
- Improved child error rendering
- Rework errors to be easier to serialize and format
- Implement Serialize for ExecutionError
- Add JSONPath and XPath libraries for Javascript testing
- Trigger Webpack from Cargo build
- Bug Fixes
- Move run back under TestRunner
- Move run to Workspace, restore orig oauth2 client tokens
- Added initial unt testing
- Migrated from Apicize monorepo