Skip to content

Releases: themost-framework/express

Version 1.5.10

21 Aug 05:40
Compare
Choose a tag to compare

Changelog

  • Use streams as service parameters while posting multipart-form requests.

1.5.8: Merge pull request #25 from kbarbounakis/add-content-headers

05 Jul 19:32
1816220
Compare
Choose a tag to compare

Changes

  • Use Content-Encoding, Content-Location, Content-Language and Content-Disposition headers while using StreamFormatter.

Version 1.5.7.

05 May 10:56
c0a861f
Compare
Choose a tag to compare

Changelog

  • Implement response formatters
  • Handle OData Entity Actions and Dunctions with Edm.Stream result.

Version 1.5.6

06 Apr 12:53
Compare
Choose a tag to compare

Update peer dependencies of @themost/express

Version 1.5.5

26 Mar 08:01
cff7469
Compare
Choose a tag to compare
Merge pull request #19 from kbarbounakis/18-module-service-not-found

correct module import

Version 1.5.4

26 Mar 06:57
191c2f1
Compare
Choose a tag to compare

Added

  • ExpressDataApplication#container
    An observable of parent application e.g. app.container.subscribe( container => ... )
  • ExpressDataApplication#serviceRouter
    An observable of current instance of serviceRouter e.g. app.serviceRouter.subscribe( container => ... )

Version 1.5.3

11 Dec 19:22
Compare
Choose a tag to compare
remove 6.x node

Version 1.5.2

02 Dec 12:54
Compare
Choose a tag to compare

Changes:

@themost/express uses now a single export, so imports like import {getEntitySet} from '@themost/express/middleware' have been deprecated and it should be replaced e.g. import {getEntitySet} from '@themost/express'

Version 1.5.1

02 Dec 09:57
Compare
Choose a tag to compare
update package version

Version 1.5.0

02 Dec 07:50
Compare
Choose a tag to compare

@themost/express has been upgraded to use Babel7, rollup and jasmine for testing and deployment.