Releases: daigotanaka/mern-cljs
Releases · daigotanaka/mern-cljs
Pre-release 0.1.0
There is a breaking changes so I bumped the minor version from 0.0.1 to 0.1.0.
New
- Replaced Dynamoose to Vogels
- Bunyan for logging
- Production build setting in project.cljs files in example app
- Added sample Docker files
Bug fixes
- Fix upsert issue when API token expires
- Separated backend-lib and frontend-lib so browser does not complain that node.js is not found and protect sensitive information.
Minimal example
See README. Good enough to show off. No production deployment code yet. Only tested positive flows only and probably bugs here and there. I am still to new to Clojure, so bear with me and help me learn.