|
| 1 | +## v.3.0.2 (Mar 17, 2019) |
| 2 | + |
| 3 | +- Use of remark to format markdown files |
| 4 | +- Fix: use of parseInt now provides a base |
| 5 | + |
1 | 6 | ## v.3.0.1 (Mar 15, 2019)
|
2 | 7 |
|
3 |
| -- NPM updated |
4 |
| -- README.md updated |
| 8 | +- NPM updated |
| 9 | +- README.md updated |
5 | 10 |
|
6 | 11 | ## v.3.0.0 (Mar 15, 2019)
|
7 | 12 |
|
8 |
| -- Demo added |
| 13 | +- Demo added |
9 | 14 |
|
10 | 15 | ## v.2.3.3 (Mar 15, 2019)
|
11 | 16 |
|
12 |
| -- Enable Redis based on env variable |
13 |
| -- API '/' route now renders an html view |
| 17 | +- Enable Redis based on env variable |
| 18 | +- API '/' route now renders an html view |
14 | 19 |
|
15 | 20 | ## v.2.3.2 (Mar 14, 2019)
|
16 | 21 |
|
17 |
| -- Test for npm publish |
| 22 | +- Test for npm publish |
18 | 23 |
|
19 | 24 | ## v.2.3.1 (Mar 14, 2019)
|
20 | 25 |
|
21 |
| -- Migrated to travis.com |
| 26 | +- Migrated to travis.com |
22 | 27 |
|
23 | 28 | ## v.2.3.0 (Mar 13, 2019)
|
24 | 29 |
|
25 |
| -- Added verification in response in test and development env |
26 |
| -- Added verification for default admin user in seeding |
27 |
| -- Added tests for cities and users with filters |
28 |
| -- All functions documentated with JSDoc |
29 |
| -- base.js renamed to utils.js |
| 30 | +- Added verification in response in test and development env |
| 31 | +- Added verification for default admin user in seeding |
| 32 | +- Added tests for cities and users with filters |
| 33 | +- All functions documentated with JSDoc |
| 34 | +- base.js renamed to utils.js |
30 | 35 |
|
31 | 36 | ## v.2.2.8 (Mar 12, 2019)
|
32 | 37 |
|
33 |
| -- Only builds in travis when tag is present |
| 38 | +- Only builds in travis when tag is present |
34 | 39 |
|
35 | 40 | ## v.2.2.7 (Mar 12, 2019)
|
36 | 41 |
|
37 |
| -- Verification code is showed on development and testing environments |
38 |
| -- NPM updated |
| 42 | +- Verification code is showed on development and testing environments |
| 43 | +- NPM updated |
39 | 44 |
|
40 | 45 | ## v.2.2.6 (Mar 11, 2019)
|
41 | 46 |
|
42 |
| -- Use of travis ci to automate deploy to npm |
43 |
| -- Added badge for tags in README.md |
| 47 | +- Use of travis ci to automate deploy to npm |
| 48 | +- Added badge for tags in README.md |
44 | 49 |
|
45 | 50 | ## v.2.2.2 (Mar 11, 2019)
|
46 | 51 |
|
47 |
| -- Use of travis ci to automate build and deploy |
48 |
| -- Added badge for travis build in README.md |
| 52 | +- Use of travis ci to automate build and deploy |
| 53 | +- Added badge for travis build in README.md |
49 | 54 |
|
50 | 55 | ## v.2.2.1 (Mar 10, 2019)
|
51 | 56 |
|
52 |
| -- Added badge for npm downloads in README.md |
| 57 | +- Added badge for npm downloads in README.md |
53 | 58 |
|
54 | 59 | ## v.2.2.0 (Mar 10, 2019)
|
55 | 60 |
|
56 |
| -- Filtering from multiple fields redesigned |
| 61 | +- Filtering from multiple fields redesigned |
57 | 62 |
|
58 | 63 | ## v.2.1.10 (Mar 10, 2019)
|
59 | 64 |
|
60 |
| -- NPM updated |
61 |
| -- FIX: creation of users were not saving data that validator was asking |
| 65 | +- NPM updated |
| 66 | +- FIX: creation of users were not saving data that validator was asking |
62 | 67 |
|
63 | 68 | ## v.2.1.9 (Mar 9, 2019)
|
64 | 69 |
|
65 |
| -- NPM run lint added |
| 70 | +- NPM run lint added |
66 | 71 |
|
67 | 72 | ## v.2.1.8 (Mar 9, 2019)
|
68 | 73 |
|
69 |
| -- New implementation for query on cities and users |
70 |
| -- More data on seeding |
71 |
| -- NPM updated |
| 74 | +- New implementation for query on cities and users |
| 75 | +- More data on seeding |
| 76 | +- NPM updated |
72 | 77 |
|
73 | 78 | ## v.2.1.7 (Mar 4, 2019)
|
74 | 79 |
|
75 |
| -- More tests added |
| 80 | +- More tests added |
76 | 81 |
|
77 | 82 | ## v.2.1.6 (Mar 4, 2019)
|
78 | 83 |
|
79 |
| -- Better testing |
| 84 | +- Better testing |
80 | 85 |
|
81 | 86 | ## v.2.1.5 (Mar 4, 2019)
|
82 | 87 |
|
83 |
| -- Istambul nyc code coverage added |
| 88 | +- Istambul nyc code coverage added |
84 | 89 |
|
85 | 90 | ## v.2.1.4 (Mar 4, 2019)
|
86 | 91 |
|
87 |
| -- Verification added only in tests responses at registration and forgot password |
88 |
| -- NPM updated |
89 |
| -- FIXED: User creation locale param was missing |
| 92 | +- Verification added only in tests responses at registration and forgot password |
| 93 | +- NPM updated |
| 94 | +- FIXED: User creation locale param was missing |
90 | 95 |
|
91 | 96 | ## v.2.1.3 (Mar 2, 2019)
|
92 | 97 |
|
93 |
| -- Verification removed from responses at registration and forgot password (They were being used for testing and somehow made it here) |
| 98 | +- Verification removed from responses at registration and forgot password (They were being used for testing and somehow made it here) |
94 | 99 |
|
95 | 100 | ## v.2.1.2 (Mar 2, 2019)
|
96 | 101 |
|
97 |
| -- FEATURE: Install nodemon in devDependencies [\#9](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/9) |
98 |
| -- Typos |
99 |
| -- README.md updated |
| 102 | +- FEATURE: Install nodemon in devDependencies [#9](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/9) |
| 103 | +- Typos |
| 104 | +- README.md updated |
100 | 105 |
|
101 | 106 | ## v.2.1.1 (Feb 27, 2019)
|
102 | 107 |
|
103 |
| -- README.md updated |
| 108 | +- README.md updated |
104 | 109 |
|
105 | 110 | ## v.2.1.0 (Feb 27, 2019)
|
106 | 111 |
|
107 |
| -- i18n added for registration email and forgot password email |
108 |
| -- Typos |
| 112 | +- i18n added for registration email and forgot password email |
| 113 | +- Typos |
109 | 114 |
|
110 | 115 | ## v.2.0.1 (Feb 27, 2019)
|
111 | 116 |
|
112 |
| -- Error response regression |
113 |
| -- NPM updated |
| 117 | +- Error response regression |
| 118 | +- NPM updated |
114 | 119 |
|
115 | 120 | ## v.2.0.0 (Feb 24, 2019)
|
116 | 121 |
|
117 |
| -- Breaking changes for success and error responses |
118 |
| -- Added new endpoint in /profile/changePassword |
119 |
| -- Fixes in tests |
120 |
| -- Fixes in validations |
121 |
| -- NPM updated |
| 122 | +- Breaking changes for success and error responses |
| 123 | +- Added new endpoint in /profile/changePassword |
| 124 | +- Fixes in tests |
| 125 | +- Fixes in validations |
| 126 | +- NPM updated |
122 | 127 |
|
123 | 128 | ## v.1.2.12 (Feb 18, 2019)
|
124 | 129 |
|
125 |
| -- NPM updated |
126 |
| -- CHANGELOG fixes |
127 |
| -- Typos |
| 130 | +- NPM updated |
| 131 | +- CHANGELOG fixes |
| 132 | +- Typos |
128 | 133 |
|
129 | 134 | ## v.1.2.11 (Feb 11, 2019)
|
130 | 135 |
|
131 |
| -- NPM updated |
132 |
| -- Removed pm2 from start script in package.json |
133 |
| -- server.js now inits redis stuff only in production |
| 136 | +- NPM updated |
| 137 | +- Removed pm2 from start script in package.json |
| 138 | +- server.js now inits redis stuff only in production |
134 | 139 |
|
135 | 140 | ## v.1.2.10 (Feb 9, 2019)
|
136 | 141 |
|
137 |
| -- package.json updated |
| 142 | +- package.json updated |
138 | 143 |
|
139 | 144 | ## v.1.2.9 (Feb 9, 2019)
|
140 | 145 |
|
141 |
| -- CHANGELOG updated |
| 146 | +- CHANGELOG updated |
142 | 147 |
|
143 | 148 | ## v.1.2.8 (Feb 9, 2019)
|
144 | 149 |
|
145 |
| -- NPM updated |
| 150 | +- NPM updated |
146 | 151 |
|
147 | 152 | ## v.1.2.7 (Dec 4, 2018)
|
148 | 153 |
|
149 |
| -- FIXED: Error message standarization [\#6](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/6) |
150 |
| -- Role property is returned in profile |
| 154 | +- FIXED: Error message standarization [#6](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/6) |
| 155 | +- Role property is returned in profile |
151 | 156 |
|
152 | 157 | ## v.1.2.6 (Dec 1, 2018)
|
153 | 158 |
|
154 |
| -- FIXED: Password length validation in profile [\#5](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/5) |
155 |
| -- Role property is returned in profile |
| 159 | +- FIXED: Password length validation in profile [#5](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/5) |
| 160 | +- Role property is returned in profile |
156 | 161 |
|
157 | 162 | ## v.1.2.5 (Dec 1, 2018)
|
158 | 163 |
|
159 |
| -- Comments |
| 164 | +- Comments |
160 | 165 |
|
161 | 166 | ## v.1.2.4 (Dec 1, 2018)
|
162 | 167 |
|
163 |
| -- FIXED: Not standardized response on error [\#4](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/4) |
164 |
| -- NPM updated |
| 168 | +- FIXED: Not standardized response on error [#4](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/4) |
| 169 | +- NPM updated |
165 | 170 |
|
166 | 171 | ## v.1.2.3 (Nov 28, 2018)
|
167 | 172 |
|
168 |
| -- FIXED: Password not encrypted when updating in profile [\#3](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/3) |
169 |
| -- NPM updated |
| 173 | +- FIXED: Password not encrypted when updating in profile [#3](https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton/issues/3) |
| 174 | +- NPM updated |
170 | 175 |
|
171 | 176 | ## v.1.2.2 (Nov 8, 2018)
|
172 | 177 |
|
173 |
| -- NPM updated |
| 178 | +- NPM updated |
174 | 179 |
|
175 | 180 | ## v.1.2.1 (Nov 5, 2018)
|
176 | 181 |
|
177 |
| -- Cache API responses only in production mode |
| 182 | +- Cache API responses only in production mode |
178 | 183 |
|
179 | 184 | ## v.1.2.0 (Nov 5, 2018)
|
180 | 185 |
|
181 |
| -- Use of REDIS to cache API responses |
182 |
| -- NPM updated |
| 186 | +- Use of REDIS to cache API responses |
| 187 | +- NPM updated |
183 | 188 |
|
184 | 189 | ## v.1.1.3 (Oct 24, 2018)
|
185 | 190 |
|
186 |
| -- Seeding Fix due to changes on new mongo-seeding package |
| 191 | +- Seeding Fix due to changes on new mongo-seeding package |
187 | 192 |
|
188 | 193 | ## v.1.1.2 (Oct 23, 2018)
|
189 | 194 |
|
190 |
| -- NPM updated |
| 195 | +- NPM updated |
191 | 196 |
|
192 | 197 | ## v.1.1.1 (Sep 28, 2018)
|
193 | 198 |
|
194 |
| -- Clean and Seed with async/await |
195 |
| -- Fixes |
| 199 | +- Clean and Seed with async/await |
| 200 | +- Fixes |
196 | 201 |
|
197 | 202 | ## v.1.0.1 (Sep 21, 2018)
|
198 | 203 |
|
199 |
| -- Added keywords to package.json |
| 204 | +- Added keywords to package.json |
200 | 205 |
|
201 | 206 | ## v.1.0.0 (Sep 20, 2018)
|
202 | 207 |
|
203 |
| -- First stable release |
| 208 | +- First stable release |
0 commit comments