Skip to content

Commit 6f354c1

Browse files
committed
Use of remark
1 parent 09a68dd commit 6f354c1

File tree

6 files changed

+798
-430
lines changed

6 files changed

+798
-430
lines changed

CHANGELOG.md

+80-75
Original file line numberDiff line numberDiff line change
@@ -1,203 +1,208 @@
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+
16
## v.3.0.1 (Mar 15, 2019)
27

3-
- NPM updated
4-
- README.md updated
8+
- NPM updated
9+
- README.md updated
510

611
## v.3.0.0 (Mar 15, 2019)
712

8-
- Demo added
13+
- Demo added
914

1015
## v.2.3.3 (Mar 15, 2019)
1116

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
1419

1520
## v.2.3.2 (Mar 14, 2019)
1621

17-
- Test for npm publish
22+
- Test for npm publish
1823

1924
## v.2.3.1 (Mar 14, 2019)
2025

21-
- Migrated to travis.com
26+
- Migrated to travis.com
2227

2328
## v.2.3.0 (Mar 13, 2019)
2429

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
3035

3136
## v.2.2.8 (Mar 12, 2019)
3237

33-
- Only builds in travis when tag is present
38+
- Only builds in travis when tag is present
3439

3540
## v.2.2.7 (Mar 12, 2019)
3641

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
3944

4045
## v.2.2.6 (Mar 11, 2019)
4146

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
4449

4550
## v.2.2.2 (Mar 11, 2019)
4651

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
4954

5055
## v.2.2.1 (Mar 10, 2019)
5156

52-
- Added badge for npm downloads in README.md
57+
- Added badge for npm downloads in README.md
5358

5459
## v.2.2.0 (Mar 10, 2019)
5560

56-
- Filtering from multiple fields redesigned
61+
- Filtering from multiple fields redesigned
5762

5863
## v.2.1.10 (Mar 10, 2019)
5964

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
6267

6368
## v.2.1.9 (Mar 9, 2019)
6469

65-
- NPM run lint added
70+
- NPM run lint added
6671

6772
## v.2.1.8 (Mar 9, 2019)
6873

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
7277

7378
## v.2.1.7 (Mar 4, 2019)
7479

75-
- More tests added
80+
- More tests added
7681

7782
## v.2.1.6 (Mar 4, 2019)
7883

79-
- Better testing
84+
- Better testing
8085

8186
## v.2.1.5 (Mar 4, 2019)
8287

83-
- Istambul nyc code coverage added
88+
- Istambul nyc code coverage added
8489

8590
## v.2.1.4 (Mar 4, 2019)
8691

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
9095

9196
## v.2.1.3 (Mar 2, 2019)
9297

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)
9499

95100
## v.2.1.2 (Mar 2, 2019)
96101

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
100105

101106
## v.2.1.1 (Feb 27, 2019)
102107

103-
- README.md updated
108+
- README.md updated
104109

105110
## v.2.1.0 (Feb 27, 2019)
106111

107-
- i18n added for registration email and forgot password email
108-
- Typos
112+
- i18n added for registration email and forgot password email
113+
- Typos
109114

110115
## v.2.0.1 (Feb 27, 2019)
111116

112-
- Error response regression
113-
- NPM updated
117+
- Error response regression
118+
- NPM updated
114119

115120
## v.2.0.0 (Feb 24, 2019)
116121

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
122127

123128
## v.1.2.12 (Feb 18, 2019)
124129

125-
- NPM updated
126-
- CHANGELOG fixes
127-
- Typos
130+
- NPM updated
131+
- CHANGELOG fixes
132+
- Typos
128133

129134
## v.1.2.11 (Feb 11, 2019)
130135

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
134139

135140
## v.1.2.10 (Feb 9, 2019)
136141

137-
- package.json updated
142+
- package.json updated
138143

139144
## v.1.2.9 (Feb 9, 2019)
140145

141-
- CHANGELOG updated
146+
- CHANGELOG updated
142147

143148
## v.1.2.8 (Feb 9, 2019)
144149

145-
- NPM updated
150+
- NPM updated
146151

147152
## v.1.2.7 (Dec 4, 2018)
148153

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
151156

152157
## v.1.2.6 (Dec 1, 2018)
153158

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
156161

157162
## v.1.2.5 (Dec 1, 2018)
158163

159-
- Comments
164+
- Comments
160165

161166
## v.1.2.4 (Dec 1, 2018)
162167

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
165170

166171
## v.1.2.3 (Nov 28, 2018)
167172

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
170175

171176
## v.1.2.2 (Nov 8, 2018)
172177

173-
- NPM updated
178+
- NPM updated
174179

175180
## v.1.2.1 (Nov 5, 2018)
176181

177-
- Cache API responses only in production mode
182+
- Cache API responses only in production mode
178183

179184
## v.1.2.0 (Nov 5, 2018)
180185

181-
- Use of REDIS to cache API responses
182-
- NPM updated
186+
- Use of REDIS to cache API responses
187+
- NPM updated
183188

184189
## v.1.1.3 (Oct 24, 2018)
185190

186-
- Seeding Fix due to changes on new mongo-seeding package
191+
- Seeding Fix due to changes on new mongo-seeding package
187192

188193
## v.1.1.2 (Oct 23, 2018)
189194

190-
- NPM updated
195+
- NPM updated
191196

192197
## v.1.1.1 (Sep 28, 2018)
193198

194-
- Clean and Seed with async/await
195-
- Fixes
199+
- Clean and Seed with async/await
200+
- Fixes
196201

197202
## v.1.0.1 (Sep 21, 2018)
198203

199-
- Added keywords to package.json
204+
- Added keywords to package.json
200205

201206
## v.1.0.0 (Sep 20, 2018)
202207

203-
- First stable release
208+
- First stable release

CODE_OF_CONDUCT.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo
88

99
Examples of behavior that contributes to creating a positive environment include:
1010

11-
* Using welcoming and inclusive language
12-
* Being respectful of differing viewpoints and experiences
13-
* Gracefully accepting constructive criticism
14-
* Focusing on what is best for the community
15-
* Showing empathy towards other community members
11+
- Using welcoming and inclusive language
12+
- Being respectful of differing viewpoints and experiences
13+
- Gracefully accepting constructive criticism
14+
- Focusing on what is best for the community
15+
- Showing empathy towards other community members
1616

1717
Examples of unacceptable behavior by participants include:
1818

19-
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20-
* Trolling, insulting/derogatory comments, and personal or political attacks
21-
* Public or private harassment
22-
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23-
* Other conduct which could reasonably be considered inappropriate in a professional setting
19+
- The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
- Trolling, insulting/derogatory comments, and personal or political attacks
21+
- Public or private harassment
22+
- Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
- Other conduct which could reasonably be considered inappropriate in a professional setting
2424

2525
## Our Responsibilities
2626

@@ -43,4 +43,5 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4343
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
4444

4545
[homepage]: http://contributor-covenant.org
46+
4647
[version]: http://contributor-covenant.org/version/1/4/

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Contributing
2-
================================================================================
1+
# Contributing
32

43
Awesome! We're happy that you want to contribute.
54

0 commit comments

Comments
 (0)