Skip to content

Releases: vitaminjs/vitamin

v0.8.4

18 Jan 23:06
Compare
Choose a tag to compare
  • Remove vitamin-query dependency
  • Update the Collection API (add search, promise and other methods)

v0.8.3

27 Sep 04:58
Compare
Choose a tag to compare
  • Add the belongs-to-many relationship toggle method
  • Update README.md
  • Fix some bugs

ES6 version of vitamin

04 Sep 16:28
Compare
Choose a tag to compare

This is a breaking changes version, Vitamin become a Data Mapper implementation instead of the Active Record. So the mapping logic was moved to the Mapper class

  • Export the BaseModel, BaseQuery and Events to separate projects
  • Wrote in ES6 style and use babeljs as compiler
  • Add the polymorphic relationships
  • Add models registry
  • Provide a new API

First release as ActiveRecord library

11 Jun 00:40
Compare
Choose a tag to compare