Skip to content

Releases: umutozel/Beetle.js

Beetle.js v2.0

06 Jan 08:57
Compare
Choose a tag to compare
  • 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

Beetle.js v1.0

22 Aug 07:18
Compare
Choose a tag to compare

Stable. First GitHub release.
This release contains all the features listed in my version 1.0 roadmap.