* new(importer): wsdl first version (without body)
* add(tests): wsdl importer - adds simple test
fixes addition test
adds comments + place to generate body
* working converter
* adds apiconnect-wsdl npm package
* resets package.json dependencies
* adds lodash and apiconnect-wsdl into importers project
* Added swagger3 placeholder asset
* Added jest as project dependency, tests are running
* Empty test, but it's green now
* swagger3 -> openapi3
* Updated swagger-parser, tests still green
* Refactor: extract unthrowableParseJson to utils
* All of the parsers should be running, duh
* Oh, duh, that's how we update major versions in npm
* Our first openapi3 test is green
* Two green tests
* Three green tests
* Snapshotting a (mostly) green tree, minus some necessary change from swagger2
* Green tests!
* fixed#1172
Collection variable added to folder environment
* modified code implementation #1172
* refactored code
* feature implemented #754
Code implemented to show the sorce of variable
* #1155 fixed
* code restructuring
* fixed#773
Added hotkey alt+u which swaps variable name with value and vice versa.
* Added support for async importers
* Swagger importer v0.1 - supports import of workspace, environment and endpoints from swagger 2.0 specifications. Supports query params, headers and body. Mocks body of application/json endpoitns
* Refactor: added comments, removed function-in-function declarations
* Fixed import of yaml files. Added tests for both .json and .yaml