Releases: themost-framework/express
Releases · themost-framework/express
Version 1.5.10
Changelog
- Use streams as service parameters while posting multipart-form requests.
1.5.8: Merge pull request #25 from kbarbounakis/add-content-headers
Changes
- Use Content-Encoding, Content-Location, Content-Language and Content-Disposition headers while using StreamFormatter.
Version 1.5.7.
Changelog
- Implement response formatters
- Handle OData Entity Actions and Dunctions with
Edm.Stream
result.
Version 1.5.6
Update peer dependencies of @themost/express
Version 1.5.5
Merge pull request #19 from kbarbounakis/18-module-service-not-found correct module import
Version 1.5.4
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
remove 6.x node
Version 1.5.2
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
update package version
Version 1.5.0
@themost/express
has been upgraded to use Babel7, rollup and jasmine for testing and deployment.