Skip to content

Releases: schemepunk/schema-got-swagger

1.0.0

17 May 14:21
c3b87a3
Compare
Choose a tag to compare

Bug Fixes

  • coverage: Adjusted coverage totals. (68989df)
  • coverage: Reduced coverage for the moment. (34ee650)
  • defaults: Setting up template get defaults for paths. (9bed372)
  • eslint: fixed a max len issue. (a0c313f)
  • eslint: fixed a max len issue. (aa87e59)
  • flow: Fixed some flow and linting issues. (2413f84)
  • flow: Flow type fix. (cc213d0)
  • lint: Adjusted max-len issues in index. (8baa59b)
  • lint: fixed linting issues in index. (db8c249)
  • lint: Fixing linting issues. (793696c)
  • lint: Linting issues mostly max len. (2bbee9f)
  • lint: Removing linting max line issues. (0341f54)
  • linting: Linting fix on template. (818286f)
  • magic: Fixed apiSemver magic value. (370eb97)
  • magic: Fixed magic api value in schema src. (43c64f9)
  • main: correct path to index.js in package.json -> main (dd81896)
  • main: Fixed main swagger partial use. (c3a4e60)
  • merge: Merged master. (90714f8)
  • npm: Package fixes. (71dfbff)
  • oldway: Got rid of old index approach. (0913e87)
  • package: Added flow copy src. (586d8e2)
  • package: Github repo long hand. (86fe677)
  • pathing: Fixing pathing for linux. (1b4ebb0)
  • paths: Added test for sp on templates. (5f3d435)
  • paths: Added validations and code for schemes and templates. (c679cfd)
  • paths: Fixed paths in tests. (099fabd)
  • paths: Fixed validation and example for paths data. (01ca6b9)
  • paths: Paths data schema and flow. (f678d65)
  • paths: Tests for default paths templates. (b7bb265)
  • pathsData: Paths data fix for element.definitions. (11723de)
  • readme: added stub readme. (416fe47)
  • refactor: Sp calls now use a helper function to reduce code repetition. (8d2d085)
  • Refactor: Refactor index code. Reduce and recycle. (d536be2)
  • schemas: added paths schema. (c23e839)
  • schemepunk: Upgraded to schemePunk 5.3.0 (806f502)
  • schemes: Merging templates and schemes for paths. (8d8d9e9)
  • swagger: Fixed swagger parameters output. (c0bd211)
  • swagger: Main swagger template and tests. (756743b)
  • swaggerSrc: Fixed an issue with double set targets within constructred semverist. (88d1c70)
  • template: do not escape special chars in termsOfService url (7270c88)
  • template: fix termsOfService property in swagger template (5abbeef)
  • templates: Fix to mainswagger missing values. (10fc4c3)
  • test: added error case still need mock for coverage." (0ed81fe)
  • tests: Added test coverage for pathsEntitySpGuarantee. (fe3c6d4)
  • tests: Coverage for index paths data reconciliation. (dbc6cb4)
  • tests: Do not need use strict (1a0a94c)
  • tests: Fixed snapshot for semverist config (2f2dfb5)
  • tests: tests. (302d8f5)
  • trash: Left over trash (ebdd320)
  • travis: npm related release stuffs. (ef46902)
  • travis: Removed npm stuff so we just get testing. (0a23c56)
  • travis: woops travis time. (33dfebe)
  • travis: yaml problems. (7ff1660)
  • validation: improve validation error reporting (3dbb1d1)
  • validation: Validate false now works for SP classes." (5cd6ded)
  • yaml: bad yaml is bad. (af83dab)
  • yamls: Added yamls. (0a80f79)

Features

  • config: Swagger got Schema configuration defaults. (2700dae)
  • custom: Custom json templates and data work. (fa8097e)
  • defaultSemverizer: Added a semverizer. (ed97ff6)
  • klaw: define klaw as a dependency (47082bb)
  • paths: Integrate paths into swagger. (232e043)
  • schema: semverish schemas. (bf97b69)
  • schemes: Add template and schemes integrations. (5664b4f)
  • schemes: Adding scheme schema and types. (fe9ceec)
  • semverish: async file reads (be4c2bd)
  • semverish: directory to semverish object func (7d98a62)
  • semverist: Added schema and type for semverist config. (61a041b)
  • semverist: Defaults for remaining elements of main swagger. (52b6fe9)
  • semveristRealizer: Added a semverist realizer to help with defaults. (465f0e5)
  • swagger: Added schemas in json and flow for swagger data. (37b5a29)
  • swaggerSemverist: One final semverist to rule them all. (699507f)
  • swaggerSrc: Adding swagger src sets and gets and tests. (3577f3b)
  • test: Wrote a json api schema. (44cae47)
  • tests: Added functional tests for index. (4aeda27)
  • type: Adding schemas and flow for main template. (8c59e2f)
  • valid: Validate swagger main src in semverish form. (6cc74c7)