UNPKG

1.01 kBMarkdownView Raw
1# 2.4.7
2
3- Dependency updates
4
5# 2.4.6
6
7- Update react-router
8- Apply placeholder styles to all browsers that support it
9
10# 2.4.5
11
12- Update postcss-import
13
14# 2.4.4
15
16- Update PM2
17
18# 2.4.3
19
20- Update dependencies
21
22# 2.4.2
23
24- Adds missing uglify-js dependency
25
26# 2.4.1
27
28- Fix run-scripts to run the correct file
29- Fix config helper to return JSON and not a string
30- Add minified files for use in production
31
32# 2.4.0
33
34- Split the server file into separate modules
35- Added a search route to search for bookmarks based off of title and url
36- Added search functionality to the client facing react app
37- Lots of tests!
38
39# 2.3.0
40
41- Published to npm
42- Added support for command-line usage
43- Added support for requiring the app into your own node script
44
45# 2.2.0
46
47- Moved all CSS over to postCSS compiled with gulp.
48- Added HTTPS support
49
50# 2.1.0
51
52- Added redux
53- Added unit tests of front end components
54
55# 2.0.0
56
57- Complete redesign
58- Switched over from MongoDB to RethinkDB
59- Switched over to React for front end assets