Skip to content

Roadmap

王爵nice edited this page Apr 16, 2018 · 6 revisions

Anima roadmap

0.2.0

  • remove HasOneHasMany annotation
  • add join method

0.1.2

  • fixed paging closed connection

0.0.8

0.0.7

  • Add sql2o test code
  • Optimization code
  • Allow use sql limit

0.0.6

  • Add HasOneHasManyBelongsTo Relation
  • Improve program performance, add AnimaCache class
  • Support custom Exception rollback type

0.0.5

  • Add or method
  • Support lambda expression

0.0.4

  • Add gtltgtelte method
  • Finished #2 #6
  • ResultKey add asString() method
  • Add database dialect

0.0.3

  • Fixed SQLite transaction BUG
  • Features: Batch Save and Delete

0.0.1

  • Provide basic additions and deletions
  • Tested on H2 and MySQL database
  • Support transaction
  • Release the first version