Beetle.js Versions Save

:beetle: Javascript ORM, manage your data easily.

2.0

8 years ago
  • 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

1.0

9 years ago

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