Skip to content

Releases: wslongchen/akita

0.3.5 Release

21 Dec 11:22
3b35eb4
Compare
Choose a tag to compare
  1. Add the fill annotion
  2. Fixed some bugs.

0.3.4 Release

13 Dec 10:59
dbab83f
Compare
Choose a tag to compare

Fixed Some bugs.

1.Fix or conditional query in wrapper
2.Fixed some bugs.

0.3.3 Release

08 Dec 03:47
7a35169
Compare
Choose a tag to compare

Something better

  1. add create akita_core
  2. change some style

0.3.2 Release

29 Nov 10:36
14282ba
Compare
Choose a tag to compare

feat(develop): Add Features.

1.Optimize some usage scenarios
2.Adjust the return value of the insert method
3.Some AkitaData methods have been added

0.3.1 Release

27 Nov 15:01
5806f2d
Compare
Choose a tag to compare

Something better

  1. Fix when conversion type is serde_json panic error in value
    2.Add Akita method to operate relevant data more conveniently
    3.Fixed some bugs.

0.3.0 Release

23 Nov 10:04
d9a5292
Compare
Choose a tag to compare

feat(0.3.0): Some features have been updated
1.The input parameter of query method is changed from array slice to tuple
2.akita-auth feature is added to support database related permissions and user operations
3.Fixed some known issues

0.2.11 Release

05 Sep 12:55
79d7d29
Compare
Choose a tag to compare

feat(0.2.0): Added SQLite support

  1. New SQLite database support
  2. Treat MySQL and SQLite as features
  3. Optimized part of the code and configuration

0.2.10 Release

04 Sep 05:45
631dba2
Compare
Choose a tag to compare

feat(0.2.0): Fixed some bugs.

  1. Fix the default value of field initialization when exist is false
  2. Adjust update_by_id method, which directly uses the ID field inside the structure to update

0.2.9 Release

03 Sep 10:11
877f022
Compare
Choose a tag to compare

feat(0.2.0): Fixed some bugs.

  1. Fix incompatibility of multiple sort statements
  2. Remove some of the latest APIs from HashMap

0.2.8 Release

29 Aug 10:53
89e8edb
Compare
Choose a tag to compare

feat(0.2.0): Fixed some bugs.

  1. Add log support
  2. Fixed NavieDateTime for segments