Skip to content

Releases: uttori/uttori-storage-provider-json-file

Release 5.0.1

27 Dec 04:58
c5fe301
Compare
Choose a tag to compare

Release 5.0.0

23 Dec 02:53
8258bf4
Compare
Choose a tag to compare
  • 💥 BREAKING CHANGES!
  • 💥 Rename config key: content_directory to contentDirectory
  • 💥 Rename config key: history_directory to historyDirectory
  • 💥 Rename config key: update_timestamps to updateTimestamps
  • 💥 Rename config key: use_history to useHistory
  • 💥 Rename config key: use_cache to useCache
  • 💥 Rename config key: spaces_document to spacesDocument
  • 💥 Rename config key: spaces_history to spacesHistory
  • 🎁 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() an async 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 of INCLUDES for SELECT 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

23 Dec 02:50
Compare
Choose a tag to compare
  • Update dependencies, general clean up (874fba6)

Release 4.2.0

31 May 00:10
Compare
Choose a tag to compare
  • Updates for 2022, fix gethistory & getReivision (7092397)

Release 4.1.1

24 Dec 02:35
Compare
Choose a tag to compare

Release 4.1.0

02 Mar 05:01
86c84bc
Compare
Choose a tag to compare
  • Switch memory cache data type, no auto fields for tags, customData, race condition fix in tests (e59eff1)
  • Release broke again (3bd3319)
  • ESM support, support for COUNT(*) selects (b065461)
  • Fix typo (754ba64)
  • Release broke (b01acde)
  • Cleanup (5b77a37)