Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Latest commit

 

History

History
74 lines (39 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

74 lines (39 loc) · 2.78 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2018-02-17)

Bug Fixes

  • fixed 'global is not defined' (7bfdbeb)

1.1.1-beta3 (2018-02-17)

Bug Fixes

  • angular: fixed angular's SynapseModule not being included (91ab0ea)

1.1.1-beta2 (2018-02-17)

1.0.0 (2018-01-21)

Bug Fixes

  • endpoint: created TypedResponse (c3f86b9)
  • tests: fixed CI tests (a80cfec)
  • typescript: fixed bad typescript version in package.json (ae696a1)

Features

  • @Body: support for tx mapper (560c83b)
  • @Body: support urlEncoded body (6bb0e26)
  • api: ability to inherit parent @SynapseApi (cf70917)
  • api: path of inherited classes now appends to each other (7ffc1c1)
  • config: exposes method.synapseConfig & class.synapseConfig (5a18b49)
  • core: created core annotations (5fb60ba)
  • endpoint: added check for argument with missing decorators (94ed7e0)
  • get: added query parameters support. (78d4f9a)
  • mapper: support for deserializing json (aa05975)
  • pathParams: ability to replace path parameters. Reverted path appending in case of inheritance. Wrote tests (0674555)

refacto

  • fetch: refactored http-backend-adapter to be based on Fetch API (d718046)

BREAKING CHANGES

  • fetch: Usage of Promises, Request, Response, for better interop to standard Fetch API

0.2.0 (2018-01-18)

Features

  • Synapse config is accessible at runtime form a SynapseApi or a SynapseMethod.
  • added MIT license