Release v0.11.0
Unclaimed project
Are you a maintainer of forms-angular? Claim this project to take control of your public changelog and roadmap.
Changelog
Probably the most opinionated framework in the world
Release v0.11.0
Release 0.9.0
Changed main server call API. Not ideal to do it with an X.X.x release but pre-1.0 anything goes.
var formsAngular = require('forms-angular');
var express = require('express');
var mongoose = require('mongoose');
var app = express();
var fng = new (formsAngular)(mongoose, app, {});