@feathersjs/memory 5.0.0-pre.9 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +169 -24
- package/LICENSE +1 -1
- package/README.md +42 -36
- package/lib/index.d.ts +56 -22
- package/lib/index.js +162 -100
- package/lib/index.js.map +1 -1
- package/package.json +21 -18
- package/src/index.ts +236 -86
package/CHANGELOG.md
CHANGED
|
@@ -3,123 +3,225 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [5.0.0
|
|
6
|
+
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @feathersjs/memory
|
|
9
9
|
|
|
10
|
+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
11
13
|
|
|
14
|
+
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
13
17
|
|
|
14
|
-
# [5.0.0-pre.
|
|
18
|
+
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @feathersjs/memory
|
|
17
21
|
|
|
22
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
18
23
|
|
|
24
|
+
### Features
|
|
19
25
|
|
|
26
|
+
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
|
|
20
27
|
|
|
28
|
+
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
|
|
21
29
|
|
|
22
|
-
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
- **adapter:** Add patch data type to adapters and refactor AdapterBase usage ([#2906](https://github.com/feathersjs/feathers/issues/2906)) ([9ddc2e6](https://github.com/feathersjs/feathers/commit/9ddc2e6b028f026f939d6af68125847e5c6734b4))
|
|
33
|
+
|
|
34
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- **memory:** Use for loop in \_find() for better performance ([#2844](https://github.com/feathersjs/feathers/issues/2844)) ([d6ee5f1](https://github.com/feathersjs/feathers/commit/d6ee5f1c869f0c65cb470130f35956a52356e5c3))
|
|
39
|
+
|
|
40
|
+
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
|
|
23
41
|
|
|
24
42
|
**Note:** Version bump only for package @feathersjs/memory
|
|
25
43
|
|
|
44
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
26
45
|
|
|
46
|
+
### Features
|
|
27
47
|
|
|
48
|
+
- **cli:** Generate full client test suite and improve typed client ([#2788](https://github.com/feathersjs/feathers/issues/2788)) ([57119b6](https://github.com/feathersjs/feathers/commit/57119b6bb2797f7297cf054268a248c093ecd538))
|
|
28
49
|
|
|
50
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
29
51
|
|
|
30
|
-
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
55
|
+
|
|
56
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
31
57
|
|
|
32
58
|
**Note:** Version bump only for package @feathersjs/memory
|
|
33
59
|
|
|
60
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
34
61
|
|
|
62
|
+
### Bug Fixes
|
|
35
63
|
|
|
64
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
36
65
|
|
|
66
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
37
67
|
|
|
38
|
-
|
|
68
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
39
69
|
|
|
70
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
40
71
|
|
|
41
|
-
|
|
72
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
42
73
|
|
|
43
|
-
|
|
74
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
44
77
|
|
|
78
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
45
79
|
|
|
46
80
|
### Features
|
|
47
81
|
|
|
48
|
-
|
|
49
|
-
* **typescript:** Allow to pass generic service options to adapter services ([#2392](https://github.com/feathersjs/feathers/issues/2392)) ([f9431f2](https://github.com/feathersjs/feathers/commit/f9431f242354f804cafb835519f98dd405ac4f0b))
|
|
82
|
+
- **cli:** Initial Feathers v5 CLI and Pinion generator ([#2578](https://github.com/feathersjs/feathers/issues/2578)) ([7f59ae7](https://github.com/feathersjs/feathers/commit/7f59ae7f1471895ba8a82aa4702f1a23f71b7682))
|
|
50
83
|
|
|
84
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
51
85
|
|
|
86
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
52
87
|
|
|
88
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
53
89
|
|
|
90
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
54
91
|
|
|
55
|
-
# [5.0.0-pre.
|
|
92
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
56
93
|
|
|
94
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
57
95
|
|
|
58
|
-
|
|
96
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
59
97
|
|
|
60
|
-
|
|
98
|
+
### Bug Fixes
|
|
61
99
|
|
|
100
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
62
101
|
|
|
102
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
63
103
|
|
|
104
|
+
### Bug Fixes
|
|
64
105
|
|
|
106
|
+
- **adapter-commons:** Clarify adapter query filtering ([#2607](https://github.com/feathersjs/feathers/issues/2607)) ([2dac771](https://github.com/feathersjs/feathers/commit/2dac771b0a3298d6dd25994d05186701b0617718))
|
|
65
107
|
|
|
66
|
-
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
- **mongodb:** Add feathers-mongodb adapter as @feathersjs/mongodb ([#2610](https://github.com/feathersjs/feathers/issues/2610)) ([6d43734](https://github.com/feathersjs/feathers/commit/6d43734a53db02c435cafc52a22dca414e5d0940))
|
|
111
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
112
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
113
|
+
|
|
114
|
+
### BREAKING CHANGES
|
|
115
|
+
|
|
116
|
+
- **adapter-commons:** Changes the common adapter base class to use `sanitizeQuery` and `sanitizeData`
|
|
67
117
|
|
|
118
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
68
119
|
|
|
69
120
|
### Bug Fixes
|
|
70
121
|
|
|
71
|
-
|
|
122
|
+
- **adapter-tests:** Add tests for pagination in multi updates ([#2472](https://github.com/feathersjs/feathers/issues/2472)) ([98a811a](https://github.com/feathersjs/feathers/commit/98a811ac605575ff812a08d0504729a5efe7a69c))
|
|
72
123
|
|
|
124
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
73
125
|
|
|
126
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
127
|
+
|
|
128
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
74
129
|
|
|
130
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
75
131
|
|
|
132
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
76
133
|
|
|
77
|
-
|
|
134
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
135
|
+
|
|
136
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
78
137
|
|
|
79
138
|
**Note:** Version bump only for package @feathersjs/memory
|
|
80
139
|
|
|
140
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
81
141
|
|
|
142
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
82
143
|
|
|
144
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
83
145
|
|
|
146
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
84
147
|
|
|
85
|
-
# [5.0.0-
|
|
148
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
86
149
|
|
|
87
150
|
**Note:** Version bump only for package @feathersjs/memory
|
|
88
151
|
|
|
152
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
89
153
|
|
|
154
|
+
### Features
|
|
90
155
|
|
|
156
|
+
- **schema:** Initial version of schema definitions and resolvers ([#2441](https://github.com/feathersjs/feathers/issues/2441)) ([c57a5cd](https://github.com/feathersjs/feathers/commit/c57a5cd56699a121647be4506d8f967e6d72ecae))
|
|
91
157
|
|
|
158
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
92
159
|
|
|
93
|
-
|
|
160
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
161
|
+
|
|
162
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
165
|
+
|
|
166
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
169
|
+
|
|
170
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
94
173
|
|
|
174
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
95
175
|
|
|
96
176
|
### Bug Fixes
|
|
97
177
|
|
|
98
|
-
|
|
178
|
+
- Update database adapter common repository urls ([#2380](https://github.com/feathersjs/feathers/issues/2380)) ([3f4db68](https://github.com/feathersjs/feathers/commit/3f4db68d6700c7d9023ecd17d0d39893f75a19fd))
|
|
179
|
+
|
|
180
|
+
### Features
|
|
99
181
|
|
|
182
|
+
- **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
|
|
183
|
+
- **typescript:** Allow to pass generic service options to adapter services ([#2392](https://github.com/feathersjs/feathers/issues/2392)) ([f9431f2](https://github.com/feathersjs/feathers/commit/f9431f242354f804cafb835519f98dd405ac4f0b))
|
|
184
|
+
|
|
185
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
100
186
|
|
|
101
187
|
### Features
|
|
102
188
|
|
|
103
|
-
|
|
189
|
+
- **koa:** KoaJS transport adapter ([#2315](https://github.com/feathersjs/feathers/issues/2315)) ([2554b57](https://github.com/feathersjs/feathers/commit/2554b57cf05731df58feeba9c12faab18e442107))
|
|
190
|
+
|
|
191
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
104
192
|
|
|
193
|
+
### Bug Fixes
|
|
105
194
|
|
|
195
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
106
196
|
|
|
197
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
107
198
|
|
|
199
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
108
200
|
|
|
109
|
-
# [5.0.0-
|
|
201
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
110
202
|
|
|
203
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
111
204
|
|
|
112
|
-
|
|
205
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
113
206
|
|
|
114
|
-
|
|
207
|
+
### Bug Fixes
|
|
208
|
+
|
|
209
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
210
|
+
|
|
211
|
+
### Features
|
|
115
212
|
|
|
213
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
116
214
|
|
|
215
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
117
216
|
|
|
217
|
+
### Features
|
|
118
218
|
|
|
219
|
+
- **memory:** Move feathers-memory into @feathersjs/memory ([#2153](https://github.com/feathersjs/feathers/issues/2153)) ([dd61fe3](https://github.com/feathersjs/feathers/commit/dd61fe371fb0502f78b8ccbe1f45a030e31ecff6))
|
|
119
220
|
|
|
120
221
|
# Change Log
|
|
121
222
|
|
|
122
223
|
## [v4.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.1.0) (2019-10-07)
|
|
224
|
+
|
|
123
225
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v4.0.1...v4.1.0)
|
|
124
226
|
|
|
125
227
|
**Merged pull requests:**
|
|
@@ -127,6 +229,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
127
229
|
- Update all dependencies [\#104](https://github.com/feathersjs-ecosystem/feathers-memory/pull/104) ([daffl](https://github.com/daffl))
|
|
128
230
|
|
|
129
231
|
## [v4.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.0.1) (2019-09-29)
|
|
232
|
+
|
|
130
233
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v4.0.0...v4.0.1)
|
|
131
234
|
|
|
132
235
|
**Closed issues:**
|
|
@@ -142,6 +245,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
142
245
|
- Greenkeeper/webpack 4.36.1 [\#99](https://github.com/feathersjs-ecosystem/feathers-memory/pull/99) ([daffl](https://github.com/daffl))
|
|
143
246
|
|
|
144
247
|
## [v4.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.0.0) (2019-07-05)
|
|
248
|
+
|
|
145
249
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.2...v4.0.0)
|
|
146
250
|
|
|
147
251
|
**Merged pull requests:**
|
|
@@ -150,6 +254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
150
254
|
- Update mocha to the latest version 🚀 [\#94](https://github.com/feathersjs-ecosystem/feathers-memory/pull/94) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
151
255
|
|
|
152
256
|
## [v3.0.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.2) (2019-01-24)
|
|
257
|
+
|
|
153
258
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.1...v3.0.2)
|
|
154
259
|
|
|
155
260
|
**Closed issues:**
|
|
@@ -163,6 +268,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
163
268
|
- Update @feathersjs/adapter-commons to the latest version 🚀 [\#90](https://github.com/feathersjs-ecosystem/feathers-memory/pull/90) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
164
269
|
|
|
165
270
|
## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.1) (2018-12-29)
|
|
271
|
+
|
|
166
272
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.0...v3.0.1)
|
|
167
273
|
|
|
168
274
|
**Merged pull requests:**
|
|
@@ -170,6 +276,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
170
276
|
- Add default params to hook-less methods [\#89](https://github.com/feathersjs-ecosystem/feathers-memory/pull/89) ([daffl](https://github.com/daffl))
|
|
171
277
|
|
|
172
278
|
## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.0) (2018-12-17)
|
|
279
|
+
|
|
173
280
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.2.0...v3.0.0)
|
|
174
281
|
|
|
175
282
|
**Closed issues:**
|
|
@@ -185,6 +292,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
185
292
|
- Update babel-loader to the latest version 🚀 [\#81](https://github.com/feathersjs-ecosystem/feathers-memory/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
186
293
|
|
|
187
294
|
## [v2.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.2.0) (2018-08-26)
|
|
295
|
+
|
|
188
296
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.3...v2.2.0)
|
|
189
297
|
|
|
190
298
|
**Closed issues:**
|
|
@@ -198,6 +306,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
198
306
|
- Update sift to the latest version 🚀 [\#76](https://github.com/feathersjs-ecosystem/feathers-memory/pull/76) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
199
307
|
|
|
200
308
|
## [v2.1.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.3) (2018-06-11)
|
|
309
|
+
|
|
201
310
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.2...v2.1.3)
|
|
202
311
|
|
|
203
312
|
**Closed issues:**
|
|
@@ -210,6 +319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
210
319
|
- Update shx to the latest version 🚀 [\#73](https://github.com/feathersjs-ecosystem/feathers-memory/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
211
320
|
|
|
212
321
|
## [v2.1.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.2) (2018-06-03)
|
|
322
|
+
|
|
213
323
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.1...v2.1.2)
|
|
214
324
|
|
|
215
325
|
**Merged pull requests:**
|
|
@@ -218,6 +328,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
218
328
|
- Update clone-deep to the latest version 🚀 [\#70](https://github.com/feathersjs-ecosystem/feathers-memory/pull/70) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
219
329
|
|
|
220
330
|
## [v2.1.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.1) (2018-03-07)
|
|
331
|
+
|
|
221
332
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.0...v2.1.1)
|
|
222
333
|
|
|
223
334
|
**Closed issues:**
|
|
@@ -232,6 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
232
343
|
- Update semistandard to the latest version 🚀 [\#65](https://github.com/feathersjs-ecosystem/feathers-memory/pull/65) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
233
344
|
|
|
234
345
|
## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.0) (2017-12-03)
|
|
346
|
+
|
|
235
347
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.0.0...v2.1.0)
|
|
236
348
|
|
|
237
349
|
**Merged pull requests:**
|
|
@@ -239,6 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
239
351
|
- Use namespaced module name for exporting [\#64](https://github.com/feathersjs-ecosystem/feathers-memory/pull/64) ([daffl](https://github.com/daffl))
|
|
240
352
|
|
|
241
353
|
## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.0.0) (2017-12-03)
|
|
354
|
+
|
|
242
355
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.3.1...v2.0.0)
|
|
243
356
|
|
|
244
357
|
**Merged pull requests:**
|
|
@@ -249,6 +362,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
249
362
|
- Update clone-deep to the latest version 🚀 [\#60](https://github.com/feathersjs-ecosystem/feathers-memory/pull/60) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
250
363
|
|
|
251
364
|
## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.3.1) (2017-10-20)
|
|
365
|
+
|
|
252
366
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.3.0...v1.3.1)
|
|
253
367
|
|
|
254
368
|
**Closed issues:**
|
|
@@ -261,6 +375,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
261
375
|
- Do not select the id by default [\#59](https://github.com/feathersjs-ecosystem/feathers-memory/pull/59) ([daffl](https://github.com/daffl))
|
|
262
376
|
|
|
263
377
|
## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.3.0) (2017-10-19)
|
|
378
|
+
|
|
264
379
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.2.1...v1.3.0)
|
|
265
380
|
|
|
266
381
|
**Merged pull requests:**
|
|
@@ -269,9 +384,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
269
384
|
- Update mocha to the latest version 🚀 [\#56](https://github.com/feathersjs-ecosystem/feathers-memory/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
270
385
|
|
|
271
386
|
## [v1.2.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.2.1) (2017-09-13)
|
|
387
|
+
|
|
272
388
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.2.0...v1.2.1)
|
|
273
389
|
|
|
274
390
|
## [v1.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.2.0) (2017-09-13)
|
|
391
|
+
|
|
275
392
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.1.0...v1.2.0)
|
|
276
393
|
|
|
277
394
|
**Closed issues:**
|
|
@@ -287,6 +404,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
287
404
|
- Update dependencies to enable Greenkeeper 🌴 [\#48](https://github.com/feathersjs-ecosystem/feathers-memory/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
288
405
|
|
|
289
406
|
## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.1.0) (2017-01-31)
|
|
407
|
+
|
|
290
408
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.0.1...v1.1.0)
|
|
291
409
|
|
|
292
410
|
**Merged pull requests:**
|
|
@@ -295,6 +413,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
295
413
|
- Change `var` to `const`, fix a mistake with `feathers-memory` requiring [\#46](https://github.com/feathersjs-ecosystem/feathers-memory/pull/46) ([osenvosem](https://github.com/osenvosem))
|
|
296
414
|
|
|
297
415
|
## [v1.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.0.1) (2016-11-15)
|
|
416
|
+
|
|
298
417
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.0.0...v1.0.1)
|
|
299
418
|
|
|
300
419
|
**Merged pull requests:**
|
|
@@ -302,6 +421,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
302
421
|
- feathers-service-tests@0.9.1 breaks build 🚨 [\#45](https://github.com/feathersjs-ecosystem/feathers-memory/pull/45) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
303
422
|
|
|
304
423
|
## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.0.0) (2016-11-11)
|
|
424
|
+
|
|
305
425
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.8.1...v1.0.0)
|
|
306
426
|
|
|
307
427
|
**Closed issues:**
|
|
@@ -314,6 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
314
434
|
- Update feathers-commons to version 0.8.0 🚀 [\#43](https://github.com/feathersjs-ecosystem/feathers-memory/pull/43) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
315
435
|
|
|
316
436
|
## [v0.8.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.8.1) (2016-11-02)
|
|
437
|
+
|
|
317
438
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.8.0...v0.8.1)
|
|
318
439
|
|
|
319
440
|
**Merged pull requests:**
|
|
@@ -326,6 +447,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
326
447
|
- Update feathers-service-tests to version 0.8.0 🚀 [\#32](https://github.com/feathersjs-ecosystem/feathers-memory/pull/32) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
327
448
|
|
|
328
449
|
## [v0.8.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.8.0) (2016-09-08)
|
|
450
|
+
|
|
329
451
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.5...v0.8.0)
|
|
330
452
|
|
|
331
453
|
**Closed issues:**
|
|
@@ -338,9 +460,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
338
460
|
- Update mocha to version 3.0.0 🚀 [\#29](https://github.com/feathersjs-ecosystem/feathers-memory/pull/29) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
339
461
|
|
|
340
462
|
## [v0.7.5](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.5) (2016-07-25)
|
|
463
|
+
|
|
341
464
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.4...v0.7.5)
|
|
342
465
|
|
|
343
466
|
## [v0.7.4](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.4) (2016-07-21)
|
|
467
|
+
|
|
344
468
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.3...v0.7.4)
|
|
345
469
|
|
|
346
470
|
**Merged pull requests:**
|
|
@@ -348,6 +472,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
348
472
|
- Update feathers-query-filters to version 2.0.0 🚀 [\#28](https://github.com/feathersjs-ecosystem/feathers-memory/pull/28) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
349
473
|
|
|
350
474
|
## [v0.7.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.3) (2016-06-16)
|
|
475
|
+
|
|
351
476
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.2...v0.7.3)
|
|
352
477
|
|
|
353
478
|
**Merged pull requests:**
|
|
@@ -355,6 +480,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
355
480
|
- Update feathers-service-tests to version 0.6.0 🚀 [\#27](https://github.com/feathersjs-ecosystem/feathers-memory/pull/27) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
356
481
|
|
|
357
482
|
## [v0.7.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.2) (2016-06-14)
|
|
483
|
+
|
|
358
484
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.1...v0.7.2)
|
|
359
485
|
|
|
360
486
|
**Closed issues:**
|
|
@@ -368,9 +494,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
368
494
|
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#24](https://github.com/feathersjs-ecosystem/feathers-memory/pull/24) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
369
495
|
|
|
370
496
|
## [v0.7.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.1) (2016-04-05)
|
|
497
|
+
|
|
371
498
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.0...v0.7.1)
|
|
372
499
|
|
|
373
500
|
## [v0.7.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.0) (2016-04-04)
|
|
501
|
+
|
|
374
502
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.3...v0.7.0)
|
|
375
503
|
|
|
376
504
|
**Merged pull requests:**
|
|
@@ -378,6 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
378
506
|
- Move to feathers-commons utilities [\#20](https://github.com/feathersjs-ecosystem/feathers-memory/pull/20) ([daffl](https://github.com/daffl))
|
|
379
507
|
|
|
380
508
|
## [v0.6.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.3) (2016-02-25)
|
|
509
|
+
|
|
381
510
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.2...v0.6.3)
|
|
382
511
|
|
|
383
512
|
**Closed issues:**
|
|
@@ -389,6 +518,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
389
518
|
- Use individual Lodash methods [\#19](https://github.com/feathersjs-ecosystem/feathers-memory/pull/19) ([daffl](https://github.com/daffl))
|
|
390
519
|
|
|
391
520
|
## [v0.6.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.2) (2016-02-24)
|
|
521
|
+
|
|
392
522
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.1...v0.6.2)
|
|
393
523
|
|
|
394
524
|
**Merged pull requests:**
|
|
@@ -396,6 +526,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
396
526
|
- bumping feathers-errors version [\#16](https://github.com/feathersjs-ecosystem/feathers-memory/pull/16) ([ekryski](https://github.com/ekryski))
|
|
397
527
|
|
|
398
528
|
## [v0.6.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.1) (2016-02-22)
|
|
529
|
+
|
|
399
530
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.0...v0.6.1)
|
|
400
531
|
|
|
401
532
|
**Merged pull requests:**
|
|
@@ -403,6 +534,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
403
534
|
- Exmaple update [\#15](https://github.com/feathersjs-ecosystem/feathers-memory/pull/15) ([ekryski](https://github.com/ekryski))
|
|
404
535
|
|
|
405
536
|
## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.0) (2016-01-30)
|
|
537
|
+
|
|
406
538
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.3...v0.6.0)
|
|
407
539
|
|
|
408
540
|
**Merged pull requests:**
|
|
@@ -410,9 +542,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
410
542
|
- Use internal methods instead of service methods directly [\#13](https://github.com/feathersjs-ecosystem/feathers-memory/pull/13) ([daffl](https://github.com/daffl))
|
|
411
543
|
|
|
412
544
|
## [v0.5.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.3) (2016-01-23)
|
|
545
|
+
|
|
413
546
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.2...v0.5.3)
|
|
414
547
|
|
|
415
548
|
## [v0.5.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.2) (2016-01-23)
|
|
549
|
+
|
|
416
550
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.1...v0.5.2)
|
|
417
551
|
|
|
418
552
|
**Merged pull requests:**
|
|
@@ -420,12 +554,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
420
554
|
- Adding nsp check [\#12](https://github.com/feathersjs-ecosystem/feathers-memory/pull/12) ([marshallswain](https://github.com/marshallswain))
|
|
421
555
|
|
|
422
556
|
## [v0.5.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.1) (2015-12-19)
|
|
557
|
+
|
|
423
558
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.0...v0.5.1)
|
|
424
559
|
|
|
425
560
|
## [v0.5.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.0) (2015-12-03)
|
|
561
|
+
|
|
426
562
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.4.1...v0.5.0)
|
|
427
563
|
|
|
428
564
|
## [v0.4.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.4.1) (2015-12-03)
|
|
565
|
+
|
|
429
566
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.4.0...v0.4.1)
|
|
430
567
|
|
|
431
568
|
**Merged pull requests:**
|
|
@@ -433,6 +570,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
433
570
|
- Use ES6 classes, Promises and support pagination [\#11](https://github.com/feathersjs-ecosystem/feathers-memory/pull/11) ([daffl](https://github.com/daffl))
|
|
434
571
|
|
|
435
572
|
## [v0.4.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.4.0) (2015-11-07)
|
|
573
|
+
|
|
436
574
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.4...v0.4.0)
|
|
437
575
|
|
|
438
576
|
**Closed issues:**
|
|
@@ -448,6 +586,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
448
586
|
- Added support for simple query in find [\#6](https://github.com/feathersjs-ecosystem/feathers-memory/pull/6) ([ruimgoncalves](https://github.com/ruimgoncalves))
|
|
449
587
|
|
|
450
588
|
## [0.3.4](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.4) (2014-09-25)
|
|
589
|
+
|
|
451
590
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.3...0.3.4)
|
|
452
591
|
|
|
453
592
|
**Closed issues:**
|
|
@@ -455,12 +594,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
455
594
|
- Query and persisting Data [\#5](https://github.com/feathersjs-ecosystem/feathers-memory/issues/5)
|
|
456
595
|
|
|
457
596
|
## [0.3.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.3) (2014-06-13)
|
|
597
|
+
|
|
458
598
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.2...0.3.3)
|
|
459
599
|
|
|
460
600
|
## [0.3.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.2) (2014-06-13)
|
|
601
|
+
|
|
461
602
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.1...0.3.2)
|
|
462
603
|
|
|
463
604
|
## [0.3.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.1) (2014-06-13)
|
|
605
|
+
|
|
464
606
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.0...0.3.1)
|
|
465
607
|
|
|
466
608
|
**Closed issues:**
|
|
@@ -470,18 +612,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
470
612
|
- Need to return proper errors [\#1](https://github.com/feathersjs-ecosystem/feathers-memory/issues/1)
|
|
471
613
|
|
|
472
614
|
## [0.3.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.0) (2014-06-05)
|
|
615
|
+
|
|
473
616
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.2.1...0.3.0)
|
|
474
617
|
|
|
475
618
|
## [0.2.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.2.1) (2014-06-04)
|
|
619
|
+
|
|
476
620
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.2.0...0.2.1)
|
|
477
621
|
|
|
478
622
|
## [0.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.2.0) (2014-04-22)
|
|
623
|
+
|
|
479
624
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.1.2...0.2.0)
|
|
480
625
|
|
|
481
626
|
## [0.1.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.1.2) (2014-04-11)
|
|
627
|
+
|
|
482
628
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.1.1...0.1.2)
|
|
483
629
|
|
|
484
630
|
## [0.1.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.1.1) (2014-04-11)
|
|
485
631
|
|
|
486
|
-
|
|
487
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
632
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|
package/LICENSE
CHANGED