Releases: uttori/uttori-storage-provider-json-file
Releases · uttori/uttori-storage-provider-json-file
Release 5.0.1
- Fix registartion logic (90980c3)
Release 5.0.0
- 💥 BREAKING CHANGES!
- 💥 Rename config key:
content_directory
tocontentDirectory
- 💥 Rename config key:
history_directory
tohistoryDirectory
- 💥 Rename config key:
update_timestamps
toupdateTimestamps
- 💥 Rename config key:
use_history
touseHistory
- 💥 Rename config key:
use_cache
touseCache
- 💥 Rename config key:
spaces_document
tospacesDocument
- 💥 Rename config key:
spaces_history
tospacesHistory
- 🎁 Convert to be a module, and require Node v20
- 🎁 Remove dependency on
uttori-utilities
- 🎁 Remove dependency on
fs-extra
- 🎁 Remove dependency on
ramda
- 🎁 Update dependencies
- 🎁 Update dev dependencies
- 🛠 Update ESLint configuration
- 🛠 Update NVM to v20.10.0
- 🛠 Update old tooling confugration files
- 🛠 Remove CJS support, restucture to export ESM only
- 🛠 Make
.all()
anasync
function - 🛠 Refactor
fs
method use to be `async`` and more efficient - 🧰 Add
StorageProvider.ensureDirectory
static method to ensure directories are created before writing files - 🧰 Add support for
EXCLUDES
as the opposite ofINCLUDES
forSELECT
queries - 🛠 Migrate all Ramda functions to native JavaScript
5.0.0 - 2023-12-16
- Merge pull request #28 from uttori/ESM (2e97437)
- Rename ramda specific files, clean up types (54205e8)
- Disable fine level debugging (c2b919c)
- Sync refactor (9b55a47)
- Refacor import, remove ESLint ramda plugin (7e204db)
- Move @uttori/event-dispatcher to dev (f558115)
- Remove Ramda use, refactor (aec726b)
- Types, fixing linting, fixing docs (06b6cca)
- Update configKey (301ef3b)
- Update types (e0cde12)
- Update README (e390361)
- Update to ESM (55aedb3)
Release 4.2.1
- Update dependencies, general clean up (874fba6)
Release 4.2.0
- Updates for 2022, fix gethistory & getReivision (7092397)
Release 4.1.1
- Update deps (51af1bd)