Skip to content

Releases: daigotanaka/mern-cljs

Pre-release 0.1.0

25 Jun 04:51
Compare
Choose a tag to compare
Pre-release 0.1.0 Pre-release
Pre-release

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

10 Apr 22:46
Compare
Choose a tag to compare
Minimal example Pre-release
Pre-release

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.