File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 4.4"
4
- - " 5.7"
5
- - " 6.1"
3
+ - ' 4.4'
4
+ - ' 5.7'
5
+ - ' 6.1'
6
+ deploy :
7
+ provider : npm
8
+ on :
9
+ tags : true
10
+ all_branches : true
11
+ condition : " $TRAVIS_JOB_NUMBER = $TRAVIS_BUILD_NUMBER.1"
12
+ repo : ParsePlatform/parse-dashboard
13
+ email :
14
+ secure : NVlNLZh4bsCUaO1qYdXp6DpYnISQIXqz0xIaMfPI06CqFErkqlodWD7aOOYT2LyKos1f9QbQBbURl27drtJLudNqIXfMFbWMc0MwDJp4fJBa6vRFdn1jYNDcrqTbdAAoH5z6SU4r7YdiPz5pIJ7XjMajryaB7dAZLNiuZaTeTboF6QEQj+j+bw9IMcuiDIxQt3t+5f9Raah1HwZX5h5CBXS8voE97deCpf6jdVt3gaKvnZGvTvnDfYBsvmDE2ueqFK/xjt240PMArxqTbkEVFl/7Gti5jurLIKtX7StNsEZZZiGJS2+E9Px5nSFMM3JKnfD5Cj6IZxqobL9mQ4KueaL3tX5BOnbHfSpJs2t3Lp8TO0hnpmn8w/d7pekOjH3LihgC7AbZ3/ark9ZvPvP63XKhivKL4NuvNa+8yHeQNOLIzOjTPZl7ZS6XkibwxsOtgasMQWK4/Ttg6/jHHPjaXbnqn7ZoIM2GPZBv22xaReIWSRJdgW8G9ceSBEIIZFONkKsH0apDDq3eHg0vNEI4R3oEmV6t/R9yvpCzarfNLn5+l80ztMM+rX91eXT8B5V8Mpy+7urbQwIoFLUGRPDxbofEqEm8S6sLsjyYe7VnxBC4Lhir3DFxYL0+q5YLfhq64AejA4BM65+v5SyvXCUvyakzsRsydU230sJyaONHD5I=
15
+ api_key :
16
+ secure : k3c9OMqlY5fZ4E+G1IataTfChw+Qyd3b/VkoQiKri6AD795RKKB4lfV69PyfQJ2Mlw8nKp8CkQKYPRgf8as23xg4XSNkoaQOeL5kTRFuN+T5BEEoS/eJVx276csQ0edHfYGwW4rM4AbdPjlr+8CjmNqsYRmCXHYF5HiNIIaD+Y9fU4hMpx5JZvmVI0NePZzEe4wAFiCQ2doqeXdam808qNHInl2BayZLPZyU7dLAk+CBH+gTL4u9bn2Q4eWwICB8XI2heIm6i9oXJUReSCLY387FyowtGeepH/Q3g6JDxKmZ3qw+biYdyyk9TJdDfPUcjWHDlD+pQAHiBOUtxLh+5wVi9lIYaYHJDC74KRPmxgKyTvGf41z7q8IcK9dc3Eu5JIqtGmzpkCHYBHHkQ29W75sHOW8OuI/7VAZDr5pjZqU7LE9dHuk2Da8EccJQ1WHkBul3Tt36YWL1TtsgyE+PbpxOdq72+71Ji0Zh3O6udgVqBEZKFz6Fow7cMUUTWCy5oMSPdjqwW3C/jyB2tpliZfX1Lq+hysCwAjuKNhegyOwOGshf9xW0JcjBcHN+Q6fCaKlN8R/MRkMk1CRcbzxwt4SMKIskR/YgmbJ0ozaC5uI/HkKKpno+VTjPRKpzFBBA6L+ZWnt+0KLsjOjO6ITF1WjAfHK9lBBLjd87jWgsBBE=
Original file line number Diff line number Diff line change 1
1
## Parse Dashboard Changelog
2
2
3
+ ### 1.0.19
4
+
5
+ * New: Support for trusting proxies w/ HTTPS
6
+ * New: Support for filtering string with ` ends with `
7
+ * New: View parse-server based jobs
8
+ * New: Button to add rows from browser toolbar
9
+ * New: Support for encrypted passwords
10
+ * New: Support for sorting by ` createdAt `
11
+ * Improvement: Push audiences support
12
+ * Fix: Calendar dates support
13
+
3
14
### 1.0.18
4
15
5
16
* Fix: Revert history change that was causing issues when mounting on express
Original file line number Diff line number Diff line change 20
20
],
21
21
"homepage" : " https://github.com/ParsePlatform/parse-dashboard" ,
22
22
"bugs" : " https://github.com/ParsePlatform/parse-dashboard/issues" ,
23
- "version" : " 1.0.18 " ,
23
+ "version" : " 1.0.19 " ,
24
24
"repository" : {
25
25
"type" : " git" ,
26
26
"url" : " https://github.com/ParsePlatform/parse-dashboard"
You can’t perform that action at this time.
0 commit comments