objective_db 0.1.1+11
objective_db: ^0.1.1+11 copied to clipboard
JSON based Database
0.1.1+11 #
- Fixed a stupid mistake on the delete key function that would unnecessarily call a function recursively.
0.1.0+10 #
- More modifications to delete function functionality
0.0.9+9 #
- Delete function now deletes any kind of valid data type
0.0.8+8 #
- Program wasn't allowing to delete booleans
0.0.7+7 #
- Encryption feature added. Now you can encrypt and decrypt entire databases using RSA.
0.0.6+6 #
- Fixed issue. Boolean values were throwing unsupported data types. My Bad :)
0.0.5+5 #
- Move method added
- Swap method added
0.0.4+4 #
- deleteKey function added
- Could not insert an empty list before this update
- Can now insert values into empty lists
- Bug fixes (now should behave as intended)
0.0.3+3 #
- Now accepts arrays/Lists of String, int and double
0.0.2+2 #
- Added a description to the delete method on the README
- Corrected a word's spelling on the README
0.0.1+1 #
- Initial experimental version.