UNPKG

1.93 kBMarkdownView Raw
11.5.0 / 2017-05-01
2==================
3
4* KETTLE-58: Update to "root-safe" self-deduping Infusion with FLUID-6149
5* KETTLE-37: Completed support for JSON5-formatted config files
6* Updated all outdated npm dependencies (including to express 4.15.2)
7
81.4.1 / 2017-04-19
9==================
10
11* Updated to dev release of Infusion for fix of self-deduping at root - FLUID-6140
12
131.4.0 / 2017-02-18
14==================
15
16* KETTLE-57: Fix for failure to properly mark request during action of asynchronous middleware (static serving
17middleware was broken prior to this release)
18* Updated to latest dependencies (including ws 2.x)
19
201.3.2 / 2017-01-31
21==================
22
23* Updated to quieter version of Infusion and logged created defaults at lower priority
24
251.3.1 / 2017-01-27
26==================
27
28* Updated all outdated dependencies (including to an infusion 3.0.0-dev release)
29
301.3.0 / 2017-01-05
31==================
32
33* KETTLE-51: Fixed faulty Content-Length header that did not account for length of UTF-8 encoded bytes
34
351.2.2 / 2016-11-23
36==================
37
38* Removed unused dependency node-uuid following deprecation warning
39
401.2.1 / 2016-11-14
41==================
42
43* GPII-2110: Added JSON5 linting task, moved JS linting to eslint-config-fluid shared rules
44
451.2.0 / 2016-11-03
46==================
47
48* GPII-2110: Added support for JSON5 files both in DataSources and configs
49
501.1.1 / 2016-11-01
51==================
52
53* KETTLE-48: Updated to latest gpii-express to fix tests under npm 3
54
551.1.0 / 2016-07-15
56==================
57
58* KETTLE-45: Fixed implementation of `gradeNames` support for request handlers
59* Updated to latest versions of dependencies (ws 1.1.1, express 4.14.0, etc.)
60
611.0.1 / 2016-06-08
62==================
63
64* Updated to later versions of Infusion, gpii-express and gpii-pouchdb, moved over to ESLint for linting
65
661.0.0 / 2016-05-26
67==================
68
69* First release with reasonable test coverage - consult docs for features