1. 13 9月, 2018 1 次提交
  2. 12 9月, 2018 1 次提交
  3. 08 9月, 2018 3 次提交
  4. 07 9月, 2018 1 次提交
  5. 31 8月, 2018 1 次提交
  6. 28 8月, 2018 1 次提交
  7. 26 8月, 2018 1 次提交
  8. 24 8月, 2018 3 次提交
    • K
      fix: deep link fragment escaping (via #4832) · 00432fc0
      kyle 提交于
      * `test/e2e` -> `test/e2e-selenium`
      
      * add Cypress
      
      * ESLint fixes
      
      * MOAR cypress
      
      * `integration` -> `tests`
      
      * wire Cypress up to a hot e2e server
      
      * add failing tests for #4537
      
      * add petstore for future use
      
      * don't tack `operations/` onto href path
      
      * escape generated URL fragments
      
      * Update package.json
      00432fc0
    • K
      meta: supplemental tests for #4537 (via #4828) · b4f18863
      kyle 提交于
      * `test/e2e` -> `test/e2e-selenium`
      
      * add Cypress
      
      * ESLint fixes
      
      * MOAR cypress
      
      * `integration` -> `tests`
      
      * wire Cypress up to a hot e2e server
      
      * add failing tests for #4537
      
      * Update package.json
      b4f18863
    • K
      meta: introduce Cypress end-to-end testing (via #4827) · 1b2fbda6
      kyle 提交于
      * `test/e2e` -> `test/e2e-selenium`
      
      * add Cypress
      
      * ESLint fixes
      
      * MOAR cypress
      
      * `integration` -> `tests`
      
      * wire Cypress up to a hot e2e server
      
      * linter fixes
      
      * don't run in CI
      1b2fbda6
  9. 23 8月, 2018 2 次提交
  10. 21 8月, 2018 1 次提交
  11. 18 8月, 2018 2 次提交
  12. 11 8月, 2018 1 次提交
  13. 09 8月, 2018 3 次提交
  14. 04 8月, 2018 4 次提交
    • K
      rebuild dist · c9e8a675
      Kyle Shockey 提交于
      c9e8a675
    • K
      v3.18.0 · 689f658b
      Kyle Shockey 提交于
      689f658b
    • K
      feature: `allowEmptyValue` controls (#4788) · 87296702
      kyle 提交于
      * add baseline tests
      
      * coerce empty strings to null when updating parameter values
      
      * add ParameterIncludeEmpty
      
      * add redux management for empty parameter value inclusion state
      
      * use name+in keying for state management instead of hash keying
      
      * update new redux method usages to name+in keying
      
      * coerce empty Immutable iterables in onChangeWrapper
      
      * OAS3 tests & support
      
      * add included empty parameters to requests before dispatching to Swagger Client
      
      * make empty inclusion interface prettier
      
      * add tests for #4587
      
      * linter fixes
      
      * check for truthy value before reaching into property
      87296702
    • K
      fix: anchor tag safety (via #4789) · dd3afdc4
      kyle 提交于
      * v3.17.6
      
      * release(3.17.6): rebuild dist
      
      * add failing tests
      
      * fix Link component
      
      * fix OnlineValidatorBadge component
      
      * switch from <a> to <Link> in operation components
      
      * make Markdown inputs safe
      
      * use Link component in Info block, for target safety
      
      * add eslint rule for unsafe `target` usage
      dd3afdc4
  15. 03 8月, 2018 1 次提交
  16. 28 7月, 2018 1 次提交
    • K
      release: v3.17.6 · 5431eed1
      kyle 提交于
      * v3.17.6
      
      * release(3.17.6): rebuild dist
      5431eed1
  17. 27 7月, 2018 2 次提交
  18. 20 7月, 2018 3 次提交
    • K
      dates are important · 8a86b2f9
      kyle 提交于
      8a86b2f9
    • K
      v3.17.5 · 0af67642
      Kyle Shockey 提交于
      0af67642
    • K
      housekeeping: bundle size reductions (#4713) · 0359f9c3
      kyle 提交于
      * set new bundlesize goal
      * preserve `GeneratorFunction` instead of all function names
      * use js-yaml fork that doesn't require esprima
      * set HTML content directly, instead of using React-Markdown
      * use remarkable for all Markdown rendering
      * add babel-plugin-transform-react-remove-prop-types
      * remove SplitPaneMode plugin
      * remove react-collapse
      * remove AST plugin, and yaml-js
      * trim Markdown HTML string output before rendering
      * disable obsolete function name preservation
      * add `getComponent` to propTypes
      0359f9c3
  19. 18 7月, 2018 2 次提交
  20. 14 7月, 2018 4 次提交
    • K
      v3.17.4 (#4731) · a3578fca
      kyle 提交于
      * v3.17.4
      * rebuild dist
      a3578fca
    • K
      Example (#4730) · 478d93ae
      kyle 提交于
      * add tests for example feature
      * refactor ParameterRow value setter logic
      * aside: fix property access in sampleFromSchema
      * prioritize media type examples for OAS3 responses
      * use `example` in schema level example
      * refactor: move stringify to utils
      * prioritize media type examples in OAS3 request bodies
      * modify nightwatch config
      * fix parameter/response regressions
      * reorder and broaden default value sources
      * update lockfile
      478d93ae
    • K
      fix: OAS3 array item value input (#4729) · bbbd1b93
      kyle 提交于
      * fix: OAS3 array item value input
      * linter fixes
      bbbd1b93
    • Y
      improvement: encode query string value for validator badge url (#4724) · e70a054b
      Yuanhai He 提交于
      * Encode query string value for validator badge url
      
      * add tests
      e70a054b
  21. 13 7月, 2018 1 次提交
  22. 12 7月, 2018 1 次提交