Skip to content

Beetle.js v2.0

Latest
Compare
Choose a tag to compare
@umutozel umutozel released this 06 Jan 08:57
· 404 commits to master since this release
  • Entity Framework like syntax;
    • Entity class and enum registration (to manager and global scope; usage: new Company() or new manager.Company())
    • EntitySet inheriting from EntityQuery like DbSet (usage: manager.Companies.add, manager.Companies.where...)
  • Improved Angular.js support;
    • Angular.js ajax provider (using $http)
    • Angular.js promise provider (using $q)
  • Improved beetle client settings
  • Mvc controller Task support (via BeetleContentResult, Task actions must return ActionResult)
  • JSON array constructor vulnerability fix
  • More public API

For detailed changes, please check commit history.

Latest nuget packages: https://www.nuget.org/packages?q=beetlejs