Skip to content

Latest commit

 

History

History
147 lines (75 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

147 lines (75 loc) · 2.43 KB

@eventcatalog/sdk

1.2.1

Patch Changes

  • 71d200d: chore(docs): add channel sdk to docs

1.2.0

Minor Changes

  • a3cb474: feat(sdk): added channel support to sdk

1.1.4

Patch Changes

  • 5e6a691: chore(sdk): added better logging for write failures

1.1.3

Patch Changes

  • 0882286: fix(sdk): services are now unique when writing domains

1.1.2

Patch Changes

  • d996a58: feat(sdk): added writeVersionedService function that writes a service to the versioned directory

1.1.1

Patch Changes

  • ac00967: fix(sdk): added docs for query SDK

1.1.0

Minor Changes

  • 95e9d70: feat(sdk): adding query sdk functions

1.0.0

Major Changes

  • 7abb3d8: feat(sdk): added support for folder structures

0.1.4

Patch Changes

  • b9d2073: feat(sdk): writing messages to services are now unique
  • 6a76b8d: feat(sdk): writing messages to services are now unique

0.1.3

Patch Changes

  • 287912f: chore(sdk): changed the return type for getting specs for a service

0.1.2

Patch Changes

  • 6d125ca: feat(sdk) added ability to get specification files for a service by it's id
  • fe4c480: fix(sdk) fixed regex to handle large names for service ids

0.1.1

Patch Changes

  • c8b9d31: fix(sdk): fixed types for specifications on the service type

0.1.0

Minor Changes

  • 7291e10: Adding the specification attribute to the service type letting to integrate asyncapi, openapi and other specifications in the future

0.0.12

Patch Changes

  • 24ac499: feat(sdk): added ability to add services to domains

0.0.11

Patch Changes

  • 177093c: feat(sdk): added methods to check if versions exist or not

0.0.10

Patch Changes

  • 9129a08: feat(sdk): added support for semver matching when getting resources f…

0.0.9

Patch Changes

  • 104ca2a: feat(sdk): added specific function to register an event or command to a service

0.0.8

Patch Changes

  • 615d665: fix(sdk): fixed issue when getting resources by id and version

0.0.7

Patch Changes

  • dd2f78e: feat(sdk): added domains to sdk

0.0.6

Patch Changes

  • e925200: feat(sdk): added commands to sdk

0.0.5

Patch Changes

  • e060c21: chore(sdk): refactored code to new resource internal lib

0.0.4

Patch Changes

  • fcd03f6: feat(sdk): added support for services

0.0.3

Patch Changes

  • e41c8af: docs(sdk): adding docs to events

0.0.2

Patch Changes

  • 323eb10: fix(sdk): fixing build on github