Skip to content

Releases: momentumframework/momentum

Merge pull request #7 from momentumframework/v0.8.1

07 Mar 22:32
b3c0513
Compare
Choose a tag to compare

v0.8.0

16 Feb 18:55
Compare
Choose a tag to compare
  • New mvf cli, easily scaffold projects and generate components such as services, controllers, and modules
  • Transformers. Allow transformations to input parameters.
  • New internal logger with the ability to filter and customize logging
  • Server exceptions, which enable applications to throw exceptions to return error responses (400 and 500 codes)
  • Global exception handlers. Allow applications to catch and handle unhandled exceptions.
  • MVC error pages. When unhandled errors occur, MVC applications can render a custom error page.

Fixing install versioning

16 Feb 01:16
b92b1ed
Compare
Choose a tag to compare
Merge pull request #6 from momentumframework/cli-install-version-fix-2

fix(cli): fixing version for real.

Fixing install versioning

16 Feb 00:54
13b7502
Compare
Choose a tag to compare
Merge pull request #5 from momentumframework/cli-install-version-fix

fix(cli-install-version): forcing the version in install

v0.7.4: Merge pull request #4 from momentumframework/cli-generate-fix

16 Feb 00:06
449d9c1
Compare
Choose a tag to compare

v0.7.3

15 Feb 21:16
Compare
Choose a tag to compare
fix(cli): add install command name

v0.7.2

15 Feb 19:17
Compare
Choose a tag to compare
refactor(logger): change logger and logger decorator names

v0.7.1

11 Feb 05:06
Compare
Choose a tag to compare
docs(readme): link readme to doc.deno.land pages

v0.7.0

06 Feb 15:48
Compare
Choose a tag to compare
  • Modules now precache their dependency graph
  • Add MVC view helpers
  • Add MVC partial views
  • Static file module bugfix to correct some content types

v0.6.3: Fix DI bug where value provider was incorrectly indentified

31 Jan 05:26
Compare
Choose a tag to compare
as a constructor when useValue is undefined