Skip to content

Releases: akaish/KittyORM

KittyORM v0.1.4

26 May 13:45
Compare
Choose a tag to compare

[0.1.4]

26.05.19

Core

  • Added index order support;
  • added support for databases located in other locations than default app db directory;
  • added some child classes for KittyRuntimeException for better debugging.

KittyORM v0.1.2

28 Jan 04:32
Compare
Choose a tag to compare

[0.1.2]

28.01.19

Core

  • Some bug fixes
  • Switched to Apache v.2 license
  • Fixed naming for addColumn() method at condition builder
  • Added support for "column_name = ? AND #?fieldName = ?" condition syntax
  • Added methods to condition builder and mapper that support new condition syntax
  • Added new setting: return null on empty result sets, now by default mapper returns empty collections instead null on empty result sets

Demo

  • Switched to Apache v.2 license
  • Edited tutorials in order to show new "column_name = ? AND #?fieldName = ?" condition syntax
  • Few tutorial errors fixes
  • Fixed bg color on one pain main menu layout
  • Fixed launcher icon color
  • Launcher icon forced to be round

KittyORM v0.1.1

02 Jan 17:49
Compare
Choose a tag to compare

First KittyORM release.