UNPKG

714 BMarkdownView Raw
1## Changelog
2
3### v1.1.0
4* Add mapping of auth endpoint mapping to http handler
5
6### v1.0.0
7* Fixed FlexFunctions and discoverMetadata taskTypes in http metadata
8
9### v1.0.0-rc.1
10* Fixed routing of discovery
11* Allow functions to run externally
12
13### v0.3.1
14* BACK-1944: Fixed task receiver protocol bug (missing newline)
15
16### v0.3.0
17* Rewritten in ES2015
18* Sets appMetadata and request.headers to empty objects if the headers for them aren't present
19
20### v0.2.0
21* Added http receiver to support external DLCs
22
23### v0.1.3
24* Added local file logger to hide `console.log()` debug prints
25* Updated copyrights
26
27### v0.1.2
28* Updated license and copyrights
29
30### v0.1.1
31* Updated contributors
32
33### v0.1.0
34* Initial Release