@feathersjs/memory 5.0.0-pre.9 → 5.0.1
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 +175 -24
- package/LICENSE +1 -1
- package/README.md +42 -36
- package/lib/index.d.ts +56 -22
- package/lib/index.js +165 -100
- package/lib/index.js.map +1 -1
- package/package.json +21 -18
- package/src/index.ts +239 -87
package/CHANGELOG.md
CHANGED
|
@@ -3,123 +3,231 @@
|
|
|
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
|
-
|
|
6
|
+
## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **memory/mongodb:** $select as only property & force 'id' in '$select' ([#3081](https://github.com/feathersjs/feathers/issues/3081)) ([fbe3cf5](https://github.com/feathersjs/feathers/commit/fbe3cf5199e102b5aeda2ae33828d5034df3d105))
|
|
11
|
+
|
|
12
|
+
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @feathersjs/memory
|
|
9
15
|
|
|
16
|
+
# [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
17
|
|
|
18
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
11
19
|
|
|
20
|
+
# [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
21
|
|
|
22
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
13
23
|
|
|
14
|
-
# [5.0.0-pre.
|
|
24
|
+
# [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
25
|
|
|
16
26
|
**Note:** Version bump only for package @feathersjs/memory
|
|
17
27
|
|
|
28
|
+
# [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
29
|
|
|
30
|
+
### Features
|
|
19
31
|
|
|
32
|
+
- **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
33
|
|
|
34
|
+
# [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
35
|
|
|
22
|
-
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
- **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))
|
|
39
|
+
|
|
40
|
+
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
- **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))
|
|
45
|
+
|
|
46
|
+
# [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
47
|
|
|
24
48
|
**Note:** Version bump only for package @feathersjs/memory
|
|
25
49
|
|
|
50
|
+
# [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
51
|
|
|
52
|
+
### Features
|
|
27
53
|
|
|
54
|
+
- **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
55
|
|
|
56
|
+
# [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
57
|
|
|
30
|
-
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
61
|
+
|
|
62
|
+
# [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
63
|
|
|
32
64
|
**Note:** Version bump only for package @feathersjs/memory
|
|
33
65
|
|
|
66
|
+
# [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
67
|
|
|
68
|
+
### Bug Fixes
|
|
35
69
|
|
|
70
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
36
71
|
|
|
72
|
+
# [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
73
|
|
|
38
|
-
|
|
74
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
39
75
|
|
|
76
|
+
# [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
77
|
|
|
41
|
-
|
|
78
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
79
|
+
|
|
80
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
42
81
|
|
|
43
|
-
|
|
82
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
44
83
|
|
|
84
|
+
# [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
85
|
|
|
46
86
|
### Features
|
|
47
87
|
|
|
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))
|
|
88
|
+
- **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
89
|
|
|
90
|
+
# [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
91
|
|
|
92
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
52
93
|
|
|
94
|
+
# [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
95
|
|
|
96
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
54
97
|
|
|
55
|
-
# [5.0.0-pre.
|
|
98
|
+
# [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
99
|
|
|
100
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
57
101
|
|
|
58
|
-
|
|
102
|
+
# [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
103
|
|
|
60
|
-
|
|
104
|
+
### Bug Fixes
|
|
61
105
|
|
|
106
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
62
107
|
|
|
108
|
+
# [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
109
|
|
|
110
|
+
### Bug Fixes
|
|
64
111
|
|
|
112
|
+
- **adapter-commons:** Clarify adapter query filtering ([#2607](https://github.com/feathersjs/feathers/issues/2607)) ([2dac771](https://github.com/feathersjs/feathers/commit/2dac771b0a3298d6dd25994d05186701b0617718))
|
|
65
113
|
|
|
66
|
-
|
|
114
|
+
### Features
|
|
115
|
+
|
|
116
|
+
- **mongodb:** Add feathers-mongodb adapter as @feathersjs/mongodb ([#2610](https://github.com/feathersjs/feathers/issues/2610)) ([6d43734](https://github.com/feathersjs/feathers/commit/6d43734a53db02c435cafc52a22dca414e5d0940))
|
|
117
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
118
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
67
119
|
|
|
120
|
+
### BREAKING CHANGES
|
|
121
|
+
|
|
122
|
+
- **adapter-commons:** Changes the common adapter base class to use `sanitizeQuery` and `sanitizeData`
|
|
123
|
+
|
|
124
|
+
# [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
125
|
|
|
69
126
|
### Bug Fixes
|
|
70
127
|
|
|
71
|
-
|
|
128
|
+
- **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
129
|
|
|
130
|
+
# [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
131
|
|
|
132
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
74
133
|
|
|
134
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
75
135
|
|
|
136
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
76
137
|
|
|
77
|
-
# [5.0.0-pre.
|
|
138
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
78
139
|
|
|
79
140
|
**Note:** Version bump only for package @feathersjs/memory
|
|
80
141
|
|
|
142
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
81
143
|
|
|
144
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
82
145
|
|
|
146
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
83
147
|
|
|
148
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
84
149
|
|
|
85
|
-
# [5.0.0-
|
|
150
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
86
151
|
|
|
87
152
|
**Note:** Version bump only for package @feathersjs/memory
|
|
88
153
|
|
|
154
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
89
155
|
|
|
156
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
90
157
|
|
|
158
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
91
159
|
|
|
160
|
+
### Features
|
|
92
161
|
|
|
93
|
-
|
|
162
|
+
- **schema:** Initial version of schema definitions and resolvers ([#2441](https://github.com/feathersjs/feathers/issues/2441)) ([c57a5cd](https://github.com/feathersjs/feathers/commit/c57a5cd56699a121647be4506d8f967e6d72ecae))
|
|
94
163
|
|
|
164
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
167
|
+
|
|
168
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
171
|
+
|
|
172
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
175
|
+
|
|
176
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
179
|
+
|
|
180
|
+
# [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
181
|
|
|
96
182
|
### Bug Fixes
|
|
97
183
|
|
|
98
|
-
|
|
184
|
+
- Update database adapter common repository urls ([#2380](https://github.com/feathersjs/feathers/issues/2380)) ([3f4db68](https://github.com/feathersjs/feathers/commit/3f4db68d6700c7d9023ecd17d0d39893f75a19fd))
|
|
99
185
|
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
- **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))
|
|
189
|
+
- **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))
|
|
190
|
+
|
|
191
|
+
# [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
192
|
|
|
101
193
|
### Features
|
|
102
194
|
|
|
103
|
-
|
|
195
|
+
- **koa:** KoaJS transport adapter ([#2315](https://github.com/feathersjs/feathers/issues/2315)) ([2554b57](https://github.com/feathersjs/feathers/commit/2554b57cf05731df58feeba9c12faab18e442107))
|
|
104
196
|
|
|
197
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
105
198
|
|
|
199
|
+
### Bug Fixes
|
|
106
200
|
|
|
201
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
107
202
|
|
|
203
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
108
204
|
|
|
109
|
-
|
|
205
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
110
206
|
|
|
207
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
111
208
|
|
|
112
|
-
|
|
209
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
210
|
+
|
|
211
|
+
# [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
212
|
|
|
114
|
-
|
|
213
|
+
### Bug Fixes
|
|
115
214
|
|
|
215
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
116
216
|
|
|
217
|
+
### Features
|
|
117
218
|
|
|
219
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
118
220
|
|
|
221
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
222
|
+
|
|
223
|
+
### Features
|
|
224
|
+
|
|
225
|
+
- **memory:** Move feathers-memory into @feathersjs/memory ([#2153](https://github.com/feathersjs/feathers/issues/2153)) ([dd61fe3](https://github.com/feathersjs/feathers/commit/dd61fe371fb0502f78b8ccbe1f45a030e31ecff6))
|
|
119
226
|
|
|
120
227
|
# Change Log
|
|
121
228
|
|
|
122
229
|
## [v4.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.1.0) (2019-10-07)
|
|
230
|
+
|
|
123
231
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v4.0.1...v4.1.0)
|
|
124
232
|
|
|
125
233
|
**Merged pull requests:**
|
|
@@ -127,6 +235,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
127
235
|
- Update all dependencies [\#104](https://github.com/feathersjs-ecosystem/feathers-memory/pull/104) ([daffl](https://github.com/daffl))
|
|
128
236
|
|
|
129
237
|
## [v4.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.0.1) (2019-09-29)
|
|
238
|
+
|
|
130
239
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v4.0.0...v4.0.1)
|
|
131
240
|
|
|
132
241
|
**Closed issues:**
|
|
@@ -142,6 +251,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
142
251
|
- Greenkeeper/webpack 4.36.1 [\#99](https://github.com/feathersjs-ecosystem/feathers-memory/pull/99) ([daffl](https://github.com/daffl))
|
|
143
252
|
|
|
144
253
|
## [v4.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.0.0) (2019-07-05)
|
|
254
|
+
|
|
145
255
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.2...v4.0.0)
|
|
146
256
|
|
|
147
257
|
**Merged pull requests:**
|
|
@@ -150,6 +260,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
150
260
|
- Update mocha to the latest version 🚀 [\#94](https://github.com/feathersjs-ecosystem/feathers-memory/pull/94) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
151
261
|
|
|
152
262
|
## [v3.0.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.2) (2019-01-24)
|
|
263
|
+
|
|
153
264
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.1...v3.0.2)
|
|
154
265
|
|
|
155
266
|
**Closed issues:**
|
|
@@ -163,6 +274,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
163
274
|
- 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
275
|
|
|
165
276
|
## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.1) (2018-12-29)
|
|
277
|
+
|
|
166
278
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.0...v3.0.1)
|
|
167
279
|
|
|
168
280
|
**Merged pull requests:**
|
|
@@ -170,6 +282,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
170
282
|
- Add default params to hook-less methods [\#89](https://github.com/feathersjs-ecosystem/feathers-memory/pull/89) ([daffl](https://github.com/daffl))
|
|
171
283
|
|
|
172
284
|
## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.0) (2018-12-17)
|
|
285
|
+
|
|
173
286
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.2.0...v3.0.0)
|
|
174
287
|
|
|
175
288
|
**Closed issues:**
|
|
@@ -185,6 +298,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
185
298
|
- 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
299
|
|
|
187
300
|
## [v2.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.2.0) (2018-08-26)
|
|
301
|
+
|
|
188
302
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.3...v2.2.0)
|
|
189
303
|
|
|
190
304
|
**Closed issues:**
|
|
@@ -198,6 +312,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
198
312
|
- Update sift to the latest version 🚀 [\#76](https://github.com/feathersjs-ecosystem/feathers-memory/pull/76) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
199
313
|
|
|
200
314
|
## [v2.1.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.3) (2018-06-11)
|
|
315
|
+
|
|
201
316
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.2...v2.1.3)
|
|
202
317
|
|
|
203
318
|
**Closed issues:**
|
|
@@ -210,6 +325,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
210
325
|
- Update shx to the latest version 🚀 [\#73](https://github.com/feathersjs-ecosystem/feathers-memory/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
211
326
|
|
|
212
327
|
## [v2.1.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.2) (2018-06-03)
|
|
328
|
+
|
|
213
329
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.1...v2.1.2)
|
|
214
330
|
|
|
215
331
|
**Merged pull requests:**
|
|
@@ -218,6 +334,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
218
334
|
- 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
335
|
|
|
220
336
|
## [v2.1.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.1) (2018-03-07)
|
|
337
|
+
|
|
221
338
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.0...v2.1.1)
|
|
222
339
|
|
|
223
340
|
**Closed issues:**
|
|
@@ -232,6 +349,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
232
349
|
- Update semistandard to the latest version 🚀 [\#65](https://github.com/feathersjs-ecosystem/feathers-memory/pull/65) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
233
350
|
|
|
234
351
|
## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.0) (2017-12-03)
|
|
352
|
+
|
|
235
353
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.0.0...v2.1.0)
|
|
236
354
|
|
|
237
355
|
**Merged pull requests:**
|
|
@@ -239,6 +357,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
239
357
|
- Use namespaced module name for exporting [\#64](https://github.com/feathersjs-ecosystem/feathers-memory/pull/64) ([daffl](https://github.com/daffl))
|
|
240
358
|
|
|
241
359
|
## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.0.0) (2017-12-03)
|
|
360
|
+
|
|
242
361
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.3.1...v2.0.0)
|
|
243
362
|
|
|
244
363
|
**Merged pull requests:**
|
|
@@ -249,6 +368,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
249
368
|
- 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
369
|
|
|
251
370
|
## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.3.1) (2017-10-20)
|
|
371
|
+
|
|
252
372
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.3.0...v1.3.1)
|
|
253
373
|
|
|
254
374
|
**Closed issues:**
|
|
@@ -261,6 +381,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
261
381
|
- Do not select the id by default [\#59](https://github.com/feathersjs-ecosystem/feathers-memory/pull/59) ([daffl](https://github.com/daffl))
|
|
262
382
|
|
|
263
383
|
## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.3.0) (2017-10-19)
|
|
384
|
+
|
|
264
385
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.2.1...v1.3.0)
|
|
265
386
|
|
|
266
387
|
**Merged pull requests:**
|
|
@@ -269,9 +390,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
269
390
|
- Update mocha to the latest version 🚀 [\#56](https://github.com/feathersjs-ecosystem/feathers-memory/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
270
391
|
|
|
271
392
|
## [v1.2.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.2.1) (2017-09-13)
|
|
393
|
+
|
|
272
394
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.2.0...v1.2.1)
|
|
273
395
|
|
|
274
396
|
## [v1.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.2.0) (2017-09-13)
|
|
397
|
+
|
|
275
398
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.1.0...v1.2.0)
|
|
276
399
|
|
|
277
400
|
**Closed issues:**
|
|
@@ -287,6 +410,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
287
410
|
- Update dependencies to enable Greenkeeper 🌴 [\#48](https://github.com/feathersjs-ecosystem/feathers-memory/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
288
411
|
|
|
289
412
|
## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.1.0) (2017-01-31)
|
|
413
|
+
|
|
290
414
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.0.1...v1.1.0)
|
|
291
415
|
|
|
292
416
|
**Merged pull requests:**
|
|
@@ -295,6 +419,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
295
419
|
- 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
420
|
|
|
297
421
|
## [v1.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.0.1) (2016-11-15)
|
|
422
|
+
|
|
298
423
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.0.0...v1.0.1)
|
|
299
424
|
|
|
300
425
|
**Merged pull requests:**
|
|
@@ -302,6 +427,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
302
427
|
- 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
428
|
|
|
304
429
|
## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.0.0) (2016-11-11)
|
|
430
|
+
|
|
305
431
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.8.1...v1.0.0)
|
|
306
432
|
|
|
307
433
|
**Closed issues:**
|
|
@@ -314,6 +440,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
314
440
|
- 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
441
|
|
|
316
442
|
## [v0.8.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.8.1) (2016-11-02)
|
|
443
|
+
|
|
317
444
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.8.0...v0.8.1)
|
|
318
445
|
|
|
319
446
|
**Merged pull requests:**
|
|
@@ -326,6 +453,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
326
453
|
- 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
454
|
|
|
328
455
|
## [v0.8.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.8.0) (2016-09-08)
|
|
456
|
+
|
|
329
457
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.5...v0.8.0)
|
|
330
458
|
|
|
331
459
|
**Closed issues:**
|
|
@@ -338,9 +466,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
338
466
|
- 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
467
|
|
|
340
468
|
## [v0.7.5](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.5) (2016-07-25)
|
|
469
|
+
|
|
341
470
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.4...v0.7.5)
|
|
342
471
|
|
|
343
472
|
## [v0.7.4](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.4) (2016-07-21)
|
|
473
|
+
|
|
344
474
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.3...v0.7.4)
|
|
345
475
|
|
|
346
476
|
**Merged pull requests:**
|
|
@@ -348,6 +478,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
348
478
|
- 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
479
|
|
|
350
480
|
## [v0.7.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.3) (2016-06-16)
|
|
481
|
+
|
|
351
482
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.2...v0.7.3)
|
|
352
483
|
|
|
353
484
|
**Merged pull requests:**
|
|
@@ -355,6 +486,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
355
486
|
- 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
487
|
|
|
357
488
|
## [v0.7.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.2) (2016-06-14)
|
|
489
|
+
|
|
358
490
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.1...v0.7.2)
|
|
359
491
|
|
|
360
492
|
**Closed issues:**
|
|
@@ -368,9 +500,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
368
500
|
- 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
501
|
|
|
370
502
|
## [v0.7.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.1) (2016-04-05)
|
|
503
|
+
|
|
371
504
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.0...v0.7.1)
|
|
372
505
|
|
|
373
506
|
## [v0.7.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.0) (2016-04-04)
|
|
507
|
+
|
|
374
508
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.3...v0.7.0)
|
|
375
509
|
|
|
376
510
|
**Merged pull requests:**
|
|
@@ -378,6 +512,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
378
512
|
- Move to feathers-commons utilities [\#20](https://github.com/feathersjs-ecosystem/feathers-memory/pull/20) ([daffl](https://github.com/daffl))
|
|
379
513
|
|
|
380
514
|
## [v0.6.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.3) (2016-02-25)
|
|
515
|
+
|
|
381
516
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.2...v0.6.3)
|
|
382
517
|
|
|
383
518
|
**Closed issues:**
|
|
@@ -389,6 +524,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
389
524
|
- Use individual Lodash methods [\#19](https://github.com/feathersjs-ecosystem/feathers-memory/pull/19) ([daffl](https://github.com/daffl))
|
|
390
525
|
|
|
391
526
|
## [v0.6.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.2) (2016-02-24)
|
|
527
|
+
|
|
392
528
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.1...v0.6.2)
|
|
393
529
|
|
|
394
530
|
**Merged pull requests:**
|
|
@@ -396,6 +532,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
396
532
|
- bumping feathers-errors version [\#16](https://github.com/feathersjs-ecosystem/feathers-memory/pull/16) ([ekryski](https://github.com/ekryski))
|
|
397
533
|
|
|
398
534
|
## [v0.6.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.1) (2016-02-22)
|
|
535
|
+
|
|
399
536
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.0...v0.6.1)
|
|
400
537
|
|
|
401
538
|
**Merged pull requests:**
|
|
@@ -403,6 +540,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
403
540
|
- Exmaple update [\#15](https://github.com/feathersjs-ecosystem/feathers-memory/pull/15) ([ekryski](https://github.com/ekryski))
|
|
404
541
|
|
|
405
542
|
## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.0) (2016-01-30)
|
|
543
|
+
|
|
406
544
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.3...v0.6.0)
|
|
407
545
|
|
|
408
546
|
**Merged pull requests:**
|
|
@@ -410,9 +548,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
410
548
|
- Use internal methods instead of service methods directly [\#13](https://github.com/feathersjs-ecosystem/feathers-memory/pull/13) ([daffl](https://github.com/daffl))
|
|
411
549
|
|
|
412
550
|
## [v0.5.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.3) (2016-01-23)
|
|
551
|
+
|
|
413
552
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.2...v0.5.3)
|
|
414
553
|
|
|
415
554
|
## [v0.5.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.2) (2016-01-23)
|
|
555
|
+
|
|
416
556
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.1...v0.5.2)
|
|
417
557
|
|
|
418
558
|
**Merged pull requests:**
|
|
@@ -420,12 +560,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
420
560
|
- Adding nsp check [\#12](https://github.com/feathersjs-ecosystem/feathers-memory/pull/12) ([marshallswain](https://github.com/marshallswain))
|
|
421
561
|
|
|
422
562
|
## [v0.5.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.1) (2015-12-19)
|
|
563
|
+
|
|
423
564
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.0...v0.5.1)
|
|
424
565
|
|
|
425
566
|
## [v0.5.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.0) (2015-12-03)
|
|
567
|
+
|
|
426
568
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.4.1...v0.5.0)
|
|
427
569
|
|
|
428
570
|
## [v0.4.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.4.1) (2015-12-03)
|
|
571
|
+
|
|
429
572
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.4.0...v0.4.1)
|
|
430
573
|
|
|
431
574
|
**Merged pull requests:**
|
|
@@ -433,6 +576,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
433
576
|
- Use ES6 classes, Promises and support pagination [\#11](https://github.com/feathersjs-ecosystem/feathers-memory/pull/11) ([daffl](https://github.com/daffl))
|
|
434
577
|
|
|
435
578
|
## [v0.4.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.4.0) (2015-11-07)
|
|
579
|
+
|
|
436
580
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.4...v0.4.0)
|
|
437
581
|
|
|
438
582
|
**Closed issues:**
|
|
@@ -448,6 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
448
592
|
- Added support for simple query in find [\#6](https://github.com/feathersjs-ecosystem/feathers-memory/pull/6) ([ruimgoncalves](https://github.com/ruimgoncalves))
|
|
449
593
|
|
|
450
594
|
## [0.3.4](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.4) (2014-09-25)
|
|
595
|
+
|
|
451
596
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.3...0.3.4)
|
|
452
597
|
|
|
453
598
|
**Closed issues:**
|
|
@@ -455,12 +600,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
455
600
|
- Query and persisting Data [\#5](https://github.com/feathersjs-ecosystem/feathers-memory/issues/5)
|
|
456
601
|
|
|
457
602
|
## [0.3.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.3) (2014-06-13)
|
|
603
|
+
|
|
458
604
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.2...0.3.3)
|
|
459
605
|
|
|
460
606
|
## [0.3.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.2) (2014-06-13)
|
|
607
|
+
|
|
461
608
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.1...0.3.2)
|
|
462
609
|
|
|
463
610
|
## [0.3.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.1) (2014-06-13)
|
|
611
|
+
|
|
464
612
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.0...0.3.1)
|
|
465
613
|
|
|
466
614
|
**Closed issues:**
|
|
@@ -470,18 +618,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
470
618
|
- Need to return proper errors [\#1](https://github.com/feathersjs-ecosystem/feathers-memory/issues/1)
|
|
471
619
|
|
|
472
620
|
## [0.3.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.0) (2014-06-05)
|
|
621
|
+
|
|
473
622
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.2.1...0.3.0)
|
|
474
623
|
|
|
475
624
|
## [0.2.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.2.1) (2014-06-04)
|
|
625
|
+
|
|
476
626
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.2.0...0.2.1)
|
|
477
627
|
|
|
478
628
|
## [0.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.2.0) (2014-04-22)
|
|
629
|
+
|
|
479
630
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.1.2...0.2.0)
|
|
480
631
|
|
|
481
632
|
## [0.1.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.1.2) (2014-04-11)
|
|
633
|
+
|
|
482
634
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.1.1...0.1.2)
|
|
483
635
|
|
|
484
636
|
## [0.1.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.1.1) (2014-04-11)
|
|
485
637
|
|
|
486
|
-
|
|
487
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
638
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|
package/LICENSE
CHANGED