@feathersjs/memory 5.0.0-pre.6 → 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 +188 -19
- 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,99 +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
|
|
|
20
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
16
21
|
|
|
17
|
-
|
|
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)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
18
25
|
|
|
19
|
-
|
|
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
|
|
23
31
|
|
|
24
|
-
|
|
25
|
-
* **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))
|
|
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))
|
|
26
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)
|
|
27
35
|
|
|
36
|
+
### Bug Fixes
|
|
28
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))
|
|
29
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)
|
|
30
41
|
|
|
31
|
-
|
|
42
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
32
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)
|
|
33
45
|
|
|
34
46
|
### Features
|
|
35
47
|
|
|
36
|
-
|
|
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))
|
|
37
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)
|
|
38
51
|
|
|
52
|
+
### Features
|
|
39
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))
|
|
40
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)
|
|
41
57
|
|
|
42
|
-
|
|
58
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
43
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)
|
|
44
61
|
|
|
45
62
|
### Bug Fixes
|
|
46
63
|
|
|
47
|
-
|
|
64
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
48
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)
|
|
49
67
|
|
|
68
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
50
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)
|
|
51
71
|
|
|
72
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
52
73
|
|
|
53
|
-
# [5.0.0-pre.
|
|
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)
|
|
54
75
|
|
|
55
76
|
**Note:** Version bump only for package @feathersjs/memory
|
|
56
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)
|
|
57
79
|
|
|
80
|
+
### Features
|
|
58
81
|
|
|
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))
|
|
59
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)
|
|
60
85
|
|
|
61
|
-
|
|
86
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
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)
|
|
62
89
|
|
|
63
90
|
**Note:** Version bump only for package @feathersjs/memory
|
|
64
91
|
|
|
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)
|
|
65
93
|
|
|
94
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
66
95
|
|
|
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)
|
|
67
97
|
|
|
98
|
+
### Bug Fixes
|
|
68
99
|
|
|
69
|
-
|
|
100
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
70
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)
|
|
71
103
|
|
|
72
104
|
### Bug Fixes
|
|
73
105
|
|
|
74
|
-
|
|
106
|
+
- **adapter-commons:** Clarify adapter query filtering ([#2607](https://github.com/feathersjs/feathers/issues/2607)) ([2dac771](https://github.com/feathersjs/feathers/commit/2dac771b0a3298d6dd25994d05186701b0617718))
|
|
107
|
+
|
|
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`
|
|
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)
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
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))
|
|
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)
|
|
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)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
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)
|
|
133
|
+
|
|
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)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
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)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
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)
|
|
75
145
|
|
|
146
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
147
|
+
|
|
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)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
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)
|
|
76
153
|
|
|
77
154
|
### Features
|
|
78
155
|
|
|
79
|
-
|
|
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))
|
|
80
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)
|
|
81
159
|
|
|
160
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
82
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)
|
|
83
163
|
|
|
164
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
84
165
|
|
|
85
|
-
# [5.0.0-pre.
|
|
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
|
|
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)
|
|
175
|
+
|
|
176
|
+
### Bug Fixes
|
|
177
|
+
|
|
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
|
|
86
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)
|
|
87
186
|
|
|
88
187
|
### Features
|
|
89
188
|
|
|
90
|
-
|
|
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)
|
|
192
|
+
|
|
193
|
+
### Bug Fixes
|
|
194
|
+
|
|
195
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
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)
|
|
198
|
+
|
|
199
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
91
200
|
|
|
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)
|
|
92
202
|
|
|
203
|
+
**Note:** Version bump only for package @feathersjs/memory
|
|
93
204
|
|
|
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)
|
|
94
206
|
|
|
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
|
|
212
|
+
|
|
213
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
214
|
+
|
|
215
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
216
|
+
|
|
217
|
+
### Features
|
|
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))
|
|
95
220
|
|
|
96
221
|
# Change Log
|
|
97
222
|
|
|
98
223
|
## [v4.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.1.0) (2019-10-07)
|
|
224
|
+
|
|
99
225
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v4.0.1...v4.1.0)
|
|
100
226
|
|
|
101
227
|
**Merged pull requests:**
|
|
@@ -103,6 +229,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
103
229
|
- Update all dependencies [\#104](https://github.com/feathersjs-ecosystem/feathers-memory/pull/104) ([daffl](https://github.com/daffl))
|
|
104
230
|
|
|
105
231
|
## [v4.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.0.1) (2019-09-29)
|
|
232
|
+
|
|
106
233
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v4.0.0...v4.0.1)
|
|
107
234
|
|
|
108
235
|
**Closed issues:**
|
|
@@ -118,6 +245,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
118
245
|
- Greenkeeper/webpack 4.36.1 [\#99](https://github.com/feathersjs-ecosystem/feathers-memory/pull/99) ([daffl](https://github.com/daffl))
|
|
119
246
|
|
|
120
247
|
## [v4.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v4.0.0) (2019-07-05)
|
|
248
|
+
|
|
121
249
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.2...v4.0.0)
|
|
122
250
|
|
|
123
251
|
**Merged pull requests:**
|
|
@@ -126,6 +254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
126
254
|
- Update mocha to the latest version 🚀 [\#94](https://github.com/feathersjs-ecosystem/feathers-memory/pull/94) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
127
255
|
|
|
128
256
|
## [v3.0.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.2) (2019-01-24)
|
|
257
|
+
|
|
129
258
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.1...v3.0.2)
|
|
130
259
|
|
|
131
260
|
**Closed issues:**
|
|
@@ -139,6 +268,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
139
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))
|
|
140
269
|
|
|
141
270
|
## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.1) (2018-12-29)
|
|
271
|
+
|
|
142
272
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v3.0.0...v3.0.1)
|
|
143
273
|
|
|
144
274
|
**Merged pull requests:**
|
|
@@ -146,6 +276,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
146
276
|
- Add default params to hook-less methods [\#89](https://github.com/feathersjs-ecosystem/feathers-memory/pull/89) ([daffl](https://github.com/daffl))
|
|
147
277
|
|
|
148
278
|
## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v3.0.0) (2018-12-17)
|
|
279
|
+
|
|
149
280
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.2.0...v3.0.0)
|
|
150
281
|
|
|
151
282
|
**Closed issues:**
|
|
@@ -161,6 +292,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
161
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))
|
|
162
293
|
|
|
163
294
|
## [v2.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.2.0) (2018-08-26)
|
|
295
|
+
|
|
164
296
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.3...v2.2.0)
|
|
165
297
|
|
|
166
298
|
**Closed issues:**
|
|
@@ -174,6 +306,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
174
306
|
- Update sift to the latest version 🚀 [\#76](https://github.com/feathersjs-ecosystem/feathers-memory/pull/76) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
175
307
|
|
|
176
308
|
## [v2.1.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.3) (2018-06-11)
|
|
309
|
+
|
|
177
310
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.2...v2.1.3)
|
|
178
311
|
|
|
179
312
|
**Closed issues:**
|
|
@@ -186,6 +319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
186
319
|
- Update shx to the latest version 🚀 [\#73](https://github.com/feathersjs-ecosystem/feathers-memory/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
187
320
|
|
|
188
321
|
## [v2.1.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.2) (2018-06-03)
|
|
322
|
+
|
|
189
323
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.1...v2.1.2)
|
|
190
324
|
|
|
191
325
|
**Merged pull requests:**
|
|
@@ -194,6 +328,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
194
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))
|
|
195
329
|
|
|
196
330
|
## [v2.1.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.1) (2018-03-07)
|
|
331
|
+
|
|
197
332
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.1.0...v2.1.1)
|
|
198
333
|
|
|
199
334
|
**Closed issues:**
|
|
@@ -208,6 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
208
343
|
- Update semistandard to the latest version 🚀 [\#65](https://github.com/feathersjs-ecosystem/feathers-memory/pull/65) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
209
344
|
|
|
210
345
|
## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.1.0) (2017-12-03)
|
|
346
|
+
|
|
211
347
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v2.0.0...v2.1.0)
|
|
212
348
|
|
|
213
349
|
**Merged pull requests:**
|
|
@@ -215,6 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
215
351
|
- Use namespaced module name for exporting [\#64](https://github.com/feathersjs-ecosystem/feathers-memory/pull/64) ([daffl](https://github.com/daffl))
|
|
216
352
|
|
|
217
353
|
## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v2.0.0) (2017-12-03)
|
|
354
|
+
|
|
218
355
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.3.1...v2.0.0)
|
|
219
356
|
|
|
220
357
|
**Merged pull requests:**
|
|
@@ -225,6 +362,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
225
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))
|
|
226
363
|
|
|
227
364
|
## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.3.1) (2017-10-20)
|
|
365
|
+
|
|
228
366
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.3.0...v1.3.1)
|
|
229
367
|
|
|
230
368
|
**Closed issues:**
|
|
@@ -237,6 +375,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
237
375
|
- Do not select the id by default [\#59](https://github.com/feathersjs-ecosystem/feathers-memory/pull/59) ([daffl](https://github.com/daffl))
|
|
238
376
|
|
|
239
377
|
## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.3.0) (2017-10-19)
|
|
378
|
+
|
|
240
379
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.2.1...v1.3.0)
|
|
241
380
|
|
|
242
381
|
**Merged pull requests:**
|
|
@@ -245,9 +384,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
245
384
|
- Update mocha to the latest version 🚀 [\#56](https://github.com/feathersjs-ecosystem/feathers-memory/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
246
385
|
|
|
247
386
|
## [v1.2.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.2.1) (2017-09-13)
|
|
387
|
+
|
|
248
388
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.2.0...v1.2.1)
|
|
249
389
|
|
|
250
390
|
## [v1.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.2.0) (2017-09-13)
|
|
391
|
+
|
|
251
392
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.1.0...v1.2.0)
|
|
252
393
|
|
|
253
394
|
**Closed issues:**
|
|
@@ -263,6 +404,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
263
404
|
- Update dependencies to enable Greenkeeper 🌴 [\#48](https://github.com/feathersjs-ecosystem/feathers-memory/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
264
405
|
|
|
265
406
|
## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.1.0) (2017-01-31)
|
|
407
|
+
|
|
266
408
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.0.1...v1.1.0)
|
|
267
409
|
|
|
268
410
|
**Merged pull requests:**
|
|
@@ -271,6 +413,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
271
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))
|
|
272
414
|
|
|
273
415
|
## [v1.0.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.0.1) (2016-11-15)
|
|
416
|
+
|
|
274
417
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v1.0.0...v1.0.1)
|
|
275
418
|
|
|
276
419
|
**Merged pull requests:**
|
|
@@ -278,6 +421,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
278
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))
|
|
279
422
|
|
|
280
423
|
## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v1.0.0) (2016-11-11)
|
|
424
|
+
|
|
281
425
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.8.1...v1.0.0)
|
|
282
426
|
|
|
283
427
|
**Closed issues:**
|
|
@@ -290,6 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
290
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))
|
|
291
435
|
|
|
292
436
|
## [v0.8.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.8.1) (2016-11-02)
|
|
437
|
+
|
|
293
438
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.8.0...v0.8.1)
|
|
294
439
|
|
|
295
440
|
**Merged pull requests:**
|
|
@@ -302,6 +447,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
302
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))
|
|
303
448
|
|
|
304
449
|
## [v0.8.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.8.0) (2016-09-08)
|
|
450
|
+
|
|
305
451
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.5...v0.8.0)
|
|
306
452
|
|
|
307
453
|
**Closed issues:**
|
|
@@ -314,9 +460,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
314
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))
|
|
315
461
|
|
|
316
462
|
## [v0.7.5](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.5) (2016-07-25)
|
|
463
|
+
|
|
317
464
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.4...v0.7.5)
|
|
318
465
|
|
|
319
466
|
## [v0.7.4](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.4) (2016-07-21)
|
|
467
|
+
|
|
320
468
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.3...v0.7.4)
|
|
321
469
|
|
|
322
470
|
**Merged pull requests:**
|
|
@@ -324,6 +472,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
324
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))
|
|
325
473
|
|
|
326
474
|
## [v0.7.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.3) (2016-06-16)
|
|
475
|
+
|
|
327
476
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.2...v0.7.3)
|
|
328
477
|
|
|
329
478
|
**Merged pull requests:**
|
|
@@ -331,6 +480,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
331
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))
|
|
332
481
|
|
|
333
482
|
## [v0.7.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.2) (2016-06-14)
|
|
483
|
+
|
|
334
484
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.1...v0.7.2)
|
|
335
485
|
|
|
336
486
|
**Closed issues:**
|
|
@@ -344,9 +494,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
344
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))
|
|
345
495
|
|
|
346
496
|
## [v0.7.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.1) (2016-04-05)
|
|
497
|
+
|
|
347
498
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.7.0...v0.7.1)
|
|
348
499
|
|
|
349
500
|
## [v0.7.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.7.0) (2016-04-04)
|
|
501
|
+
|
|
350
502
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.3...v0.7.0)
|
|
351
503
|
|
|
352
504
|
**Merged pull requests:**
|
|
@@ -354,6 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
354
506
|
- Move to feathers-commons utilities [\#20](https://github.com/feathersjs-ecosystem/feathers-memory/pull/20) ([daffl](https://github.com/daffl))
|
|
355
507
|
|
|
356
508
|
## [v0.6.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.3) (2016-02-25)
|
|
509
|
+
|
|
357
510
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.2...v0.6.3)
|
|
358
511
|
|
|
359
512
|
**Closed issues:**
|
|
@@ -365,6 +518,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
365
518
|
- Use individual Lodash methods [\#19](https://github.com/feathersjs-ecosystem/feathers-memory/pull/19) ([daffl](https://github.com/daffl))
|
|
366
519
|
|
|
367
520
|
## [v0.6.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.2) (2016-02-24)
|
|
521
|
+
|
|
368
522
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.1...v0.6.2)
|
|
369
523
|
|
|
370
524
|
**Merged pull requests:**
|
|
@@ -372,6 +526,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
372
526
|
- bumping feathers-errors version [\#16](https://github.com/feathersjs-ecosystem/feathers-memory/pull/16) ([ekryski](https://github.com/ekryski))
|
|
373
527
|
|
|
374
528
|
## [v0.6.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.1) (2016-02-22)
|
|
529
|
+
|
|
375
530
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.6.0...v0.6.1)
|
|
376
531
|
|
|
377
532
|
**Merged pull requests:**
|
|
@@ -379,6 +534,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
379
534
|
- Exmaple update [\#15](https://github.com/feathersjs-ecosystem/feathers-memory/pull/15) ([ekryski](https://github.com/ekryski))
|
|
380
535
|
|
|
381
536
|
## [v0.6.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.6.0) (2016-01-30)
|
|
537
|
+
|
|
382
538
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.3...v0.6.0)
|
|
383
539
|
|
|
384
540
|
**Merged pull requests:**
|
|
@@ -386,9 +542,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
386
542
|
- Use internal methods instead of service methods directly [\#13](https://github.com/feathersjs-ecosystem/feathers-memory/pull/13) ([daffl](https://github.com/daffl))
|
|
387
543
|
|
|
388
544
|
## [v0.5.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.3) (2016-01-23)
|
|
545
|
+
|
|
389
546
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.2...v0.5.3)
|
|
390
547
|
|
|
391
548
|
## [v0.5.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.2) (2016-01-23)
|
|
549
|
+
|
|
392
550
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.1...v0.5.2)
|
|
393
551
|
|
|
394
552
|
**Merged pull requests:**
|
|
@@ -396,12 +554,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
396
554
|
- Adding nsp check [\#12](https://github.com/feathersjs-ecosystem/feathers-memory/pull/12) ([marshallswain](https://github.com/marshallswain))
|
|
397
555
|
|
|
398
556
|
## [v0.5.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.1) (2015-12-19)
|
|
557
|
+
|
|
399
558
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.5.0...v0.5.1)
|
|
400
559
|
|
|
401
560
|
## [v0.5.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.5.0) (2015-12-03)
|
|
561
|
+
|
|
402
562
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.4.1...v0.5.0)
|
|
403
563
|
|
|
404
564
|
## [v0.4.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.4.1) (2015-12-03)
|
|
565
|
+
|
|
405
566
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/v0.4.0...v0.4.1)
|
|
406
567
|
|
|
407
568
|
**Merged pull requests:**
|
|
@@ -409,6 +570,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
409
570
|
- Use ES6 classes, Promises and support pagination [\#11](https://github.com/feathersjs-ecosystem/feathers-memory/pull/11) ([daffl](https://github.com/daffl))
|
|
410
571
|
|
|
411
572
|
## [v0.4.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/v0.4.0) (2015-11-07)
|
|
573
|
+
|
|
412
574
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.4...v0.4.0)
|
|
413
575
|
|
|
414
576
|
**Closed issues:**
|
|
@@ -424,6 +586,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
424
586
|
- Added support for simple query in find [\#6](https://github.com/feathersjs-ecosystem/feathers-memory/pull/6) ([ruimgoncalves](https://github.com/ruimgoncalves))
|
|
425
587
|
|
|
426
588
|
## [0.3.4](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.4) (2014-09-25)
|
|
589
|
+
|
|
427
590
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.3...0.3.4)
|
|
428
591
|
|
|
429
592
|
**Closed issues:**
|
|
@@ -431,12 +594,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
431
594
|
- Query and persisting Data [\#5](https://github.com/feathersjs-ecosystem/feathers-memory/issues/5)
|
|
432
595
|
|
|
433
596
|
## [0.3.3](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.3) (2014-06-13)
|
|
597
|
+
|
|
434
598
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.2...0.3.3)
|
|
435
599
|
|
|
436
600
|
## [0.3.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.2) (2014-06-13)
|
|
601
|
+
|
|
437
602
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.1...0.3.2)
|
|
438
603
|
|
|
439
604
|
## [0.3.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.1) (2014-06-13)
|
|
605
|
+
|
|
440
606
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.3.0...0.3.1)
|
|
441
607
|
|
|
442
608
|
**Closed issues:**
|
|
@@ -446,18 +612,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
446
612
|
- Need to return proper errors [\#1](https://github.com/feathersjs-ecosystem/feathers-memory/issues/1)
|
|
447
613
|
|
|
448
614
|
## [0.3.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.3.0) (2014-06-05)
|
|
615
|
+
|
|
449
616
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.2.1...0.3.0)
|
|
450
617
|
|
|
451
618
|
## [0.2.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.2.1) (2014-06-04)
|
|
619
|
+
|
|
452
620
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.2.0...0.2.1)
|
|
453
621
|
|
|
454
622
|
## [0.2.0](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.2.0) (2014-04-22)
|
|
623
|
+
|
|
455
624
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.1.2...0.2.0)
|
|
456
625
|
|
|
457
626
|
## [0.1.2](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.1.2) (2014-04-11)
|
|
627
|
+
|
|
458
628
|
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-memory/compare/0.1.1...0.1.2)
|
|
459
629
|
|
|
460
630
|
## [0.1.1](https://github.com/feathersjs-ecosystem/feathers-memory/tree/0.1.1) (2014-04-11)
|
|
461
631
|
|
|
462
|
-
|
|
463
|
-
\* *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