UNPKG

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