Changelog ========= libJournal v.2.1.0 ------------------ **Fixed Problems from v2.0.0, Syntax Changes, etc.** - Renamed format_db() to setup_db() - Added consistency between parameters create_db() and setup_db() - Fixed index error in __set_latest_entry_number() - Fixed type error in __entry_iterate - Updated documentation error from 2.0.0 - Fixed other outdated documentation BROKEN VERSION: libJournal v.2.0.0 ---------------------------------- **New Storage, Syntax, and Commands** - Moved to SQL storage instead of JSON - New syntax for existing methods - New search & read methods by name, date, or identifier numbers - Allows for repeating entry names - Added unique identifier numbers - For more, please check the documentation libJournal v1.2.2 ----------------- **Fixed Bugs Involving 'create_json()'** - Previous bug in which arguments passed through `create_json()` would not register has been fixed by adding `str` requirement - Pypi upload bug has been fixed from 1.2.1 libJournal v1.2.0 ----------------- **New Method** - New method `create_json()` added: takes in `json_name` as a argument and creates `json_name.json` libJournal v1.1.0 ----------------- **New Method, Syntax, and More!** - `find_entry()` method; finds entries and returns true or false - `set_JSON_location()` has been changed to `set_json_location` - `entry_read()` has been changed to `read_entry()` for consistency - New self method `open_json()` has been added for profeciency - Main file name has been changed from `json_journal.py` to `libj.py` - All date & time functions have been moved to `libj_dt.py` libJournal v1.0 ----------------- **Syntax & Pypi Fixes** - Fixed syntax of add & delete methods - Fixed incorrect information inside `setup.py`