Blame view

node_modules/loopback-connector/CHANGES.md 4.12 KB
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
  2016-11-10, Version 2.7.1
  =========================
  
   * Export JSONStringPacker (Masu Lin)
  
  
  2016-11-08, Version 2.7.0
  =========================
  
   * Add JSONStringPacker (Masu Lin)
  
  
  2016-10-24, Version 2.6.0
  =========================
  
   * Increase delay in tests to stop intermittent fails (Miroslav Bajtoš)
  
   * Add BinaryPacker from kv-redis connector (Miroslav Bajtoš)
  
   * Add ModelKeyComposer from kv-redis connector (Miroslav Bajtoš)
  
  
  2016-10-12, Version 2.5.0
  =========================
  
   * Update translation files - round#2 (#62) (Candy)
  
   * Add translated files (Amir Jafarian)
  
   * Update deps to LB 3.0.0 RC (Miroslav Bajtoš)
  
   * Run CI with juggler3 (Loay)
  
   * Add globalization (Candy)
  
   * Update URLs in CONTRIBUTING.md (#53) (Ryan Graham)
  
  
  2016-06-29, Version 2.4.0
  =========================
  
   * update copyright notices and license (Ryan Graham)
  
   * Fix linting errors (Amir Jafarian)
  
   * Auto-update by eslint --fix (Amir Jafarian)
  
   * Add eslint infrastructure (Amir Jafarian)
  
   * fixed build of where statement when filter contains non-existing column (Maor Hayun)
  
   * change replace to replaceById (Amir Jafarian)
  
   * Remove underscore from _buildReplaceFields (Amir Jafarian)
  
   * Change _buildReplace  to buildReplace (Amir Jafarian)
  
   * Change _buildUpdate to buildUpdate (Amir Jafarian)
  
   * Apply feedback (Amir Jafarian)
  
   * call execute directly for _replace (Amir Jafarian)
  
   * Implement replaceAttributes (Amir Jafarian)
  
   * Removed filterWhere option (eugene-frb)
  
   * 1. Error logging. 2. Options argument of model's include function to pass filter.where object. (eugene-frb)
  
   * Refer to licenses with a link (Sam Roberts)
  
   * Fixed typo. (Matteo Padovano)
  
   * Use strongloop conventions for licensing (Sam Roberts)
  
  
  2015-07-29, Version 2.3.0
  =========================
  
   * Fix RegExp coercion (Simon Ho)
  
   * Add support for RegExp operator (Simon Ho)
  
   * Add a test for nesting and/or (Raymond Feng)
  
  
  2015-06-23, Version 2.2.2
  =========================
  
   * Enable Inversion of Control in connector hooks through modifications of the context object. (Frank Steegmans)
  
  
  2015-05-27, Version 2.2.1
  =========================
  
   * Fix the callback (Raymond Feng)
  
  
  2015-05-27, Version 2.2.0
  =========================
  
   * Update deps (Raymond Feng)
  
   * Add hooks to sql based connectors (Raymond Feng)
  
  
  2015-05-22, Version 2.1.2
  =========================
  
   * Fix for https://github.com/strongloop/loopback-connector-mssql/issues/45 (Raymond Feng)
  
   * Fix the jsdoc for applyPagination (Raymond Feng)
  
  
  2015-05-20, Version 2.1.1
  =========================
  
   * Fix for https://github.com/strongloop/loopback-connector-postgresql/issues/80 (Raymond Feng)
  
  
  2015-05-18, Version 2.1.0
  =========================
  
   * Update sql-connector.md (Rand McKinney)
  
   * Add tests for propagating a transaction over relations (Raymond Feng)
  
   * Add transaction support (Raymond Feng)
  
  
  2015-05-18, Version 2.0.1
  =========================
  
   * Replace with link to Confluence (Rand McKinney)
  
   * Update sql-connector.md (Rand McKinney)
  
  
  2015-05-13, Version 2.0.0
  =========================
  
   * Upgrade deps (Raymond Feng)
  
   * Make sure invalid fields are filtered out (Raymond Feng)
  
   * Refactor base and sql connector (Raymond Feng)
  
   * Update README.md (Paulo McNally)
  
  
  2015-01-28, Version 1.2.1
  =========================
  
   * package: add jshint to devDependencies (Miroslav Bajtoš)
  
   * Fix crash in `id(model, property)` (Miroslav Bajtoš)
  
   * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
  
  
  2014-10-13, Version 1.2.0
  =========================
  
   * Bump version (Raymond Feng)
  
   * Make sure callback happens if a model is not attached to the data source (Raymond Feng)
  
   * Update contribution guidelines (Ryan Graham)
  
  
  2014-07-20, Version 1.1.1
  =========================
  
   * Bump version (Raymond Feng)
  
   * Fix updateAttributes impl (Raymond Feng)
  
  
  2014-06-20, Version 1.1.0
  =========================
  
   * Bump version (Raymond Feng)
  
   * Fix style to pass jlint (Raymond Feng)
  
   * Add space (Raymond Feng)
  
   * Add bulk update support (Raymond Feng)
  
   * Fix the count() impl to use buildWhere() from the subclass (Raymond Feng)
  
  
  2014-06-03, Version 1.0.0
  =========================
  
   * First release!