Releases: lakelandchp/lda-export
Releases · lakelandchp/lda-export
August 2024 Data Release
Data Release v0.1.0 — Friday, August 23, 2024
Full backup of the Lakeland Digital Archive dataset prior to a significant records update. Data export is provided as an SQLite database and a ZIP archive of JSON files.
v0.6.0
Bring this utility up-to-date and focus solely on backing up data without transformation (for now)
What's Changed in v0.6.0
- test: Add tests by @trevormunoz
- refactor: move types to separate module by @trevormunoz
- fix: check if response is ok before getting json by @trevormunoz
- refactor: inject fetch dependency to ease testing by @trevormunoz
- chore: update gitignore by @trevormunoz
- V0.6.0 by @trevormunoz in #1
- chore: update README by @trevormunoz
- fix: update read permissions by @trevormunoz
- refactor: remove transform module by @trevormunoz
- refactor: loosen typing for now by @trevormunoz
- chore: update sleep dependency by @trevormunoz
- refactor: Move dependencies and tasks to deno.json by @trevormunoz
- refactor: remove VSCode task files by @trevormunoz
- refactor: Update gitignore by @trevormunoz
- Capture creation_year in export for web by @trevormunoz
- Warn but don't die if more than one attachment by @trevormunoz
Full Changelog: v0.5.1...v0.6.0
v0.5.1
- Add Linux compilation target
v0.5.0
Fetching web data and backing up all tables can now be run separately by passing the --backup
flag. Fetching web data is the default.
v0.4.1
Fixes incorrect output of book information
v0.4.0
- Handle items with multiple parts
- Include subject and entities data
- Convert subjects and entities from Airtable record ids to strings for web output
- Minor efforts to make things more idiomatic
- Configuration for VSCode debugging
v0.3.0
- Rewritten record transform — hopefully way less error-prone
- Minor update to VS Code run task
- Minor update to log messages
v0.2.1
- Fix bug that was causing properties to be omitted from generated record
v0.2.0
- Adds ability to pass command line flags for output directory and full backup or web export
- General improvements to make code more idiomatic
v0.1.0
First minimally-complete version