UNPKG

800 BMarkdownView Raw
1# 2.4.2
2
3- Adds missing uglify-js dependency
4
5# 2.4.1
6
7- Fix run-scripts to run the correct file
8- Fix config helper to return JSON and not a string
9- Add minified files for use in production
10
11# 2.4.0
12
13- Split the server file into separate modules
14- Added a search route to search for bookmarks based off of title and url
15- Added search functionality to the client facing react app
16- Lots of tests!
17
18# 2.3.0
19
20- Published to npm
21- Added support for command-line usage
22- Added support for requiring the app into your own node script
23
24# 2.2.0
25
26- Moved all CSS over to postCSS compiled with gulp.
27- Added HTTPS support
28
29# 2.1.0
30
31- Added redux
32- Added unit tests of front end components
33
34# 2.0.0
35
36- Complete redesign
37- Switched over from MongoDB to RethinkDB
38- Switched over to React for front end assets