Releases: corsali/userdata-extractor
Releases · corsali/userdata-extractor
v0.3.1 - October 11, 2022
v0.3.0 - October 4, 2022
- Add
csvExtractorclass for extracting CSV files - Add extractor for
NetflixWatchHistory.csv - Add a few more Facebook and Instagram extractors
v0.2.1 - September 26, 2022
- Add more structuring to Facebook, including Facebook comments
- Added
jsonTableTypefor storing JSON values in SQLite
v0.2.0 - September 20, 2022
- Populate different services in different databases
- Better error handling when multiple queries provided
- Refactor
runQueryinput from string to string[] - Update
extractTablesFromSqlQueryutil to handle namespaced table names
v0.1.0 - September 8, 2022
- Add several new Instagram extractors
- Update sql.js to 1.8.0 and pin wasm binary to a specific version
v0.0.5 - August 15, 2022
- Add support for Instagram stories and post comments
v0.0.4 - August 11, 2022
- Export additional types (CU-2tdtbjg) #11
v0.0.3 - August 3, 2022
- Disable Web Workers in ZipJS to fix Webkit support (CU-39nt0qq) #10
v0.0.2 - July 29, 2022
- Allow multiple SQL queries to run in one runQuery (CU-2pxh3br) #9
- Provide helper util
extractPermissionsFromQueryto extract table names from a query
v0.0.1 - July 7, 2022
- Initial release
- Migrate
sanitizeZipFilefromcorsali-gui - Migrate
validateZipFilefromuserdata-processor - Initial implementation of zip extractor and exporters