1. 16 5月, 2019 1 次提交
  2. 08 12月, 2018 1 次提交
  3. 12 9月, 2018 1 次提交
  4. 08 9月, 2018 1 次提交
  5. 23 6月, 2018 1 次提交
  6. 11 5月, 2018 1 次提交
  7. 17 3月, 2018 1 次提交
  8. 23 2月, 2018 1 次提交
    • K
      feat: lazy resolver (#4249) · ecf68817
      kyle 提交于
      * default to empty `ImmutableMap` when grabbing op metadata
      * pass `errors` into JsonSchema components
      * Account for Immutable data structure in JavaScriptonSchema...
          ...and create empty Lists instead of Maps by default.
      * Pass ImmutableList through to JsonSchema child components
      * Add lazy resolving spec state extensions
      * TEMPORARY: disable conventional resolved spec
      * WIP
      * Use resolveSubtree in Operation display
      * Freebie: short-circuit Markdown component if it is given plaintext
      * NEW DEFAULT BEHAVIOR: `defaultModelsExpandDepth: 1` does not expand individual models
      * Render faked Model expander to trigger resolution
      * Baseline support for Editor lifecycles
      * Display operation summaries before the operation is resolved
      * Test migrations
      * WIP
      * Swagger2 TIO Body params
      * a bit of cleanup
      * Debounce string param inputs
      * Reach into unresolved operation for deprecated flag, if available
      * Fire subtree request outside of render
      * Remove debugging flags
      * Fix logical errors in spec statePlugins
      * TODOs become TODONEs!
      * Migrate deeplinking feature to non-resolved spec action
      * ESLint fixes
      ecf68817
  9. 29 12月, 2017 1 次提交
  10. 09 12月, 2017 1 次提交
    • H
      Add defaultModelsExpandDepth · 28c706c7
      HelderSepu 提交于
      This change separates:
      the Model (the one on the model-example section)
      from
      the Models (the ones at the bottom)
      28c706c7
  11. 04 12月, 2017 1 次提交
  12. 10 11月, 2017 1 次提交
  13. 03 11月, 2017 2 次提交
  14. 16 9月, 2017 1 次提交
    • O
      Merge ft/performance (#3670) · 91a4794a
      Owen Conti 提交于
      * Updated docs for correct usage of SWAGGER_JSON
      
      * Removed href attribute from anchor tag if deeplinking is disabled
      
      * If deeplinking is disabled the anchor tag has no href attribute as a result the mouse pointer is not a pointer as it is no longer a hyperlink, setting the cursor explicitly to pointer.
      
      * Refactor: use ternary operators at attribute level instead of element level
      
      * Only polyfill Promise if it doesn't exist at all
      
      * v3.1.7
      
      * Typo fix
      
      * fix #3624
      
      * Squash commit: OAS3 Try-It-Out changes
      
      * Parse JSON requestBodies so Client can consume them correctly
      
      * Use Client branch
      
      * Fix typo in swagger-client dependency
      
      * Fix property names being displayed in array models
      
      * Working on refactoring of model.jsx
      
      * Fit linter and tests
      
      * Add comment to array-model for to clarify change. Rework logic in `Model.render()` to fix bug with overriding name and schema from `$ref` definition.
      
      * v3.2.0
      
      * fromJS does not maintain order of object properties. Use a reviver function with fromJS inside the response.jsx component for the passed down schema prop.
      
      * OAS3 Accept header control: Component-side
      
      * OAS3 Accept header control: State-side
      
      * Update response.jsx to use already existing, fromJSOrdered function
      
      * Added test for response.jsx to make sure properties are passed to `ModelExample` component in the correct order
      
      * Remove `it.only` from new test
      
      * Fixes #3596
      
      Wrap `isShownKey` values in a function that replaces spaces with underscores. When parsing the hash on route change, replace the spaces in the values with underscores again.
      
      * Replace spaces with underscores when setting the hash value and inserting the ID into the DOM. Escape the deep link path when querying for the DOM element on hash change.
      
      * Handle null value in createDeepLinkPath
      
      * Add extra check for String types in `createDeepLinkPath`. Add `trim()` call on passed-in value in `createDeepLinkPath`. Added unit tests for new deep link util functions.
      
      * LINTING!
      
      * Roll back win import removal
      
      Lost in merge conflict....
      
      * More merge oversights...
      91a4794a
  15. 09 9月, 2017 1 次提交
  16. 31 8月, 2017 1 次提交
  17. 22 7月, 2017 1 次提交
  18. 20 7月, 2017 1 次提交
  19. 15 7月, 2017 1 次提交
  20. 29 6月, 2017 2 次提交
  21. 28 6月, 2017 1 次提交
  22. 07 6月, 2017 2 次提交
  23. 24 3月, 2017 1 次提交
  24. 23 3月, 2017 1 次提交
  25. 18 3月, 2017 1 次提交