Skip to content

What's new in 1.1

Compare
Choose a tag to compare
@satyan satyan released this 21 Feb 11:36
· 440 commits to master since this release

Static api doesn't take context anymore. Hence

Book.findById(context, Book.class, 1);

becomes

Book.findById(Book.class, 1);
Some cleanup in the code.